public interface ServiceAccountDelegationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountDelegationInfo.AuthorityCase |
getAuthorityCase() |
ServiceAccountDelegationInfo.FirstPartyPrincipal |
getFirstPartyPrincipal()
First party (Google) identity as the real authority.
|
ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder |
getFirstPartyPrincipalOrBuilder()
First party (Google) identity as the real authority.
|
ServiceAccountDelegationInfo.ThirdPartyPrincipal |
getThirdPartyPrincipal()
Third party identity as the real authority.
|
ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder |
getThirdPartyPrincipalOrBuilder()
Third party identity as the real authority.
|
boolean |
hasFirstPartyPrincipal()
First party (Google) identity as the real authority.
|
boolean |
hasThirdPartyPrincipal()
Third party identity as the real authority.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFirstPartyPrincipal()
First party (Google) identity as the real authority.
.google.cloud.audit.ServiceAccountDelegationInfo.FirstPartyPrincipal first_party_principal = 1;
ServiceAccountDelegationInfo.FirstPartyPrincipal getFirstPartyPrincipal()
First party (Google) identity as the real authority.
.google.cloud.audit.ServiceAccountDelegationInfo.FirstPartyPrincipal first_party_principal = 1;
ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder getFirstPartyPrincipalOrBuilder()
First party (Google) identity as the real authority.
.google.cloud.audit.ServiceAccountDelegationInfo.FirstPartyPrincipal first_party_principal = 1;
boolean hasThirdPartyPrincipal()
Third party identity as the real authority.
.google.cloud.audit.ServiceAccountDelegationInfo.ThirdPartyPrincipal third_party_principal = 2;
ServiceAccountDelegationInfo.ThirdPartyPrincipal getThirdPartyPrincipal()
Third party identity as the real authority.
.google.cloud.audit.ServiceAccountDelegationInfo.ThirdPartyPrincipal third_party_principal = 2;
ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder getThirdPartyPrincipalOrBuilder()
Third party identity as the real authority.
.google.cloud.audit.ServiceAccountDelegationInfo.ThirdPartyPrincipal third_party_principal = 2;
ServiceAccountDelegationInfo.AuthorityCase getAuthorityCase()
Copyright © 2020 Google LLC. All rights reserved.