Class: Google::Cloud::BackupDR::V1::WorkforceIdentityBasedManagementURI

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#first_party_management_uri::String (readonly)

Returns Output only. First party Management URI for Google Identities.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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