Show / Hide Table of Contents

Class AuthBackendTune

Inheritance
System.Object
AuthBackendTune
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.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendTune

Fields

View Source

AllowedResponseHeaders

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

Declaration
public readonly ImmutableArray<string> AllowedResponseHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> AuditNonHmacRequestKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> AuditNonHmacResponseKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string DefaultLeaseTtl
Field Value
Type Description
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 readonly string ListingVisibility
Field Value
Type Description
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 readonly string MaxLeaseTtl
Field Value
Type Description
System.String
View Source

PassthroughRequestHeaders

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

Declaration
public readonly ImmutableArray<string> PassthroughRequestHeaders
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string TokenType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.