Represents a {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend vault_ad_secret_backend}.
using HashiCorp.Cdktf.Providers.Vault;
new AdSecretBackend(Construct Scope, string Id, AdSecretBackendConfig Config);
Name | Type | Description |
---|---|---|
Scope |
Constructs.Construct |
The scope in which to define this construct. |
Id |
string |
The scoped construct ID. |
Config |
AdSecretBackendConfig |
No description. |
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: AdSecretBackendConfig
Name | Description |
---|---|
ToString |
Returns a string representation of this construct. |
AddOverride |
No description. |
OverrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
ResetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
ToHclTerraform |
No description. |
ToMetadata |
No description. |
ToTerraform |
Adds this resource to the terraform JSON output. |
AddMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
GetAnyMapAttribute |
No description. |
GetBooleanAttribute |
No description. |
GetBooleanMapAttribute |
No description. |
GetListAttribute |
No description. |
GetNumberAttribute |
No description. |
GetNumberListAttribute |
No description. |
GetNumberMapAttribute |
No description. |
GetStringAttribute |
No description. |
GetStringMapAttribute |
No description. |
HasResourceMove |
No description. |
ImportFrom |
No description. |
InterpolationForAttribute |
No description. |
MoveFromId |
Move the resource corresponding to "id" to this resource. |
MoveTo |
Moves this resource to the target resource given by moveTarget. |
MoveToId |
Moves this resource to the resource corresponding to "id". |
ResetAnonymousGroupSearch |
No description. |
ResetBackend |
No description. |
ResetCaseSensitiveNames |
No description. |
ResetCertificate |
No description. |
ResetClientTlsCert |
No description. |
ResetClientTlsKey |
No description. |
ResetDefaultLeaseTtlSeconds |
No description. |
ResetDenyNullBind |
No description. |
ResetDescription |
No description. |
ResetDisableRemount |
No description. |
ResetDiscoverdn |
No description. |
ResetGroupattr |
No description. |
ResetGroupdn |
No description. |
ResetGroupfilter |
No description. |
ResetId |
No description. |
ResetInsecureTls |
No description. |
ResetLastRotationTolerance |
No description. |
ResetLocal |
No description. |
ResetMaxLeaseTtlSeconds |
No description. |
ResetMaxTtl |
No description. |
ResetNamespace |
No description. |
ResetPasswordPolicy |
No description. |
ResetRequestTimeout |
No description. |
ResetStarttls |
No description. |
ResetTlsMaxVersion |
No description. |
ResetTlsMinVersion |
No description. |
ResetTtl |
No description. |
ResetUpndomain |
No description. |
ResetUrl |
No description. |
ResetUsePre111GroupCnBehavior |
No description. |
ResetUserattr |
No description. |
ResetUserdn |
No description. |
ResetUseTokenGroups |
No description. |
private string ToString()
Returns a string representation of this construct.
private void AddOverride(string Path, object Value)
- Type: string
- Type: object
private void OverrideLogicalId(string NewLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
private void ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
private object ToHclTerraform()
private object ToMetadata()
private object ToTerraform()
Adds this resource to the terraform JSON output.
private void AddMoveTarget(string MoveTarget)
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: string
The string move target that will correspond to this resource.
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private object HasResourceMove()
private void ImportFrom(string Id, TerraformProvider Provider = null)
- Type: string
- Type: HashiCorp.Cdktf.TerraformProvider
private IResolvable InterpolationForAttribute(string TerraformAttribute)
- Type: string
private void MoveFromId(string Id)
Move the resource corresponding to "id" to this resource.
Note that the resource being moved from must be marked as moved using it's instance function.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
private void MoveTo(string MoveTarget, object Index = null)
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: object
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
private void MoveToId(string Id)
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
private void ResetAnonymousGroupSearch()
private void ResetBackend()
private void ResetCaseSensitiveNames()
private void ResetCertificate()
private void ResetClientTlsCert()
private void ResetClientTlsKey()
private void ResetDefaultLeaseTtlSeconds()
private void ResetDenyNullBind()
private void ResetDescription()
private void ResetDisableRemount()
private void ResetDiscoverdn()
private void ResetGroupattr()
private void ResetGroupdn()
private void ResetGroupfilter()
private void ResetId()
private void ResetInsecureTls()
private void ResetLastRotationTolerance()
private void ResetLocal()
private void ResetMaxLeaseTtlSeconds()
private void ResetMaxTtl()
private void ResetNamespace()
private void ResetPasswordPolicy()
private void ResetRequestTimeout()
private void ResetStarttls()
private void ResetTlsMaxVersion()
private void ResetTlsMinVersion()
private void ResetTtl()
private void ResetUpndomain()
private void ResetUrl()
private void ResetUsePre111GroupCnBehavior()
private void ResetUserattr()
private void ResetUserdn()
private void ResetUseTokenGroups()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformResource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a AdSecretBackend resource upon running "cdktf plan ". |
using HashiCorp.Cdktf.Providers.Vault;
AdSecretBackend.IsConstruct(object X);
Checks if x
is a construct.
Use this method instead of instanceof
to properly detect Construct
instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the constructs
library on
disk are seen as independent, completely different libraries. As a
consequence, the class Construct
in each copy of the constructs
library
is seen as a different class, and an instance of one class will not test as
instanceof
the other class. npm install
will not create installations
like this, but users may manually symlink construct libraries together or
use a monorepo tool: in those cases, multiple copies of the constructs
library can be accidentally installed, and instanceof
will behave
unpredictably. It is safest to avoid using instanceof
, and using
this type-testing method instead.
- Type: object
Any object.
using HashiCorp.Cdktf.Providers.Vault;
AdSecretBackend.IsTerraformElement(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Vault;
AdSecretBackend.IsTerraformResource(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Vault;
AdSecretBackend.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
Generates CDKTF code for importing a AdSecretBackend resource upon running "cdktf plan ".
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the AdSecretBackend to import.
- Type: string
The id of the existing AdSecretBackend that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#import import section} in the documentation of this resource for the id to use
- Type: HashiCorp.Cdktf.TerraformProvider
? Optional instance of the provider where the AdSecretBackend to import is found.
Name | Type | Description |
---|---|---|
Node |
Constructs.Node |
The tree node. |
CdktfStack |
HashiCorp.Cdktf.TerraformStack |
No description. |
Fqn |
string |
No description. |
FriendlyUniqueId |
string |
No description. |
TerraformMetaArguments |
System.Collections.Generic.IDictionary<string, object> |
No description. |
TerraformResourceType |
string |
No description. |
TerraformGeneratorMetadata |
HashiCorp.Cdktf.TerraformProviderGeneratorMetadata |
No description. |
Connection |
object |
No description. |
Count |
object |
No description. |
DependsOn |
string[] |
No description. |
ForEach |
HashiCorp.Cdktf.ITerraformIterator |
No description. |
Lifecycle |
HashiCorp.Cdktf.TerraformResourceLifecycle |
No description. |
Provider |
HashiCorp.Cdktf.TerraformProvider |
No description. |
Provisioners |
object[] |
No description. |
AnonymousGroupSearchInput |
object |
No description. |
BackendInput |
string |
No description. |
BinddnInput |
string |
No description. |
BindpassInput |
string |
No description. |
CaseSensitiveNamesInput |
object |
No description. |
CertificateInput |
string |
No description. |
ClientTlsCertInput |
string |
No description. |
ClientTlsKeyInput |
string |
No description. |
DefaultLeaseTtlSecondsInput |
double |
No description. |
DenyNullBindInput |
object |
No description. |
DescriptionInput |
string |
No description. |
DisableRemountInput |
object |
No description. |
DiscoverdnInput |
object |
No description. |
GroupattrInput |
string |
No description. |
GroupdnInput |
string |
No description. |
GroupfilterInput |
string |
No description. |
IdInput |
string |
No description. |
InsecureTlsInput |
object |
No description. |
LastRotationToleranceInput |
double |
No description. |
LocalInput |
object |
No description. |
MaxLeaseTtlSecondsInput |
double |
No description. |
MaxTtlInput |
double |
No description. |
NamespaceInput |
string |
No description. |
PasswordPolicyInput |
string |
No description. |
RequestTimeoutInput |
double |
No description. |
StarttlsInput |
object |
No description. |
TlsMaxVersionInput |
string |
No description. |
TlsMinVersionInput |
string |
No description. |
TtlInput |
double |
No description. |
UpndomainInput |
string |
No description. |
UrlInput |
string |
No description. |
UsePre111GroupCnBehaviorInput |
object |
No description. |
UserattrInput |
string |
No description. |
UserdnInput |
string |
No description. |
UseTokenGroupsInput |
object |
No description. |
AnonymousGroupSearch |
object |
No description. |
Backend |
string |
No description. |
Binddn |
string |
No description. |
Bindpass |
string |
No description. |
CaseSensitiveNames |
object |
No description. |
Certificate |
string |
No description. |
ClientTlsCert |
string |
No description. |
ClientTlsKey |
string |
No description. |
DefaultLeaseTtlSeconds |
double |
No description. |
DenyNullBind |
object |
No description. |
Description |
string |
No description. |
DisableRemount |
object |
No description. |
Discoverdn |
object |
No description. |
Groupattr |
string |
No description. |
Groupdn |
string |
No description. |
Groupfilter |
string |
No description. |
Id |
string |
No description. |
InsecureTls |
object |
No description. |
LastRotationTolerance |
double |
No description. |
Local |
object |
No description. |
MaxLeaseTtlSeconds |
double |
No description. |
MaxTtl |
double |
No description. |
Namespace |
string |
No description. |
PasswordPolicy |
string |
No description. |
RequestTimeout |
double |
No description. |
Starttls |
object |
No description. |
TlsMaxVersion |
string |
No description. |
TlsMinVersion |
string |
No description. |
Ttl |
double |
No description. |
Upndomain |
string |
No description. |
Url |
string |
No description. |
UsePre111GroupCnBehavior |
object |
No description. |
Userattr |
string |
No description. |
Userdn |
string |
No description. |
UseTokenGroups |
object |
No description. |
public Node Node { get; }
- Type: Constructs.Node
The tree node.
public TerraformStack CdktfStack { get; }
- Type: HashiCorp.Cdktf.TerraformStack
public string Fqn { get; }
- Type: string
public string FriendlyUniqueId { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
- Type: System.Collections.Generic.IDictionary<string, object>
public string TerraformResourceType { get; }
- Type: string
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
- Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
public object Connection { get; }
- Type: object
public object Count { get; }
- Type: object
public string[] DependsOn { get; }
- Type: string[]
public ITerraformIterator ForEach { get; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; }
- Type: object[]
public object AnonymousGroupSearchInput { get; }
- Type: object
public string BackendInput { get; }
- Type: string
public string BinddnInput { get; }
- Type: string
public string BindpassInput { get; }
- Type: string
public object CaseSensitiveNamesInput { get; }
- Type: object
public string CertificateInput { get; }
- Type: string
public string ClientTlsCertInput { get; }
- Type: string
public string ClientTlsKeyInput { get; }
- Type: string
public double DefaultLeaseTtlSecondsInput { get; }
- Type: double
public object DenyNullBindInput { get; }
- Type: object
public string DescriptionInput { get; }
- Type: string
public object DisableRemountInput { get; }
- Type: object
public object DiscoverdnInput { get; }
- Type: object
public string GroupattrInput { get; }
- Type: string
public string GroupdnInput { get; }
- Type: string
public string GroupfilterInput { get; }
- Type: string
public string IdInput { get; }
- Type: string
public object InsecureTlsInput { get; }
- Type: object
public double LastRotationToleranceInput { get; }
- Type: double
public object LocalInput { get; }
- Type: object
public double MaxLeaseTtlSecondsInput { get; }
- Type: double
public double MaxTtlInput { get; }
- Type: double
public string NamespaceInput { get; }
- Type: string
public string PasswordPolicyInput { get; }
- Type: string
public double RequestTimeoutInput { get; }
- Type: double
public object StarttlsInput { get; }
- Type: object
public string TlsMaxVersionInput { get; }
- Type: string
public string TlsMinVersionInput { get; }
- Type: string
public double TtlInput { get; }
- Type: double
public string UpndomainInput { get; }
- Type: string
public string UrlInput { get; }
- Type: string
public object UsePre111GroupCnBehaviorInput { get; }
- Type: object
public string UserattrInput { get; }
- Type: string
public string UserdnInput { get; }
- Type: string
public object UseTokenGroupsInput { get; }
- Type: object
public object AnonymousGroupSearch { get; }
- Type: object
public string Backend { get; }
- Type: string
public string Binddn { get; }
- Type: string
public string Bindpass { get; }
- Type: string
public object CaseSensitiveNames { get; }
- Type: object
public string Certificate { get; }
- Type: string
public string ClientTlsCert { get; }
- Type: string
public string ClientTlsKey { get; }
- Type: string
public double DefaultLeaseTtlSeconds { get; }
- Type: double
public object DenyNullBind { get; }
- Type: object
public string Description { get; }
- Type: string
public object DisableRemount { get; }
- Type: object
public object Discoverdn { get; }
- Type: object
public string Groupattr { get; }
- Type: string
public string Groupdn { get; }
- Type: string
public string Groupfilter { get; }
- Type: string
public string Id { get; }
- Type: string
public object InsecureTls { get; }
- Type: object
public double LastRotationTolerance { get; }
- Type: double
public object Local { get; }
- Type: object
public double MaxLeaseTtlSeconds { get; }
- Type: double
public double MaxTtl { get; }
- Type: double
public string Namespace { get; }
- Type: string
public string PasswordPolicy { get; }
- Type: string
public double RequestTimeout { get; }
- Type: double
public object Starttls { get; }
- Type: object
public string TlsMaxVersion { get; }
- Type: string
public string TlsMinVersion { get; }
- Type: string
public double Ttl { get; }
- Type: double
public string Upndomain { get; }
- Type: string
public string Url { get; }
- Type: string
public object UsePre111GroupCnBehavior { get; }
- Type: object
public string Userattr { get; }
- Type: string
public string Userdn { get; }
- Type: string
public object UseTokenGroups { get; }
- Type: object
Name | Type | Description |
---|---|---|
TfResourceType |
string |
No description. |
public string TfResourceType { get; }
- Type: string
using HashiCorp.Cdktf.Providers.Vault;
new AdSecretBackendConfig {
object Connection = null,
object Count = null,
ITerraformDependable[] DependsOn = null,
ITerraformIterator ForEach = null,
TerraformResourceLifecycle Lifecycle = null,
TerraformProvider Provider = null,
object[] Provisioners = null,
string Binddn,
string Bindpass,
object AnonymousGroupSearch = null,
string Backend = null,
object CaseSensitiveNames = null,
string Certificate = null,
string ClientTlsCert = null,
string ClientTlsKey = null,
double DefaultLeaseTtlSeconds = null,
object DenyNullBind = null,
string Description = null,
object DisableRemount = null,
object Discoverdn = null,
string Groupattr = null,
string Groupdn = null,
string Groupfilter = null,
string Id = null,
object InsecureTls = null,
double LastRotationTolerance = null,
object Local = null,
double MaxLeaseTtlSeconds = null,
double MaxTtl = null,
string Namespace = null,
string PasswordPolicy = null,
double RequestTimeout = null,
object Starttls = null,
string TlsMaxVersion = null,
string TlsMinVersion = null,
double Ttl = null,
string Upndomain = null,
string Url = null,
object UsePre111GroupCnBehavior = null,
string Userattr = null,
string Userdn = null,
object UseTokenGroups = null
};
Name | Type | Description |
---|---|---|
Connection |
object |
No description. |
Count |
object |
No description. |
DependsOn |
HashiCorp.Cdktf.ITerraformDependable[] |
No description. |
ForEach |
HashiCorp.Cdktf.ITerraformIterator |
No description. |
Lifecycle |
HashiCorp.Cdktf.TerraformResourceLifecycle |
No description. |
Provider |
HashiCorp.Cdktf.TerraformProvider |
No description. |
Provisioners |
object[] |
No description. |
Binddn |
string |
Distinguished name of object to bind when performing user and group search. |
Bindpass |
string |
LDAP password for searching for the user DN. |
AnonymousGroupSearch |
object |
Use anonymous binds when performing LDAP group searches (if true the initial credentials will still be used for the initial connection test). |
Backend |
string |
The mount path for a backend, for example, the path given in "$ vault auth enable -path=my-ad ad". |
CaseSensitiveNames |
object |
If true, case sensitivity will be used when comparing usernames and groups for matching policies. |
Certificate |
string |
CA certificate to use when verifying LDAP server certificate, must be x509 PEM encoded. |
ClientTlsCert |
string |
Client certificate to provide to the LDAP server, must be x509 PEM encoded. |
ClientTlsKey |
string |
Client certificate key to provide to the LDAP server, must be x509 PEM encoded. |
DefaultLeaseTtlSeconds |
double |
Default lease duration for secrets in seconds. |
DenyNullBind |
object |
Denies an unauthenticated LDAP bind request if the user's password is empty; defaults to true. |
Description |
string |
Human-friendly description of the mount for the backend. |
DisableRemount |
object |
If set, opts out of mount migration on path updates. |
Discoverdn |
object |
Use anonymous bind to discover the bind DN of a user. |
Groupattr |
string |
LDAP attribute to follow on objects returned by in order to enumerate user group membership. |
Groupdn |
string |
LDAP search base to use for group membership search (eg: ou=Groups,dc=example,dc=org). |
Groupfilter |
string |
Go template for querying group membership of user. |
Id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#id AdSecretBackend#id}. |
InsecureTls |
object |
Skip LDAP server SSL Certificate verification - insecure and not recommended for production use. |
LastRotationTolerance |
double |
The number of seconds after a Vault rotation where, if Active Directory shows a later rotation, it should be considered out-of-band. |
Local |
object |
Mark the secrets engine as local-only. |
MaxLeaseTtlSeconds |
double |
Maximum possible lease duration for secrets in seconds. |
MaxTtl |
double |
In seconds, the maximum password time-to-live. |
Namespace |
string |
Target namespace. (requires Enterprise). |
PasswordPolicy |
string |
Name of the password policy to use to generate passwords. |
RequestTimeout |
double |
Timeout, in seconds, for the connection when making requests against the server before returning back an error. |
Starttls |
object |
Issue a StartTLS command after establishing unencrypted connection. |
TlsMaxVersion |
string |
Maximum TLS version to use. Accepted values are 'tls10', 'tls11', 'tls12' or 'tls13'. Defaults to 'tls12'. |
TlsMinVersion |
string |
Minimum TLS version to use. Accepted values are 'tls10', 'tls11', 'tls12' or 'tls13'. Defaults to 'tls12'. |
Ttl |
double |
In seconds, the default password time-to-live. |
Upndomain |
string |
Enables userPrincipalDomain login with [username]@UPNDomain. |
Url |
string |
LDAP URL to connect to (default: ldap://127.0.0.1). Multiple URLs can be specified by concatenating them with commas; they will be tried in-order. |
UsePre111GroupCnBehavior |
object |
In Vault 1.1.1 a fix for handling group CN values of different cases unfortunately introduced a regression that could cause previously defined groups to not be found due to a change in the resulting name. If set true, the pre-1.1.1 behavior for matching group CNs will be used. This is only needed in some upgrade scenarios for backwards compatibility. It is enabled by default if the config is upgraded but disabled by default on new configurations. |
Userattr |
string |
Attribute used for users (default: cn). |
Userdn |
string |
LDAP domain to use for users (eg: ou=People,dc=example,dc=org). |
UseTokenGroups |
object |
If true, use the Active Directory tokenGroups constructed attribute of the user to find the group memberships. |
public object Connection { get; set; }
- Type: object
public object Count { get; set; }
- Type: object
public ITerraformDependable[] DependsOn { get; set; }
- Type: HashiCorp.Cdktf.ITerraformDependable[]
public ITerraformIterator ForEach { get; set; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; set; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; set; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; set; }
- Type: object[]
public string Binddn { get; set; }
- Type: string
Distinguished name of object to bind when performing user and group search.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#binddn AdSecretBackend#binddn}
public string Bindpass { get; set; }
- Type: string
LDAP password for searching for the user DN.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#bindpass AdSecretBackend#bindpass}
public object AnonymousGroupSearch { get; set; }
- Type: object
Use anonymous binds when performing LDAP group searches (if true the initial credentials will still be used for the initial connection test).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#anonymous_group_search AdSecretBackend#anonymous_group_search}
public string Backend { get; set; }
- Type: string
The mount path for a backend, for example, the path given in "$ vault auth enable -path=my-ad ad".
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#backend AdSecretBackend#backend}
public object CaseSensitiveNames { get; set; }
- Type: object
If true, case sensitivity will be used when comparing usernames and groups for matching policies.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#case_sensitive_names AdSecretBackend#case_sensitive_names}
public string Certificate { get; set; }
- Type: string
CA certificate to use when verifying LDAP server certificate, must be x509 PEM encoded.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#certificate AdSecretBackend#certificate}
public string ClientTlsCert { get; set; }
- Type: string
Client certificate to provide to the LDAP server, must be x509 PEM encoded.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#client_tls_cert AdSecretBackend#client_tls_cert}
public string ClientTlsKey { get; set; }
- Type: string
Client certificate key to provide to the LDAP server, must be x509 PEM encoded.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#client_tls_key AdSecretBackend#client_tls_key}
public double DefaultLeaseTtlSeconds { get; set; }
- Type: double
Default lease duration for secrets in seconds.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#default_lease_ttl_seconds AdSecretBackend#default_lease_ttl_seconds}
public object DenyNullBind { get; set; }
- Type: object
Denies an unauthenticated LDAP bind request if the user's password is empty; defaults to true.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#deny_null_bind AdSecretBackend#deny_null_bind}
public string Description { get; set; }
- Type: string
Human-friendly description of the mount for the backend.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#description AdSecretBackend#description}
public object DisableRemount { get; set; }
- Type: object
If set, opts out of mount migration on path updates.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#disable_remount AdSecretBackend#disable_remount}
public object Discoverdn { get; set; }
- Type: object
Use anonymous bind to discover the bind DN of a user.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#discoverdn AdSecretBackend#discoverdn}
public string Groupattr { get; set; }
- Type: string
LDAP attribute to follow on objects returned by in order to enumerate user group membership.
Examples: "cn" or "memberOf", etc. Default: cn
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#groupattr AdSecretBackend#groupattr}
public string Groupdn { get; set; }
- Type: string
LDAP search base to use for group membership search (eg: ou=Groups,dc=example,dc=org).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#groupdn AdSecretBackend#groupdn}
public string Groupfilter { get; set; }
- Type: string
Go template for querying group membership of user.
The template can access the following context variables: UserDN, Username Example: (&(objectClass=group)(member:1.2.840.113556.1.4.1941:={{.UserDN}})) Default: (|(memberUid={{.Username}})(member={{.UserDN}})(uniqueMember={{.UserDN}}))
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#groupfilter AdSecretBackend#groupfilter}
public string Id { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#id AdSecretBackend#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public object InsecureTls { get; set; }
- Type: object
Skip LDAP server SSL Certificate verification - insecure and not recommended for production use.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#insecure_tls AdSecretBackend#insecure_tls}
public double LastRotationTolerance { get; set; }
- Type: double
The number of seconds after a Vault rotation where, if Active Directory shows a later rotation, it should be considered out-of-band.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#last_rotation_tolerance AdSecretBackend#last_rotation_tolerance}
public object Local { get; set; }
- Type: object
Mark the secrets engine as local-only.
Local engines are not replicated or removed by replication.Tolerance duration to use when checking the last rotation time.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#local AdSecretBackend#local}
public double MaxLeaseTtlSeconds { get; set; }
- Type: double
Maximum possible lease duration for secrets in seconds.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#max_lease_ttl_seconds AdSecretBackend#max_lease_ttl_seconds}
public double MaxTtl { get; set; }
- Type: double
In seconds, the maximum password time-to-live.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#max_ttl AdSecretBackend#max_ttl}
public string Namespace { get; set; }
- Type: string
Target namespace. (requires Enterprise).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#namespace AdSecretBackend#namespace}
public string PasswordPolicy { get; set; }
- Type: string
Name of the password policy to use to generate passwords.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#password_policy AdSecretBackend#password_policy}
public double RequestTimeout { get; set; }
- Type: double
Timeout, in seconds, for the connection when making requests against the server before returning back an error.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#request_timeout AdSecretBackend#request_timeout}
public object Starttls { get; set; }
- Type: object
Issue a StartTLS command after establishing unencrypted connection.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#starttls AdSecretBackend#starttls}
public string TlsMaxVersion { get; set; }
- Type: string
Maximum TLS version to use. Accepted values are 'tls10', 'tls11', 'tls12' or 'tls13'. Defaults to 'tls12'.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#tls_max_version AdSecretBackend#tls_max_version}
public string TlsMinVersion { get; set; }
- Type: string
Minimum TLS version to use. Accepted values are 'tls10', 'tls11', 'tls12' or 'tls13'. Defaults to 'tls12'.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#tls_min_version AdSecretBackend#tls_min_version}
public double Ttl { get; set; }
- Type: double
In seconds, the default password time-to-live.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#ttl AdSecretBackend#ttl}
public string Upndomain { get; set; }
- Type: string
Enables userPrincipalDomain login with [username]@UPNDomain.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#upndomain AdSecretBackend#upndomain}
public string Url { get; set; }
- Type: string
LDAP URL to connect to (default: ldap://127.0.0.1). Multiple URLs can be specified by concatenating them with commas; they will be tried in-order.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#url AdSecretBackend#url}
public object UsePre111GroupCnBehavior { get; set; }
- Type: object
In Vault 1.1.1 a fix for handling group CN values of different cases unfortunately introduced a regression that could cause previously defined groups to not be found due to a change in the resulting name. If set true, the pre-1.1.1 behavior for matching group CNs will be used. This is only needed in some upgrade scenarios for backwards compatibility. It is enabled by default if the config is upgraded but disabled by default on new configurations.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#use_pre111_group_cn_behavior AdSecretBackend#use_pre111_group_cn_behavior}
public string Userattr { get; set; }
- Type: string
Attribute used for users (default: cn).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#userattr AdSecretBackend#userattr}
public string Userdn { get; set; }
- Type: string
LDAP domain to use for users (eg: ou=People,dc=example,dc=org).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#userdn AdSecretBackend#userdn}
public object UseTokenGroups { get; set; }
- Type: object
If true, use the Active Directory tokenGroups constructed attribute of the user to find the group memberships.
This will find all security groups including nested ones.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/resources/ad_secret_backend#use_token_groups AdSecretBackend#use_token_groups}