credentialsSecret property
The Resource name of a secret in Secret Manager.
The Azure SAS token must be stored in Secret Manager in JSON format: {
"sas_token" : "SAS_TOKEN" } GoogleServiceAccount must be granted
roles/secretmanager.secretAccessor
for the resource. See [Configure
access to a source: Microsoft Azure Blob
Storage](https://cloud.google.com/storage-transfer/docs/source-microsoft-azure#secret_manager)
for more information. If credentials_secret
is specified, do not specify
azure_credentials. Format:
projects/{project_number}/secrets/{secret_name}
Optional.
Implementation
core.String? credentialsSecret;