Class GetKeysKeySigningKeyResult
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Dns.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetKeysKeySigningKeyResult
Fields
View SourceAlgorithm
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 |
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 |
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 |
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 aresha1,sha256andsha384
Declaration
public readonly ImmutableArray<GetKeysKeySigningKeyDigestResult> Digests
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKeysKeySigningKeyDigestResult> |
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 |
Id
Unique identifier for the resource; defined by the server.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
KeyLength
Length of the key in bits. Specified at creation time then immutable.
Declaration
public readonly int KeyLength
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
PublicKey
Base64 encoded public half of this key.
Declaration
public readonly string PublicKey
Field Value
| Type | Description |
|---|---|
| System.String |