BlobStorageTokenStore interface
The configuration settings of the storage of the tokens if blob storage is used.
Properties
| blob |
The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName. |
| client |
The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId. |
| managed |
The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId. |
| sas |
The name of the app secrets containing the SAS URL of the blob storage containing the tokens. Should not be used along with blobContainerUri. |
Property Details
blobContainerUri
The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName.
blobContainerUri?: string
Property Value
string
clientId
The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId.
clientId?: string
Property Value
string
managedIdentityResourceId
The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId.
managedIdentityResourceId?: string
Property Value
string
sasUrlSettingName
The name of the app secrets containing the SAS URL of the blob storage containing the tokens. Should not be used along with blobContainerUri.
sasUrlSettingName?: string
Property Value
string