GenericBlobSbsAuthModel interface
Model for API authentication for working with service bus or storage account.
- Extends
Properties
| credentials |
Credentials for service bus namespace, keyvault uri for access key |
| storage |
Credentials for storage account, keyvault uri for access key |
| type | The auth type |
Property Details
credentialsConfig
Credentials for service bus namespace, keyvault uri for access key
credentialsConfig?: Record<string, string>
Property Value
Record<string, string>
storageAccountCredentialsConfig
Credentials for storage account, keyvault uri for access key
storageAccountCredentialsConfig?: Record<string, string>
Property Value
Record<string, string>
type
The auth type
type: "ServiceBus"
Property Value
"ServiceBus"