public interface IamBindingOrBuilder extends 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,
e.g.
|
ByteString |
getMemberBytes()
A single identity requesting access for a Cloud Platform resource,
e.g.
|
String |
getRole()
Role that is assigned to "members".
|
ByteString |
getRoleBytes()
Role that is assigned to "members".
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int 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;
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, e.g. "foo@google.com".
string member = 3;
ByteString getMemberBytes()
A single identity requesting access for a Cloud Platform resource, e.g. "foo@google.com".
string member = 3;
Copyright © 2022 Google LLC. All rights reserved.