Class AzureCredentials
Azure credentials For information on our data retention policy for user credentials, see User credentials.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class AzureCredentials : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SasToken
Required. Azure shared access signature (SAS). For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).
Declaration
[JsonProperty("sasToken")]
public virtual string SasToken { get; set; }
Property Value
Type | Description |
---|---|
string |