toggle menu
pulumi-github-kotlin
6.7.0.0
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
GetRepositoryDeployKeysKey
Get
Repository
Deploy
Keys
Key
data
class
GetRepositoryDeployKeysKey
(
val
id
:
Int
,
val
key
:
String
,
val
title
:
String
,
val
verified
:
Boolean
)
Members
Constructors
Get
Repository
Deploy
Keys
Key
Link copied to clipboard
constructor
(
id
:
Int
,
key
:
String
,
title
:
String
,
verified
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
Int
Key id
key
Link copied to clipboard
val
key
:
String
Key itself
title
Link copied to clipboard
val
title
:
String
Key title
verified
Link copied to clipboard
val
verified
:
Boolean
true
if the key was verified.