public interface IamBindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IamBinding.Action |
getAction()
The action that was performed on a Binding.
|
int |
getActionValue()
The action that was performed on a Binding.
|
String |
getMember()
A single identity requesting access for a Cloud Platform resource, for
example, "foo@google.com".
|
com.google.protobuf.ByteString |
getMemberBytes()
A single identity requesting access for a Cloud Platform resource, for
example, "foo@google.com".
|
String |
getRole()
Role that is assigned to "members".
|
com.google.protobuf.ByteString |
getRoleBytes()
Role that is assigned to "members".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getActionValue()
The action that was performed on a Binding.
.google.cloud.securitycenter.v1.IamBinding.Action action = 1;IamBinding.Action getAction()
The action that was performed on a Binding.
.google.cloud.securitycenter.v1.IamBinding.Action action = 1;String getRole()
Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".
string role = 2;com.google.protobuf.ByteString getRoleBytes()
Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".
string role = 2;String getMember()
A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".
string member = 3;com.google.protobuf.ByteString getMemberBytes()
A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".
string member = 3;Copyright © 2023 Google LLC. All rights reserved.