Class: Google::Cloud::VMMigration::V1::AzureSourceDetails::ClientSecretCredentials
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AzureSourceDetails::ClientSecretCredentials
- 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
-
#client_id ⇒ ::String
Azure client ID.
-
#client_secret ⇒ ::String
Input only.
-
#tenant_id ⇒ ::String
Azure tenant ID.
Instance Attribute Details
#client_id ⇒ ::String
Returns Azure client ID.
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
Returns Input only. Azure client secret.
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
Returns Azure tenant ID.
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 |