Show / Hide Table of Contents

Class AuthBackendCertState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendCertState
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.Vault.Aws
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendCertState : ResourceArgs

Constructors

View Source

AuthBackendCertState()

Declaration
public AuthBackendCertState()

Properties

View Source

AwsPublicCert

The Base64 encoded AWS Public key required to verify PKCS7 signature of the EC2 instance metadata. You can find this key in the AWS documentation.

Declaration
public Input<string> AwsPublicCert { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Backend

The path the AWS auth backend being configured was mounted at. Defaults to aws.

Declaration
public Input<string> Backend { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertName

The name of the certificate.

Declaration
public Input<string> CertName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

Either "pkcs7" or "identity", indicating the type of document which can be verified using the given certificate. Defaults to "pkcs7".

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.