GenericBlobSbsAuthModelResponse

data class GenericBlobSbsAuthModelResponse(val credentialsConfig: Map<String, String>? = null, val storageAccountCredentialsConfig: Map<String, String>? = null, val type: String)

Model for API authentication for working with service bus or storage account.

Constructors

Link copied to clipboard
constructor(credentialsConfig: Map<String, String>? = null, storageAccountCredentialsConfig: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Credentials for service bus namespace, keyvault uri for access key

Link copied to clipboard

Credentials for storage account, keyvault uri for access key

Link copied to clipboard

Type of paging Expected value is 'ServiceBus'.