Package version:

Interface DnssecConfig

Represents the DNSSEC configuration.

interface DnssecConfig {
    etag?: string;
    id?: string;
    name?: string;
    provisioningState?: string;
    signingKeys?: SigningKey[];
    systemData?: SystemData;
    type?: string;
}

Properties

etag?: string

The etag of the DNSSEC configuration.

id?: string

The ID of the DNSSEC configuration. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the DNSSEC configuration. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning State of the DNSSEC configuration. NOTE: This property will not be serialized. It can only be populated by the server.

signingKeys?: SigningKey[]

The list of signing keys. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the DNSSEC configuration. NOTE: This property will not be serialized. It can only be populated by the server.