Interface WorkforceIdentityBasedOAuth2ClientIDOrBuilder (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface WorkforceIdentityBasedOAuth2ClientIDOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |