GetAccountKeyResult

data class GetAccountKeyResult(val id: String, val keyAlgorithm: String, val name: String, val project: String? = null, val publicKey: String, val publicKeyType: String? = null)

A collection of values returned by getAccountKey.

Constructors

Link copied to clipboard
constructor(id: String, keyAlgorithm: String, name: String, project: String? = null, publicKey: String, publicKeyType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard

The public key, base64 encoded

Link copied to clipboard
val publicKeyType: String? = null