public interface RbacAuthorizationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRole()
The role that this was authorized for
|
com.google.protobuf.ByteString |
getRoleBytes()
The role that this was authorized for
|
AuthorizationScope |
getScope()
The scope that this was authorized in
|
AuthorizationScopeOrBuilder |
getScopeOrBuilder()
The scope that this was authorized in
|
boolean |
hasScope()
The scope that this was authorized in
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getRole()
The role that this was authorized for
string role = 1;
com.google.protobuf.ByteString getRoleBytes()
The role that this was authorized for
string role = 1;
boolean hasScope()
The scope that this was authorized in
.audit.AuthorizationScope scope = 2;
AuthorizationScope getScope()
The scope that this was authorized in
.audit.AuthorizationScope scope = 2;
AuthorizationScopeOrBuilder getScopeOrBuilder()
The scope that this was authorized in
.audit.AuthorizationScope scope = 2;