toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.cloudiot.v1.kotlin.outputs
/
PublicKeyCredentialResponse
Public
Key
Credential
Response
data
class
PublicKeyCredentialResponse
(
val
format
:
String
,
val
key
:
String
)
A public key format and data.
Members
Constructors
Public
Key
Credential
Response
Link copied to clipboard
constructor
(
format
:
String
,
key
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
format
Link copied to clipboard
val
format
:
String
The format of the key.
key
Link copied to clipboard
val
key
:
String
The key data.