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 SourceAlgorithm
String mnemonic specifying the DNSSEC algorithm of this key
Declaration
public readonly string Algorithm
Field Value
| Type | Description |
|---|---|
| System.String |
KeyLength
Length of the keys in bits
Declaration
public readonly int? KeyLength
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
Kind
Identifies what kind of resource this is
Declaration
public readonly string Kind
Field Value
| Type | Description |
|---|---|
| System.String |