View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest (google_api_chrome_policy v0.5.1)
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.GoogleChromePolicyVersionsV1PolicyTargetKey.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest{ policySchema: String.t() | nil, policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil }