Class AuthBackendTune
Inheritance
Inherited Members
Namespace: Pulumi.Vault.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendTune
Fields
View SourceAllowedResponseHeaders
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> |
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> |
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> |
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 |
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 |
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 |
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> |
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 |