public interface ExternalAccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ExternalAccount.Namespace |
getNamespace(int index)
A namespace (idp, pool name, or tenant ID) for subjects.
|
int |
getNamespaceCount()
A namespace (idp, pool name, or tenant ID) for subjects.
|
List<ExternalAccount.Namespace> |
getNamespaceList()
A namespace (idp, pool name, or tenant ID) for subjects.
|
ExternalAccount.NamespaceOrBuilder |
getNamespaceOrBuilder(int index)
A namespace (idp, pool name, or tenant ID) for subjects.
|
List<? extends ExternalAccount.NamespaceOrBuilder> |
getNamespaceOrBuilderList()
A namespace (idp, pool name, or tenant ID) for subjects.
|
String |
getSubject()
Identity of the requesting party, known to the IdP.
|
com.google.protobuf.ByteString |
getSubjectBytes()
Identity of the requesting party, known to the IdP.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ExternalAccount.Namespace> getNamespaceList()
A namespace (idp, pool name, or tenant ID) for subjects. Entries should be ordered from widest to narrowest, starting with "idp".
repeated .auditlog.v2.ExternalAccount.Namespace namespace = 1;
ExternalAccount.Namespace getNamespace(int index)
A namespace (idp, pool name, or tenant ID) for subjects. Entries should be ordered from widest to narrowest, starting with "idp".
repeated .auditlog.v2.ExternalAccount.Namespace namespace = 1;
int getNamespaceCount()
A namespace (idp, pool name, or tenant ID) for subjects. Entries should be ordered from widest to narrowest, starting with "idp".
repeated .auditlog.v2.ExternalAccount.Namespace namespace = 1;
List<? extends ExternalAccount.NamespaceOrBuilder> getNamespaceOrBuilderList()
A namespace (idp, pool name, or tenant ID) for subjects. Entries should be ordered from widest to narrowest, starting with "idp".
repeated .auditlog.v2.ExternalAccount.Namespace namespace = 1;
ExternalAccount.NamespaceOrBuilder getNamespaceOrBuilder(int index)
A namespace (idp, pool name, or tenant ID) for subjects. Entries should be ordered from widest to narrowest, starting with "idp".
repeated .auditlog.v2.ExternalAccount.Namespace namespace = 1;
String getSubject()
Identity of the requesting party, known to the IdP. Examples: "bilbo.baggins", "faramir", "1138", "president@whitehouse.gov".
string subject = 2;
com.google.protobuf.ByteString getSubjectBytes()
Identity of the requesting party, known to the IdP. Examples: "bilbo.baggins", "faramir", "1138", "president@whitehouse.gov".
string subject = 2;