toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
ListWorkspaceNotebookAccessTokenResult
List
Workspace
Notebook
Access
Token
Result
data
class
ListWorkspaceNotebookAccessTokenResult
(
val
accessToken
:
String
,
val
expiresIn
:
Int
,
val
hostName
:
String
,
val
notebookResourceId
:
String
,
val
publicDns
:
String
,
val
refreshToken
:
String
,
val
scope
:
String
,
val
tokenType
:
String
)
Members
Constructors
List
Workspace
Notebook
Access
Token
Result
Link copied to clipboard
constructor
(
accessToken
:
String
,
expiresIn
:
Int
,
hostName
:
String
,
notebookResourceId
:
String
,
publicDns
:
String
,
refreshToken
:
String
,
scope
:
String
,
tokenType
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
expires
In
Link copied to clipboard
val
expiresIn
:
Int
host
Name
Link copied to clipboard
val
hostName
:
String
notebook
Resource
Id
Link copied to clipboard
val
notebookResourceId
:
String
public
Dns
Link copied to clipboard
val
publicDns
:
String
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
scope
Link copied to clipboard
val
scope
:
String
token
Type
Link copied to clipboard
val
tokenType
:
String