Show / Hide Table of Contents

Class SecretBackendState

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

Constructors

View Source

SecretBackendState()

Declaration
public SecretBackendState()

Properties

View Source

Address

Specifies the address of the Consul instance, provided as "host:port" like "127.0.0.1:8500".

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

DefaultLeaseTtlSeconds

The default TTL for credentials issued by this backend.

Declaration
public Input<int> DefaultLeaseTtlSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Description

A human-friendly description for this backend.

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

MaxLeaseTtlSeconds

The maximum TTL that can be requested for credentials issued by this backend.

Declaration
public Input<int> MaxLeaseTtlSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Path

The unique location this backend should be mounted at. Must not begin or end with a /. Defaults to consul.

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

Scheme

Specifies the URL scheme to use. Defaults to http.

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

Token

The Consul management token this backend should use to issue new tokens.

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