Interface IamPolicyAnalysisQuery.IdentitySelectorOrBuilder (3.2.17)

public static interface IamPolicyAnalysisQuery.IdentitySelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentity()

public abstract String getIdentity()

Required. The identity appear in the form of members in IAM policy binding.

string identity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The identity.

getIdentityBytes()

public abstract ByteString getIdentityBytes()

Required. The identity appear in the form of members in IAM policy binding.

string identity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for identity.