Class AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs
Inheritance
System.Object
AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs
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.BinaryAuthorization.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs : ResourceArgs
Constructors
View SourceAttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs()
Declaration
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs()
Properties
View SourcePublicKeyPem
A PEM-encoded public key, as described in
https://tools.ietf.org/html/rfc7468#section-13
Declaration
public Input<string> PublicKeyPem { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SignatureAlgorithm
The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in publicKeyPem (i.e. this algorithm must match that of the public key).
Declaration
public Input<string> SignatureAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |