public static interface IamPolicyAnalysisResult.IdentityOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
IamPolicyAnalysisState |
getAnalysisState()
The analysis state of this identity.
|
IamPolicyAnalysisStateOrBuilder |
getAnalysisStateOrBuilder()
The analysis state of this identity.
|
String |
getName()
The identity name in any form of members appear in
[IAM policy
binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
as:
- user:foo@google.com
- group:group1@google.com
- serviceAccount:s1@prj1.iam.gserviceaccount.com
- projectOwner:some_project_id
- domain:google.com
- allUsers
- etc.
|
ByteString |
getNameBytes()
The identity name in any form of members appear in
[IAM policy
binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such
as:
- user:foo@google.com
- group:group1@google.com
- serviceAccount:s1@prj1.iam.gserviceaccount.com
- projectOwner:some_project_id
- domain:google.com
- allUsers
- etc.
|
boolean |
hasAnalysisState()
The analysis state of this identity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The identity name in any form of members appear in [IAM policy binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such as: - user:foo@google.com - group:group1@google.com - serviceAccount:s1@prj1.iam.gserviceaccount.com - projectOwner:some_project_id - domain:google.com - allUsers - etc.
string name = 1;
ByteString getNameBytes()
The identity name in any form of members appear in [IAM policy binding](https://cloud.google.com/iam/reference/rest/v1/Binding), such as: - user:foo@google.com - group:group1@google.com - serviceAccount:s1@prj1.iam.gserviceaccount.com - projectOwner:some_project_id - domain:google.com - allUsers - etc.
string name = 1;
boolean hasAnalysisState()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
IamPolicyAnalysisState getAnalysisState()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
IamPolicyAnalysisStateOrBuilder getAnalysisStateOrBuilder()
The analysis state of this identity.
.google.cloud.asset.v1.IamPolicyAnalysisState analysis_state = 2;
Copyright © 2022 Google LLC. All rights reserved.