class Google::Apis::StoragetransferV1::AzureCredentials
Azure credentials For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user- credentials).
Attributes
sas_token[RW]
Required. Azure shared access signature (SAS). *Note:*Copying data from Azure Data Lake Storage (ADLS) Gen 2 is in [Preview](/products/#product-launch- stages). During Preview, if you are copying data from ADLS Gen 2, you must use an account SAS. For more information about SAS, see [Grant limited access to Azure Storage resources using shared access signatures (SAS)](docs. microsoft.com/en-us/azure/storage/common/storage-sas-overview). Corresponds to the JSON property `sasToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/storagetransfer_v1/classes.rb, line 165 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/storagetransfer_v1/classes.rb, line 170 def update!(**args) @sas_token = args[:sas_token] if args.key?(:sas_token) end