Class GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest
Request parameters for modifying a policy value for a specific org unit target.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |
PolicyValue
The new value for the policy.
Declaration
[JsonProperty("policyValue")]
public virtual GoogleChromePolicyVersionsV1PolicyValue PolicyValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyValue |
UpdateMask
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'.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |