GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest (google_api_chrome_policy v0.6.0)
View SourceRequest parameters for modifying a policy value for a specific group target.
Attributes
-
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. -
policyValue
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyValue.t
, default:nil
) - The new value for the policy. -
updateMask
(type:String.t
, default:nil
) - Required. Policy fields to update. Only fields in this mask will be updated; other fields inpolicy_value
will be ignored (even if they have values). If a field is in this list it must have a value in 'policy_value'.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest{ policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil, policyValue: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyValue.t() | nil, updateMask: String.t() | nil }