toggle menu
pulumi-gitlab-kotlin
4.10.0.2
jvm
switch theme
search in API
pulumi-gitlab-kotlin
/
com.pulumi.gitlab.kotlin.outputs
/
GetUserSshkeysKey
Get
User
Sshkeys
Key
data
class
GetUserSshkeysKey
(
val
createdAt
:
String
,
val
expiresAt
:
String
,
val
key
:
String
,
val
keyId
:
Int
,
val
title
:
String
,
val
userId
:
Int
)
Members
Constructors
Get
User
Sshkeys
Key
Link copied to clipboard
constructor
(
createdAt
:
String
,
expiresAt
:
String
,
key
:
String
,
keyId
:
Int
,
title
:
String
,
userId
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
String
key
Link copied to clipboard
val
key
:
String
key
Id
Link copied to clipboard
val
keyId
:
Int
title
Link copied to clipboard
val
title
:
String
user
Id
Link copied to clipboard
val
userId
:
Int
ID of the user to get the SSH keys for.