Class: Google::Cloud::BackupDR::V1::WorkforceIdentityBasedOAuth2ClientID
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::WorkforceIdentityBasedOAuth2ClientID
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupdr.rb
Overview
OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,
Instance Attribute Summary collapse
-
#first_party_oauth2_client_id ⇒ ::String
readonly
Output only.
-
#third_party_oauth2_client_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#first_party_oauth2_client_id ⇒ ::String (readonly)
Returns Output only. First party OAuth Client ID for Google Identities.
80 81 82 83 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 80 class WorkforceIdentityBasedOAuth2ClientID include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#third_party_oauth2_client_id ⇒ ::String (readonly)
Returns Output only. Third party OAuth Client ID for External Identity Providers.
80 81 82 83 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 80 class WorkforceIdentityBasedOAuth2ClientID include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |