Class: Google::Cloud::BackupDR::V1::WorkforceIdentityBasedManagementURI
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::WorkforceIdentityBasedManagementURI
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupdr.rb
Overview
ManagementURI depending on the Workforce Identity i.e. either 1p or 3p.
Instance Attribute Summary collapse
-
#first_party_management_uri ⇒ ::String
readonly
Output only.
-
#third_party_management_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#first_party_management_uri ⇒ ::String (readonly)
Returns Output only. First party Management URI for Google Identities.
68 69 70 71 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 68 class WorkforceIdentityBasedManagementURI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#third_party_management_uri ⇒ ::String (readonly)
Returns Output only. Third party Management URI for External Identity Providers.
68 69 70 71 |
# File 'proto_docs/google/cloud/backupdr/v1/backupdr.rb', line 68 class WorkforceIdentityBasedManagementURI include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |