public static interface IamPolicyAnalysisResult.IdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
IamPolicyAnalysisResult.AnalysisState |
getAnalysisState()
The analysis state of this identity node.
|
IamPolicyAnalysisResult.AnalysisStateOrBuilder |
getAnalysisStateOrBuilder()
The analysis state of this identity node.
|
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.
|
com.google.protobuf.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 node.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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 node.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState analysis_state = 2;
IamPolicyAnalysisResult.AnalysisState getAnalysisState()
The analysis state of this identity node.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState analysis_state = 2;
IamPolicyAnalysisResult.AnalysisStateOrBuilder getAnalysisStateOrBuilder()
The analysis state of this identity node.
.google.cloud.asset.v1p4beta1.IamPolicyAnalysisResult.AnalysisState analysis_state = 2;
Copyright © 2020 Google LLC. All rights reserved.