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 SourceId
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeyRing
Declaration
public readonly string KeyRing
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
Declaration
public readonly ImmutableDictionary<string, string> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Purpose
Defines the cryptographic capabilities of the key.
Declaration
public readonly string Purpose
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
VersionTemplates
Declaration
public readonly ImmutableArray<GetKMSCryptoKeyVersionTemplateResult> VersionTemplates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetKMSCryptoKeyVersionTemplateResult> |