Show / Hide Table of Contents

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 Source

Id

The provider-assigned unique ID for this managed resource.

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

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>
View Source

ManagedZone

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

Project

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.