Show / Hide Table of Contents

Class GetKeysKeySigningKeyResult

Inheritance
System.Object
GetKeysKeySigningKeyResult
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 GetKeysKeySigningKeyResult

Fields

View Source

Algorithm

String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time. Possible values are ecdsap256sha256, ecdsap384sha384, rsasha1, rsasha256, and rsasha512.

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

CreationTime

The time that this resource was created in the control plane. This is in RFC3339 text format.

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

Description

A mutable string of at most 1024 characters associated with this resource for the user's convenience.

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

Digests

A list of cryptographic hashes of the DNSKEY resource record associated with this DnsKey. These digests are needed to construct a DS record that points at this DNS key. Each contains:

  • digest - The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.
  • type - Specifies the algorithm used to calculate this digest. Possible values are sha1, sha256 and sha384
Declaration
public readonly ImmutableArray<GetKeysKeySigningKeyDigestResult> Digests
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKeysKeySigningKeyDigestResult>
View Source

DsRecord

The DS record based on the KSK record. This is used when delegating DNSSEC-signed subdomains.

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

Id

Unique identifier for the resource; defined by the server.

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

IsActive

Active keys will be used to sign subsequent changes to the ManagedZone. Inactive keys will still be present as DNSKEY Resource Records for the use of resolvers validating existing signatures.

Declaration
public readonly bool IsActive
Field Value
Type Description
System.Boolean
View Source

KeyLength

Length of the key in bits. Specified at creation time then immutable.

Declaration
public readonly int KeyLength
Field Value
Type Description
System.Int32
View Source

KeyTag

The key tag is a non-cryptographic hash of the a DNSKEY resource record associated with this DnsKey. The key tag can be used to identify a DNSKEY more quickly (but it is not a unique identifier). In particular, the key tag is used in a parent zone's DS record to point at the DNSKEY in this child ManagedZone. The key tag is a number in the range [0, 65535] and the algorithm to calculate it is specified in RFC4034 Appendix B.

Declaration
public readonly int KeyTag
Field Value
Type Description
System.Int32
View Source

PublicKey

Base64 encoded public half of this key.

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