Class GetPublicKeyResult
Inheritance
System.Object
GetPublicKeyResult
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.Tls
Assembly: Pulumi.Tls.dll
Syntax
public sealed class GetPublicKeyResult
Fields
View SourceAlgorithm
Declaration
public readonly string Algorithm
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateKeyPem
The private key data in PEM format.
Declaration
public readonly string PrivateKeyPem
Field Value
| Type | Description |
|---|---|
| System.String |
PublicKeyFingerprintMd5
The md5 hash of the public key data in
OpenSSH MD5 hash format, e.g. aa:bb:cc:.... Only available if the
selected private key format is compatible, as per the rules for
public_key_openssh.
Declaration
public readonly string PublicKeyFingerprintMd5
Field Value
| Type | Description |
|---|---|
| System.String |
PublicKeyOpenssh
The public key data in OpenSSH authorized_keys
format, if the selected private key format is compatible. All RSA keys
are supported, and ECDSA keys with curves "P256", "P384" and "P521"
are supported. This attribute is empty if an incompatible ECDSA curve
is selected.
Declaration
public readonly string PublicKeyOpenssh
Field Value
| Type | Description |
|---|---|
| System.String |
PublicKeyPem
The public key data in PEM format.
Declaration
public readonly string PublicKeyPem
Field Value
| Type | Description |
|---|---|
| System.String |