Class GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest
Request parameters for inheriting policy value of a specific org unit target from the policy value of its parent org unit.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicySchema
The fully qualified name of the policy schema that is being inherited.
Declaration
[JsonProperty("policySchema")]
public virtual string PolicySchema { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyTargetKey
Required. The key of the target for which we want to modify a policy. The target resource must point to an Org Unit.
Declaration
[JsonProperty("policyTargetKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey PolicyTargetKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyTargetKey |