Interface WorkforceIdentityBasedManagementURIOrBuilder (0.32.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface WorkforceIdentityBasedManagementURIOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getFirstPartyManagementUri()
publicabstractStringgetFirstPartyManagementUri()Output only. First party Management URI for Google Identities.
string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The firstPartyManagementUri. |
getFirstPartyManagementUriBytes()
publicabstractByteStringgetFirstPartyManagementUriBytes()Output only. First party Management URI for Google Identities.
string first_party_management_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for firstPartyManagementUri. |
getThirdPartyManagementUri()
publicabstractStringgetThirdPartyManagementUri()Output only. Third party Management URI for External Identity Providers.
string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The thirdPartyManagementUri. |
getThirdPartyManagementUriBytes()
publicabstractByteStringgetThirdPartyManagementUriBytes()Output only. Third party Management URI for External Identity Providers.
string third_party_management_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for thirdPartyManagementUri. |