Show / Hide Table of Contents

Class SecretBackendCaState

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

Constructors

View Source

SecretBackendCaState()

Declaration
public SecretBackendCaState()

Properties

View Source

Backend

The path where the SSH secret backend is mounted. Defaults to 'ssh'

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

GenerateSigningKey

Whether Vault should generate the signing key pair internally. Defaults to true

Declaration
public Input<bool> GenerateSigningKey { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PrivateKey

The private key part the SSH CA key pair; required if generate_signing_key is false.

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

PublicKey

The public key part the SSH CA key pair; required if generate_signing_key is false.

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