Interface WorkforceIdentityBasedOAuth2ClientIDOrBuilder (0.37.0)

publicinterface WorkforceIdentityBasedOAuth2ClientIDOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getFirstPartyOauth2ClientId()

publicabstractStringgetFirstPartyOauth2ClientId()

Output only. First party OAuth Client ID for Google Identities.

string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The firstPartyOauth2ClientId.

getFirstPartyOauth2ClientIdBytes()

publicabstractByteStringgetFirstPartyOauth2ClientIdBytes()

Output only. First party OAuth Client ID for Google Identities.

string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for firstPartyOauth2ClientId.

getThirdPartyOauth2ClientId()

publicabstractStringgetThirdPartyOauth2ClientId()

Output only. Third party OAuth Client ID for External Identity Providers.

string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The thirdPartyOauth2ClientId.

getThirdPartyOauth2ClientIdBytes()

publicabstractByteStringgetThirdPartyOauth2ClientIdBytes()

Output only. Third party OAuth Client ID for External Identity Providers.

string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for thirdPartyOauth2ClientId.

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.