pulumi-google-native-kotlin
0.31.1.1
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.
Types
Constructors
Properties
Constructors
Public
Key
Credential
Response
Link copied to clipboard
fun
PublicKeyCredentialResponse
(
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.