public static interface IamPolicyAnalysisQuery.IdentitySelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity()
Required.
|
com.google.protobuf.ByteString |
getIdentityBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIdentity()
Required. The identity appear in the form of members in [IAM policy binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
string identity = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getIdentityBytes()
Required. The identity appear in the form of members in [IAM policy binding](https://cloud.google.com/iam/reference/rest/v1/Binding).
string identity = 1 [(.google.api.field_behavior) = REQUIRED];Copyright © 2020 Google LLC. All rights reserved.