class Google::Apis::ChromepolicyV1::GoogleChromePolicyV1InheritOrgUnitPolicyRequest
Request parameters for inheriting policy value of a specific org unit target from the policy value of its parent org unit.
Attributes
policy_schema[RW]
The fully qualified name of the policy schema that is being inherited. Corresponds to the JSON property `policySchema` @return [String]
policy_target_key[RW]
The key used to identify the target on which the policy will be applied. Corresponds to the JSON property `policyTargetKey` @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chromepolicy_v1/classes.rb, line 120 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chromepolicy_v1/classes.rb, line 125 def update!(**args) @policy_schema = args[:policy_schema] if args.key?(:policy_schema) @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key) end