Class: Google::Cloud::StorageTransfer::V1::AzureBlobStorageData::FederatedIdentityConfig
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::AzureBlobStorageData::FederatedIdentityConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
The identity of an Azure application through which Storage Transfer Service can authenticate requests using Azure workload identity federation.
Storage Transfer Service can issue requests to Azure Storage through registered Azure applications, eliminating the need to pass credentials to Storage Transfer Service directly.
To configure federated identity, see Configure access to Microsoft Azure Storage.
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Required.
-
#tenant_id ⇒ ::String
Required.
Instance Attribute Details
#client_id ⇒ ::String
392 393 394 395 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 392 class FederatedIdentityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_id ⇒ ::String
392 393 394 395 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 392 class FederatedIdentityConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |