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

Request parameters for inheriting policy value of a specific org unit target from the policy value of its parent org unit.

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.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.

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.GoogleChromePolicyV1InheritOrgUnitPolicyRequest{
    policySchema: String.t() | nil,
    policyTargetKey:
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t()
      | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.