GetDnssecConfigResult

data class GetDnssecConfigResult(val azureApiVersion: String, val etag: String? = null, val id: String, val name: String, val provisioningState: String, val signingKeys: List<SigningKeyResponse>, val systemData: SystemDataResponse, val type: String)

Represents the DNSSEC configuration.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, name: String, provisioningState: String, signingKeys: List<SigningKeyResponse>, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

The etag of the DNSSEC configuration.

Link copied to clipboard
val id: String

The ID of the DNSSEC configuration.

Link copied to clipboard

The name of the DNSSEC configuration.

Link copied to clipboard

Provisioning State of the DNSSEC configuration.

Link copied to clipboard

The list of signing keys.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the DNSSEC configuration.