GenericBlobSbsAuthModelArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val credentialsConfig: Output<Map<String, String>>? = null

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
val type: Output<String>

Type of paging Expected value is 'ServiceBus'.

Functions

Link copied to clipboard
open override fun toJava(): GenericBlobSbsAuthModelArgs