Class GetKeysResult
Inheritance
System.Object
GetKeysResult
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetKeysResult
Fields
View SourceId
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeySigningKeys
A list of Key-signing key (KSK) records. Structure is documented below. Additionally, the DS record is provided:
Declaration
public readonly ImmutableArray<GetKeysKeySigningKeyResult> KeySigningKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKeysKeySigningKeyResult> |
ManagedZone
Declaration
public readonly string ManagedZone
Field Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneSigningKeys
A list of Zone-signing key (ZSK) records. Structure is documented below.
Declaration
public readonly ImmutableArray<GetKeysZoneSigningKeyResult> ZoneSigningKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKeysZoneSigningKeyResult> |