Represents a {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials vault_azure_access_credentials}.
using HashiCorp.Cdktf.Providers.Vault;
new DataVaultAzureAccessCredentials(Construct Scope, string Id, DataVaultAzureAccessCredentialsConfig Config);
Name | Type | Description |
---|---|---|
Scope |
Constructs.Construct |
The scope in which to define this construct. |
Id |
string |
The scoped construct ID. |
Config |
DataVaultAzureAccessCredentialsConfig |
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
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 |
Adds this resource to the terraform JSON output. |
ToMetadata |
No description. |
ToTerraform |
Adds this resource to the terraform JSON output. |
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. |
InterpolationForAttribute |
No description. |
ResetEnvironment |
No description. |
ResetId |
No description. |
ResetMaxCredValidationSeconds |
No description. |
ResetNamespace |
No description. |
ResetNumSecondsBetweenTests |
No description. |
ResetNumSequentialSuccesses |
No description. |
ResetSubscriptionId |
No description. |
ResetTenantId |
No description. |
ResetValidateCreds |
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()
Adds this resource to the terraform JSON output.
private object ToMetadata()
private object ToTerraform()
Adds this resource to the terraform JSON output.
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 IResolvable InterpolationForAttribute(string TerraformAttribute)
- Type: string
private void ResetEnvironment()
private void ResetId()
private void ResetMaxCredValidationSeconds()
private void ResetNamespace()
private void ResetNumSecondsBetweenTests()
private void ResetNumSequentialSuccesses()
private void ResetSubscriptionId()
private void ResetTenantId()
private void ResetValidateCreds()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformDataSource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a DataVaultAzureAccessCredentials resource upon running "cdktf plan ". |
using HashiCorp.Cdktf.Providers.Vault;
DataVaultAzureAccessCredentials.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;
DataVaultAzureAccessCredentials.IsTerraformElement(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Vault;
DataVaultAzureAccessCredentials.IsTerraformDataSource(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Vault;
DataVaultAzureAccessCredentials.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
Generates CDKTF code for importing a DataVaultAzureAccessCredentials 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 DataVaultAzureAccessCredentials to import.
- Type: string
The id of the existing DataVaultAzureAccessCredentials that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#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 DataVaultAzureAccessCredentials 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. |
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. |
ClientId |
string |
No description. |
ClientSecret |
string |
No description. |
LeaseDuration |
double |
No description. |
LeaseId |
string |
No description. |
LeaseRenewable |
HashiCorp.Cdktf.IResolvable |
No description. |
LeaseStartTime |
string |
No description. |
BackendInput |
string |
No description. |
EnvironmentInput |
string |
No description. |
IdInput |
string |
No description. |
MaxCredValidationSecondsInput |
double |
No description. |
NamespaceInput |
string |
No description. |
NumSecondsBetweenTestsInput |
double |
No description. |
NumSequentialSuccessesInput |
double |
No description. |
RoleInput |
string |
No description. |
SubscriptionIdInput |
string |
No description. |
TenantIdInput |
string |
No description. |
ValidateCredsInput |
object |
No description. |
Backend |
string |
No description. |
Environment |
string |
No description. |
Id |
string |
No description. |
MaxCredValidationSeconds |
double |
No description. |
Namespace |
string |
No description. |
NumSecondsBetweenTests |
double |
No description. |
NumSequentialSuccesses |
double |
No description. |
Role |
string |
No description. |
SubscriptionId |
string |
No description. |
TenantId |
string |
No description. |
ValidateCreds |
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 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 string ClientId { get; }
- Type: string
public string ClientSecret { get; }
- Type: string
public double LeaseDuration { get; }
- Type: double
public string LeaseId { get; }
- Type: string
public IResolvable LeaseRenewable { get; }
- Type: HashiCorp.Cdktf.IResolvable
public string LeaseStartTime { get; }
- Type: string
public string BackendInput { get; }
- Type: string
public string EnvironmentInput { get; }
- Type: string
public string IdInput { get; }
- Type: string
public double MaxCredValidationSecondsInput { get; }
- Type: double
public string NamespaceInput { get; }
- Type: string
public double NumSecondsBetweenTestsInput { get; }
- Type: double
public double NumSequentialSuccessesInput { get; }
- Type: double
public string RoleInput { get; }
- Type: string
public string SubscriptionIdInput { get; }
- Type: string
public string TenantIdInput { get; }
- Type: string
public object ValidateCredsInput { get; }
- Type: object
public string Backend { get; }
- Type: string
public string Environment { get; }
- Type: string
public string Id { get; }
- Type: string
public double MaxCredValidationSeconds { get; }
- Type: double
public string Namespace { get; }
- Type: string
public double NumSecondsBetweenTests { get; }
- Type: double
public double NumSequentialSuccesses { get; }
- Type: double
public string Role { get; }
- Type: string
public string SubscriptionId { get; }
- Type: string
public string TenantId { get; }
- Type: string
public object ValidateCreds { get; }
- Type: object
Name | Type | Description |
---|---|---|
TfResourceType |
string |
No description. |
public string TfResourceType { get; }
- Type: string
using HashiCorp.Cdktf.Providers.Vault;
new DataVaultAzureAccessCredentialsConfig {
object Connection = null,
object Count = null,
ITerraformDependable[] DependsOn = null,
ITerraformIterator ForEach = null,
TerraformResourceLifecycle Lifecycle = null,
TerraformProvider Provider = null,
object[] Provisioners = null,
string Backend,
string Role,
string Environment = null,
string Id = null,
double MaxCredValidationSeconds = null,
string Namespace = null,
double NumSecondsBetweenTests = null,
double NumSequentialSuccesses = null,
string SubscriptionId = null,
string TenantId = null,
object ValidateCreds = 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. |
Backend |
string |
Azure Secret Backend to read credentials from. |
Role |
string |
Azure Secret Role to read credentials from. |
Environment |
string |
The Azure environment to use during credential validation. Defaults to the Azure Public Cloud. Some possible values: AzurePublicCloud, AzureUSGovernmentCloud. |
Id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#id DataVaultAzureAccessCredentials#id}. |
MaxCredValidationSeconds |
double |
If 'validate_creds' is true, the number of seconds after which to give up validating credentials. |
Namespace |
string |
Target namespace. (requires Enterprise). |
NumSecondsBetweenTests |
double |
If 'validate_creds' is true, the number of seconds to wait between each test of generated credentials. |
NumSequentialSuccesses |
double |
If 'validate_creds' is true, the number of sequential successes required to validate generated credentials. |
SubscriptionId |
string |
The subscription ID to use during credential validation. Defaults to the subscription ID configured in the Vault backend. |
TenantId |
string |
The tenant ID to use during credential validation. Defaults to the tenant ID configured in the Vault backend. |
ValidateCreds |
object |
Whether generated credentials should be validated before being returned. |
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 Backend { get; set; }
- Type: string
Azure Secret Backend to read credentials from.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#backend DataVaultAzureAccessCredentials#backend}
public string Role { get; set; }
- Type: string
Azure Secret Role to read credentials from.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#role DataVaultAzureAccessCredentials#role}
public string Environment { get; set; }
- Type: string
The Azure environment to use during credential validation. Defaults to the Azure Public Cloud. Some possible values: AzurePublicCloud, AzureUSGovernmentCloud.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#environment DataVaultAzureAccessCredentials#environment}
public string Id { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#id DataVaultAzureAccessCredentials#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 double MaxCredValidationSeconds { get; set; }
- Type: double
If 'validate_creds' is true, the number of seconds after which to give up validating credentials.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#max_cred_validation_seconds DataVaultAzureAccessCredentials#max_cred_validation_seconds}
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/data-sources/azure_access_credentials#namespace DataVaultAzureAccessCredentials#namespace}
public double NumSecondsBetweenTests { get; set; }
- Type: double
If 'validate_creds' is true, the number of seconds to wait between each test of generated credentials.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#num_seconds_between_tests DataVaultAzureAccessCredentials#num_seconds_between_tests}
public double NumSequentialSuccesses { get; set; }
- Type: double
If 'validate_creds' is true, the number of sequential successes required to validate generated credentials.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#num_sequential_successes DataVaultAzureAccessCredentials#num_sequential_successes}
public string SubscriptionId { get; set; }
- Type: string
The subscription ID to use during credential validation. Defaults to the subscription ID configured in the Vault backend.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#subscription_id DataVaultAzureAccessCredentials#subscription_id}
public string TenantId { get; set; }
- Type: string
The tenant ID to use during credential validation. Defaults to the tenant ID configured in the Vault backend.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#tenant_id DataVaultAzureAccessCredentials#tenant_id}
public object ValidateCreds { get; set; }
- Type: object
Whether generated credentials should be validated before being returned.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.5.0/docs/data-sources/azure_access_credentials#validate_creds DataVaultAzureAccessCredentials#validate_creds}