Class: Google::Cloud::StorageTransfer::V1::AzureCredentials

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

Overview

Azure credentials

For information on our data retention policy for user credentials, see User credentials.

Instance Attribute Summary collapse

Instance Attribute Details

#sas_token::String

Returns Required. Azure shared access signature (SAS).

For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).

Returns:



66
67
68
69
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 66

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