public sealed class UpdatePolicyBindingRequest : IMessage<UpdatePolicyBindingRequest>, IEquatable<UpdatePolicyBindingRequest>, IDeepCloneable<UpdatePolicyBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class UpdatePolicyBindingRequest.
Request message for UpdatePolicyBinding method.
Implements
IMessageUpdatePolicyBindingRequest, IEquatableUpdatePolicyBindingRequest, IDeepCloneableUpdatePolicyBindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V3BetaAssembly
Google.Cloud.Iam.V3Beta.dll
Constructors
UpdatePolicyBindingRequest()
public UpdatePolicyBindingRequest()
UpdatePolicyBindingRequest(UpdatePolicyBindingRequest)
public UpdatePolicyBindingRequest(UpdatePolicyBindingRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdatePolicyBindingRequest |
Properties
PolicyBinding
public PolicyBinding PolicyBinding { get; set; }
Required. The policy binding to update.
The policy binding's name
field is used to identify the policy binding to
update.
Property Value | |
---|---|
Type | Description |
PolicyBinding |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The list of fields to update
Property Value | |
---|---|
Type | Description |
FieldMask |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. If set, validate the request and preview the update, but do not actually post it.
Property Value | |
---|---|
Type | Description |
bool |