GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest (google_api_chrome_policy v0.2.0) View Source

Request parameters for modifying a policy value for a specific org unit target.

Attributes

  • policyTargetKey (type: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t, default: nil) - Required. The key of the target for which we want to modify a policy. The target resource must point to an Org Unit.
  • policyValue (type: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyValue.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 in policy_value will be ignored (even if they have values). If a field is in this list it must have a value in 'policy_value'.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest{
    policyTargetKey:
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t()
      | nil,
    policyValue:
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyValue.t() | nil,
    updateMask: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.