Class AuthBackendCertArgs
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.Vault.Aws
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendCertArgs : ResourceArgs
Constructors
View SourceAuthBackendCertArgs()
Declaration
public AuthBackendCertArgs()
Properties
View SourceAwsPublicCert
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> |
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> |
CertName
The name of the certificate.
Declaration
public Input<string> CertName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |