public sealed class UpdatePolicyRequest : IMessage<UpdatePolicyRequest>, IEquatable<UpdatePolicyRequest>, IDeepCloneable<UpdatePolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v2 API class UpdatePolicyRequest.
Request message for UpdatePolicy
.
Implements
IMessageUpdatePolicyRequest, IEquatableUpdatePolicyRequest, IDeepCloneableUpdatePolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V2Assembly
Google.Cloud.Iam.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. The policy to update.
To prevent conflicting updates, the etag
value must match the value that
is stored in IAM. If the etag
values do not match, the request fails with
a 409
error code and ABORTED
status.
Property Value | |
---|---|
Type | Description |
Policy |