GetKeysResult

data class GetKeysResult(val id: String, val keySigningKeys: List<GetKeysKeySigningKey>, val managedZone: String, val project: String, val zoneSigningKeys: List<GetKeysZoneSigningKey>)

A collection of values returned by getKeys.

Constructors

Link copied to clipboard
constructor(id: String, keySigningKeys: List<GetKeysKeySigningKey>, managedZone: String, project: String, zoneSigningKeys: List<GetKeysZoneSigningKey>)

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

A list of Key-signing key (KSK) records. Structure is documented below. Additionally, the DS record is provided:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of Zone-signing key (ZSK) records. Structure is documented below.