Interface ClientCreateAddonsAzureSb

Azure Storage Bus addon configuration.

Hierarchy

  • ClientCreateAddonsAzureSb

Indexable

[key: string]: any | any

Properties

entityPath?: string

Entity you want to request a token for. e.g. my-queue.'

expiration?: number

Optional expiration in minutes for the generated token. Defaults to 5 minutes.

namespace?: string

Your Azure Service Bus namespace. Usually the first segment of your Service Bus URL (e.g. https://acme-org.servicebus.windows.net would be acme-org).

sasKey?: string

Primary Key associated with your shared access policy.

sasKeyName?: string

Your shared access policy name defined in your Service Bus entity.