AzureCredentialsArgs

data class AzureCredentialsArgs(val sasToken: Output<String>) : ConvertibleToJava<AzureCredentialsArgs>

Azure credentials For information on our data retention policy for user credentials, see /storage-transfer/docs/data-retention#user-credentials.

Constructors

Link copied to clipboard
constructor(sasToken: Output<String>)

Properties

Link copied to clipboard
val sasToken: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AzureCredentialsArgs