Show / Hide Table of Contents

Class ManagedZoneDnssecConfigDefaultKeySpec

Inheritance
System.Object
ManagedZoneDnssecConfigDefaultKeySpec
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Dns.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ManagedZoneDnssecConfigDefaultKeySpec

Fields

View Source

Algorithm

String mnemonic specifying the DNSSEC algorithm of this key

Declaration
public readonly string Algorithm
Field Value
Type Description
System.String
View Source

KeyLength

Length of the keys in bits

Declaration
public readonly int? KeyLength
Field Value
Type Description
System.Nullable<System.Int32>
View Source

KeyType

Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.

Declaration
public readonly string KeyType
Field Value
Type Description
System.String
View Source

Kind

Identifies what kind of resource this is

Declaration
public readonly string Kind
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.