Class: Google::Cloud::VMMigration::V1::AzureSourceDetails::ClientSecretCredentials

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Message describing Azure Credentials using tenant ID, client ID and secret.

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String



905
906
907
908
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 905

class ClientSecretCredentials
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#client_secret::String



905
906
907
908
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 905

class ClientSecretCredentials
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tenant_id::String



905
906
907
908
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 905

class ClientSecretCredentials
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end