ServiceBusAuthenticationResponse

data class ServiceBusAuthenticationResponse(val sasKey: String? = null, val sasKeyName: String? = null, val type: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sasKey: String? = null

Gets or sets the SAS key.

Link copied to clipboard
val sasKeyName: String? = null

Gets or sets the SAS key name.

Link copied to clipboard
val type: String? = null

Gets or sets the authentication type.