Show / Hide Table of Contents

Class GetKMSCryptoKeyVersionPublicKeyResult

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

Fields

View Source

Algorithm

The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.

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

Pem

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.

Declaration
public readonly string Pem
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.