toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.scheduler.kotlin.outputs
/
ServiceBusAuthenticationResponse
Service
Bus
Authentication
Response
data
class
ServiceBusAuthenticationResponse
(
val
sasKey
:
String
?
=
null
,
val
sasKeyName
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Service
Bus
Authentication
Response
Link copied to clipboard
constructor
(
sasKey
:
String
?
=
null
,
sasKeyName
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sas
Key
Link copied to clipboard
val
sasKey
:
String
?
=
null
Gets or sets the SAS key.
sas
Key
Name
Link copied to clipboard
val
sasKeyName
:
String
?
=
null
Gets or sets the SAS key name.
type
Link copied to clipboard
val
type
:
String
?
=
null
Gets or sets the authentication type.