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 SourceAlgorithm
The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports.
Declaration
public readonly string Algorithm
Field Value
| Type | Description |
|---|---|
| System.String |
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 |