public sealed class UpdatePolicyRequest : IMessage<UpdatePolicyRequest>, IEquatable<UpdatePolicyRequest>, IDeepCloneable<UpdatePolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Organization Policy v2 API class UpdatePolicyRequest.
The request sent to the [UpdatePolicyRequest] [google.cloud.orgpolicy.v2.OrgPolicy.UpdatePolicy] method.
Implements
IMessageUpdatePolicyRequest, IEquatableUpdatePolicyRequest, IDeepCloneableUpdatePolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OrgPolicy.V2Assembly
Google.Cloud.OrgPolicy.V2.dll
Constructors
UpdatePolicyRequest()
public UpdatePolicyRequest()
UpdatePolicyRequest(UpdatePolicyRequest)
public UpdatePolicyRequest(UpdatePolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdatePolicyRequest |
Properties
Policy
public Policy Policy { get; set; }
Required. Policy to update.
Property Value | |
---|---|
Type | Description |
Policy |
UpdateMask
public FieldMask UpdateMask { get; set; }
Field mask used to specify the fields to be overwritten in the policy by the set. The fields specified in the update_mask are relative to the policy, not the full request.
Property Value | |
---|---|
Type | Description |
FieldMask |