toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.iam.v1.kotlin.inputs
/
GetKeyPlainArgs
Get
Key
Plain
Args
data
class
GetKeyPlainArgs
(
val
keyId
:
String
,
val
project
:
String
?
=
null
,
val
publicKeyType
:
String
?
=
null
,
val
serviceAccountId
:
String
)
:
ConvertibleToJava
<
GetKeyPlainArgs
>
Members
Constructors
Get
Key
Plain
Args
Link copied to clipboard
constructor
(
keyId
:
String
,
project
:
String
?
=
null
,
publicKeyType
:
String
?
=
null
,
serviceAccountId
:
String
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
public
Key
Type
Link copied to clipboard
val
publicKeyType
:
String
?
=
null
service
Account
Id
Link copied to clipboard
val
serviceAccountId
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetKeyPlainArgs