Ixxerja permezz ta’


BlobStorageTokenStore interface

The configuration settings of the storage of the tokens if blob storage is used.

Properties

blobContainerUri

The URI of the blob storage containing the tokens. Should not be used along with sasUrlSettingName.

clientId

The Client ID of a User-Assigned Managed Identity. Should not be used along with managedIdentityResourceId.

managedIdentityResourceId

The Resource ID of a User-Assigned Managed Identity. Should not be used along with clientId.

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.

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