Interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder (2.9.0)

public static interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getThirdPartyClaims()

public abstract Struct getThirdPartyClaims()

Metadata about third party identity.

.google.protobuf.Struct third_party_claims = 1;

Returns
TypeDescription
Struct

The thirdPartyClaims.

getThirdPartyClaimsOrBuilder()

public abstract StructOrBuilder getThirdPartyClaimsOrBuilder()

Metadata about third party identity.

.google.protobuf.Struct third_party_claims = 1;

Returns
TypeDescription
StructOrBuilder

hasThirdPartyClaims()

public abstract boolean hasThirdPartyClaims()

Metadata about third party identity.

.google.protobuf.Struct third_party_claims = 1;

Returns
TypeDescription
boolean

Whether the thirdPartyClaims field is set.