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