Show / Hide Table of Contents

Class GetKMSCryptoKeyResult

Inheritance
System.Object
GetKMSCryptoKeyResult
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.Kms
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetKMSCryptoKeyResult

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

KeyRing

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

Labels

Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

Name

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

Purpose

Defines the cryptographic capabilities of the key.

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

RotationPeriod

Every time this period passes, generate a new CryptoKeyVersion and set it as the primary. The first rotation will take place after the specified period. The rotation period has the format of a decimal number with up to 9 fractional digits, followed by the letter s (seconds).

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

SelfLink

The self link of the created CryptoKey. Its format is projects/{projectId}/locations/{location}/keyRings/{keyRingName}/cryptoKeys/{cryptoKeyName}.

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

VersionTemplates

Declaration
public readonly ImmutableArray<GetKMSCryptoKeyVersionTemplateResult> VersionTemplates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetKMSCryptoKeyVersionTemplateResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.