ServiceBusAuthenticationArgs

data class ServiceBusAuthenticationArgs(val sasKey: Output<String>? = null, val sasKeyName: Output<String>? = null, val type: Output<ServiceBusAuthenticationType>? = null) : ConvertibleToJava<ServiceBusAuthenticationArgs>

Constructors

Link copied to clipboard
constructor(sasKey: Output<String>? = null, sasKeyName: Output<String>? = null, type: Output<ServiceBusAuthenticationType>? = null)

Properties

Link copied to clipboard
val sasKey: Output<String>? = null

Gets or sets the SAS key.

Link copied to clipboard
val sasKeyName: Output<String>? = null

Gets or sets the SAS key name.

Link copied to clipboard
val type: Output<ServiceBusAuthenticationType>? = null

Gets or sets the authentication type.

Functions

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