GetZoneDnssecResult

data class GetZoneDnssecResult(val algorithm: String, val digest: String, val digestAlgorithm: String, val digestType: String, val ds: String, val flags: Int, val id: String, val keyTag: Int, val keyType: String, val publicKey: String, val status: String, val zoneId: String)

A collection of values returned by getZoneDnssec.

Constructors

Link copied to clipboard
constructor(algorithm: String, digest: String, digestAlgorithm: String, digestType: String, ds: String, flags: Int, id: String, keyTag: Int, keyType: String, publicKey: String, status: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Zone DNSSEC algorithm.

Link copied to clipboard

Zone DNSSEC digest.

Link copied to clipboard

Digest algorithm use for Zone DNSSEC.

Link copied to clipboard

Digest Type for Zone DNSSEC.

Link copied to clipboard
val ds: String

DS for the Zone DNSSEC.

Link copied to clipboard
val flags: Int

Zone DNSSEC flags.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val keyTag: Int

Key Tag for the Zone DNSSEC.

Link copied to clipboard

Key type used for Zone DNSSEC.

Link copied to clipboard

Public Key for the Zone DNSSEC.

Link copied to clipboard

The status of the Zone DNSSEC.

Link copied to clipboard

The zone identifier to target for the resource.