AzureStorageAccountCredential interface

The azure storage account credential definition.

Extends

Properties

containerCredentials

The containers that could be accessed using the current credential.

credentialType

Polymorphic discriminator, which specifies the different types this object can be

expiry

The UTC time when credential will expire.

storageAccountId

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