Class AuthBackendTuneArgs
Inherited Members
Namespace: Pulumi.Vault.Inputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendTuneArgs : ResourceArgs
Constructors
View SourceAuthBackendTuneArgs()
Declaration
public AuthBackendTuneArgs()
Properties
View SourceAllowedResponseHeaders
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |