Organization Policy v2 API - Class UpdatePolicyRequest (2.2.0)

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.

Inheritance

Object > UpdatePolicyRequest

Namespace

Google.Cloud.OrgPolicy.V2

Assembly

Google.Cloud.OrgPolicy.V2.dll

Constructors

UpdatePolicyRequest()

public UpdatePolicyRequest()

UpdatePolicyRequest(UpdatePolicyRequest)

public UpdatePolicyRequest(UpdatePolicyRequest other)
Parameter
NameDescription
otherUpdatePolicyRequest

Properties

Policy

public Policy Policy { get; set; }

Required. Policy to update.

Property Value
TypeDescription
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
TypeDescription
FieldMask