Show / Hide Table of Contents

Class AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs
Inherited Members
ResourceArgs.Empty
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 Source

AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs()

Declaration
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs()

Properties

View Source

PublicKeyPem

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.