public sealed class IamBinding : IMessage<IamBinding>, IEquatable<IamBinding>, IDeepCloneable<IamBinding>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class IamBinding.
Represents a particular IAM binding, which captures a member's role addition, removal, or state.
Implements
IMessageIamBinding, IEquatableIamBinding, IDeepCloneableIamBinding, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
IamBinding()
public IamBinding()IamBinding(IamBinding)
public IamBinding(IamBinding other)| Parameter | |
|---|---|
| Name | Description |
other |
IamBinding |
Properties
Action
public IamBinding.Types.Action Action { get; set; }The action that was performed on a Binding.
| Property Value | |
|---|---|
| Type | Description |
IamBindingTypesAction |
|
Member
public string Member { get; set; }A single identity requesting access for a Cloud Platform resource, e.g. "foo@google.com".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Role
public string Role { get; set; }Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".
| Property Value | |
|---|---|
| Type | Description |
string |
|