AzureStorageAccountCredential interface
The azure storage account credential definition.
- Extends
Properties
container |
The containers that could be accessed using the current credential. |
credential |
Polymorphic discriminator, which specifies the different types this object can be |
expiry | The UTC time when credential will expire. |
storage |
The storage account Id |
Property Details
containerCredentials
The containers that could be accessed using the current credential.
containerCredentials?: AzureStorageAccountContainerCredential[]
Property Value
credentialType
Polymorphic discriminator, which specifies the different types this object can be
credentialType: "AzureStorageAccountToken"
Property Value
"AzureStorageAccountToken"
expiry
The UTC time when credential will expire.
expiry?: Date
Property Value
Date
storageAccountId
The storage account Id
storageAccountId?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript