Interface WorkforceIdentityBasedManagementURIOrBuilder (0.32.0)

publicinterface WorkforceIdentityBasedManagementURIOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.