toggle menu
pulumi-gitlab-kotlin
8.10.0.0
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetGroupAccessTokensAccessToken
Get
Group
Access
Tokens
Access
Token
data
class
GetGroupAccessTokensAccessToken
(
val
accessLevel
:
String
,
val
active
:
Boolean
,
val
createdAt
:
String
,
val
expiresAt
:
String
,
val
group
:
String
,
val
id
:
String
,
val
name
:
String
,
val
revoked
:
Boolean
,
val
scopes
:
List
<
String
>
,
val
userId
:
Int
)
Members
Constructors
Get
Group
Access
Tokens
Access
Token
Link copied to clipboard
constructor
(
accessLevel
:
String
,
active
:
Boolean
,
createdAt
:
String
,
expiresAt
:
String
,
group
:
String
,
id
:
String
,
name
:
String
,
revoked
:
Boolean
,
scopes
:
List
<
String
>
,
userId
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Level
Link copied to clipboard
val
accessLevel
:
String
active
Link copied to clipboard
val
active
:
Boolean
created
At
Link copied to clipboard
val
createdAt
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
String
group
Link copied to clipboard
val
group
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
revoked
Link copied to clipboard
val
revoked
:
Boolean
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
user
Id
Link copied to clipboard
val
userId
:
Int