View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest (google_api_chrome_policy v0.4.0)
Request parameters for deleting the policy value of a specific group target.
Attributes
-
policySchema
(type:String.t
, default:nil
) - The fully qualified name of the policy schema that is being inherited. -
policyTargetKey
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t
, default:nil
) - Required. The key of the target for which we want to modify a policy. The target resource must point to a Group.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest{ policySchema: String.t() | nil, policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.