GoogleApi.StorageTransfer.V1.Model.AzureCredentials (google_api_storage_transfer v0.37.3)
View SourceAzure credentials For information on our data retention policy for user credentials, see User credentials.
Attributes
-
sasToken
(type:String.t
, default:nil
) - Required. Azure shared access signature (SAS). For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StorageTransfer.V1.Model.AzureCredentials{ sasToken: String.t() | nil }