Interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder (2.27.0)

See more code actions.
public static interface ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder extends MessageOrBuilder
MessageOrBuilder

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.