Show / Hide Table of Contents

Class AuthBackendTuneArgs

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

Constructors

View Source

AuthBackendTuneArgs()

Declaration
public AuthBackendTuneArgs()

Properties

View Source

AllowedResponseHeaders

List of headers to whitelist and allowing a plugin to include them in the response.

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

AuditNonHmacRequestKeys

Specifies the list of keys that will not be HMAC'd by audit devices in the request data object.

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

AuditNonHmacResponseKeys

Specifies the list of keys that will not be HMAC'd by audit devices in the response data object.

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

DefaultLeaseTtl

Specifies the default time-to-live. If set, this overrides the global default. Must be a valid duration string

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

ListingVisibility

Specifies whether to show this mount in the UI-specific listing endpoint. Valid values are "unauth" or "hidden".

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

MaxLeaseTtl

Specifies the maximum time-to-live. If set, this overrides the global default. Must be a valid duration string

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

PassthroughRequestHeaders

List of headers to whitelist and pass from the request to the backend.

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

TokenType

Specifies the type of tokens that should be returned by the mount. Valid values are "default-service", "default-batch", "service", "batch".

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