toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.edgemarketplace.kotlin.outputs
/
GetOfferAccessTokenResult
Get
Offer
Access
Token
Result
data
class
GetOfferAccessTokenResult
(
val
accessToken
:
String
,
val
diskId
:
String
?
=
null
,
val
status
:
String
?
=
null
)
The disk access token
Members
Constructors
Get
Offer
Access
Token
Result
Link copied to clipboard
constructor
(
accessToken
:
String
,
diskId
:
String
?
=
null
,
status
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
The access token.
disk
Id
Link copied to clipboard
val
diskId
:
String
?
=
null
The disk id.
status
Link copied to clipboard
val
status
:
String
?
=
null
The access token creation status.