Skip to content

Latest commit

 

History

History
2454 lines (1543 loc) · 111 KB

sshSecretBackendRole.csharp.md

File metadata and controls

2454 lines (1543 loc) · 111 KB

sshSecretBackendRole Submodule

Constructs

SshSecretBackendRole

Represents a {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role vault_ssh_secret_backend_role}.

Initializers

using HashiCorp.Cdktf.Providers.Vault;

new SshSecretBackendRole(Construct Scope, string Id, SshSecretBackendRoleConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config SshSecretBackendRoleConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

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".
PutAllowedUserKeyConfig No description.
ResetAlgorithmSigner No description.
ResetAllowBareDomains No description.
ResetAllowedCriticalOptions No description.
ResetAllowedDomains No description.
ResetAllowedDomainsTemplate No description.
ResetAllowedExtensions No description.
ResetAllowedUserKeyConfig No description.
ResetAllowedUsers No description.
ResetAllowedUsersTemplate No description.
ResetAllowHostCertificates No description.
ResetAllowSubdomains No description.
ResetAllowUserCertificates No description.
ResetAllowUserKeyIds No description.
ResetCidrList No description.
ResetDefaultCriticalOptions No description.
ResetDefaultExtensions No description.
ResetDefaultUser No description.
ResetDefaultUserTemplate No description.
ResetId No description.
ResetKeyIdFormat No description.
ResetMaxTtl No description.
ResetNamespace No description.
ResetNotBeforeDuration No description.
ResetTtl No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
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.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
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.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutAllowedUserKeyConfig
private void PutAllowedUserKeyConfig(object Value)
ValueRequired
  • Type: object

ResetAlgorithmSigner
private void ResetAlgorithmSigner()
ResetAllowBareDomains
private void ResetAllowBareDomains()
ResetAllowedCriticalOptions
private void ResetAllowedCriticalOptions()
ResetAllowedDomains
private void ResetAllowedDomains()
ResetAllowedDomainsTemplate
private void ResetAllowedDomainsTemplate()
ResetAllowedExtensions
private void ResetAllowedExtensions()
ResetAllowedUserKeyConfig
private void ResetAllowedUserKeyConfig()
ResetAllowedUsers
private void ResetAllowedUsers()
ResetAllowedUsersTemplate
private void ResetAllowedUsersTemplate()
ResetAllowHostCertificates
private void ResetAllowHostCertificates()
ResetAllowSubdomains
private void ResetAllowSubdomains()
ResetAllowUserCertificates
private void ResetAllowUserCertificates()
ResetAllowUserKeyIds
private void ResetAllowUserKeyIds()
ResetCidrList
private void ResetCidrList()
ResetDefaultCriticalOptions
private void ResetDefaultCriticalOptions()
ResetDefaultExtensions
private void ResetDefaultExtensions()
ResetDefaultUser
private void ResetDefaultUser()
ResetDefaultUserTemplate
private void ResetDefaultUserTemplate()
ResetId
private void ResetId()
ResetKeyIdFormat
private void ResetKeyIdFormat()
ResetMaxTtl
private void ResetMaxTtl()
ResetNamespace
private void ResetNamespace()
ResetNotBeforeDuration
private void ResetNotBeforeDuration()
ResetTtl
private void ResetTtl()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a SshSecretBackendRole resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Vault;

SshSecretBackendRole.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.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Vault;

SshSecretBackendRole.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Vault;

SshSecretBackendRole.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Vault;

SshSecretBackendRole.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a SshSecretBackendRole resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the SshSecretBackendRole to import.


ImportFromIdRequired
  • Type: string

The id of the existing SshSecretBackendRole that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the SshSecretBackendRole to import is found.


Properties

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.
AllowedUserKeyConfig SshSecretBackendRoleAllowedUserKeyConfigList No description.
AlgorithmSignerInput string No description.
AllowBareDomainsInput object No description.
AllowedCriticalOptionsInput string No description.
AllowedDomainsInput string No description.
AllowedDomainsTemplateInput object No description.
AllowedExtensionsInput string No description.
AllowedUserKeyConfigInput object No description.
AllowedUsersInput string No description.
AllowedUsersTemplateInput object No description.
AllowHostCertificatesInput object No description.
AllowSubdomainsInput object No description.
AllowUserCertificatesInput object No description.
AllowUserKeyIdsInput object No description.
BackendInput string No description.
CidrListInput string No description.
DefaultCriticalOptionsInput System.Collections.Generic.IDictionary<string, string> No description.
DefaultExtensionsInput System.Collections.Generic.IDictionary<string, string> No description.
DefaultUserInput string No description.
DefaultUserTemplateInput object No description.
IdInput string No description.
KeyIdFormatInput string No description.
KeyTypeInput string No description.
MaxTtlInput string No description.
NameInput string No description.
NamespaceInput string No description.
NotBeforeDurationInput string No description.
TtlInput string No description.
AlgorithmSigner string No description.
AllowBareDomains object No description.
AllowedCriticalOptions string No description.
AllowedDomains string No description.
AllowedDomainsTemplate object No description.
AllowedExtensions string No description.
AllowedUsers string No description.
AllowedUsersTemplate object No description.
AllowHostCertificates object No description.
AllowSubdomains object No description.
AllowUserCertificates object No description.
AllowUserKeyIds object No description.
Backend string No description.
CidrList string No description.
DefaultCriticalOptions System.Collections.Generic.IDictionary<string, string> No description.
DefaultExtensions System.Collections.Generic.IDictionary<string, string> No description.
DefaultUser string No description.
DefaultUserTemplate object No description.
Id string No description.
KeyIdFormat string No description.
KeyType string No description.
MaxTtl string No description.
Name string No description.
Namespace string No description.
NotBeforeDuration string No description.
Ttl string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

AllowedUserKeyConfigRequired
public SshSecretBackendRoleAllowedUserKeyConfigList AllowedUserKeyConfig { get; }

AlgorithmSignerInputOptional
public string AlgorithmSignerInput { get; }
  • Type: string

AllowBareDomainsInputOptional
public object AllowBareDomainsInput { get; }
  • Type: object

AllowedCriticalOptionsInputOptional
public string AllowedCriticalOptionsInput { get; }
  • Type: string

AllowedDomainsInputOptional
public string AllowedDomainsInput { get; }
  • Type: string

AllowedDomainsTemplateInputOptional
public object AllowedDomainsTemplateInput { get; }
  • Type: object

AllowedExtensionsInputOptional
public string AllowedExtensionsInput { get; }
  • Type: string

AllowedUserKeyConfigInputOptional
public object AllowedUserKeyConfigInput { get; }
  • Type: object

AllowedUsersInputOptional
public string AllowedUsersInput { get; }
  • Type: string

AllowedUsersTemplateInputOptional
public object AllowedUsersTemplateInput { get; }
  • Type: object

AllowHostCertificatesInputOptional
public object AllowHostCertificatesInput { get; }
  • Type: object

AllowSubdomainsInputOptional
public object AllowSubdomainsInput { get; }
  • Type: object

AllowUserCertificatesInputOptional
public object AllowUserCertificatesInput { get; }
  • Type: object

AllowUserKeyIdsInputOptional
public object AllowUserKeyIdsInput { get; }
  • Type: object

BackendInputOptional
public string BackendInput { get; }
  • Type: string

CidrListInputOptional
public string CidrListInput { get; }
  • Type: string

DefaultCriticalOptionsInputOptional
public System.Collections.Generic.IDictionary<string, string> DefaultCriticalOptionsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

DefaultExtensionsInputOptional
public System.Collections.Generic.IDictionary<string, string> DefaultExtensionsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

DefaultUserInputOptional
public string DefaultUserInput { get; }
  • Type: string

DefaultUserTemplateInputOptional
public object DefaultUserTemplateInput { get; }
  • Type: object

IdInputOptional
public string IdInput { get; }
  • Type: string

KeyIdFormatInputOptional
public string KeyIdFormatInput { get; }
  • Type: string

KeyTypeInputOptional
public string KeyTypeInput { get; }
  • Type: string

MaxTtlInputOptional
public string MaxTtlInput { get; }
  • Type: string

NameInputOptional
public string NameInput { get; }
  • Type: string

NamespaceInputOptional
public string NamespaceInput { get; }
  • Type: string

NotBeforeDurationInputOptional
public string NotBeforeDurationInput { get; }
  • Type: string

TtlInputOptional
public string TtlInput { get; }
  • Type: string

AlgorithmSignerRequired
public string AlgorithmSigner { get; }
  • Type: string

AllowBareDomainsRequired
public object AllowBareDomains { get; }
  • Type: object

AllowedCriticalOptionsRequired
public string AllowedCriticalOptions { get; }
  • Type: string

AllowedDomainsRequired
public string AllowedDomains { get; }
  • Type: string

AllowedDomainsTemplateRequired
public object AllowedDomainsTemplate { get; }
  • Type: object

AllowedExtensionsRequired
public string AllowedExtensions { get; }
  • Type: string

AllowedUsersRequired
public string AllowedUsers { get; }
  • Type: string

AllowedUsersTemplateRequired
public object AllowedUsersTemplate { get; }
  • Type: object

AllowHostCertificatesRequired
public object AllowHostCertificates { get; }
  • Type: object

AllowSubdomainsRequired
public object AllowSubdomains { get; }
  • Type: object

AllowUserCertificatesRequired
public object AllowUserCertificates { get; }
  • Type: object

AllowUserKeyIdsRequired
public object AllowUserKeyIds { get; }
  • Type: object

BackendRequired
public string Backend { get; }
  • Type: string

CidrListRequired
public string CidrList { get; }
  • Type: string

DefaultCriticalOptionsRequired
public System.Collections.Generic.IDictionary<string, string> DefaultCriticalOptions { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

DefaultExtensionsRequired
public System.Collections.Generic.IDictionary<string, string> DefaultExtensions { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

DefaultUserRequired
public string DefaultUser { get; }
  • Type: string

DefaultUserTemplateRequired
public object DefaultUserTemplate { get; }
  • Type: object

IdRequired
public string Id { get; }
  • Type: string

KeyIdFormatRequired
public string KeyIdFormat { get; }
  • Type: string

KeyTypeRequired
public string KeyType { get; }
  • Type: string

MaxTtlRequired
public string MaxTtl { get; }
  • Type: string

NameRequired
public string Name { get; }
  • Type: string

NamespaceRequired
public string Namespace { get; }
  • Type: string

NotBeforeDurationRequired
public string NotBeforeDuration { get; }
  • Type: string

TtlRequired
public string Ttl { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

SshSecretBackendRoleAllowedUserKeyConfig

Initializer

using HashiCorp.Cdktf.Providers.Vault;

new SshSecretBackendRoleAllowedUserKeyConfig {
    double[] Lengths,
    string Type
};

Properties

Name Type Description
Lengths double[] List of allowed key lengths, vault-1.10 and above.
Type string Key type, choices: rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521.

LengthsRequired
public double[] Lengths { get; set; }
  • Type: double[]

List of allowed key lengths, vault-1.10 and above.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#lengths SshSecretBackendRole#lengths}


TypeRequired
public string Type { get; set; }
  • Type: string

Key type, choices: rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#type SshSecretBackendRole#type}


SshSecretBackendRoleConfig

Initializer

using HashiCorp.Cdktf.Providers.Vault;

new SshSecretBackendRoleConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Backend,
    string KeyType,
    string Name,
    string AlgorithmSigner = null,
    object AllowBareDomains = null,
    string AllowedCriticalOptions = null,
    string AllowedDomains = null,
    object AllowedDomainsTemplate = null,
    string AllowedExtensions = null,
    object AllowedUserKeyConfig = null,
    string AllowedUsers = null,
    object AllowedUsersTemplate = null,
    object AllowHostCertificates = null,
    object AllowSubdomains = null,
    object AllowUserCertificates = null,
    object AllowUserKeyIds = null,
    string CidrList = null,
    System.Collections.Generic.IDictionary<string, string> DefaultCriticalOptions = null,
    System.Collections.Generic.IDictionary<string, string> DefaultExtensions = null,
    string DefaultUser = null,
    object DefaultUserTemplate = null,
    string Id = null,
    string KeyIdFormat = null,
    string MaxTtl = null,
    string Namespace = null,
    string NotBeforeDuration = null,
    string Ttl = null
};

Properties

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 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#backend SshSecretBackendRole#backend}.
KeyType string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#key_type SshSecretBackendRole#key_type}.
Name string Unique name for the role.
AlgorithmSigner string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#algorithm_signer SshSecretBackendRole#algorithm_signer}.
AllowBareDomains object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_bare_domains SshSecretBackendRole#allow_bare_domains}.
AllowedCriticalOptions string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_critical_options SshSecretBackendRole#allowed_critical_options}.
AllowedDomains string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_domains SshSecretBackendRole#allowed_domains}.
AllowedDomainsTemplate object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_domains_template SshSecretBackendRole#allowed_domains_template}.
AllowedExtensions string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_extensions SshSecretBackendRole#allowed_extensions}.
AllowedUserKeyConfig object allowed_user_key_config block.
AllowedUsers string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_users SshSecretBackendRole#allowed_users}.
AllowedUsersTemplate object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_users_template SshSecretBackendRole#allowed_users_template}.
AllowHostCertificates object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_host_certificates SshSecretBackendRole#allow_host_certificates}.
AllowSubdomains object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_subdomains SshSecretBackendRole#allow_subdomains}.
AllowUserCertificates object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_user_certificates SshSecretBackendRole#allow_user_certificates}.
AllowUserKeyIds object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_user_key_ids SshSecretBackendRole#allow_user_key_ids}.
CidrList string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#cidr_list SshSecretBackendRole#cidr_list}.
DefaultCriticalOptions System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_critical_options SshSecretBackendRole#default_critical_options}.
DefaultExtensions System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_extensions SshSecretBackendRole#default_extensions}.
DefaultUser string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_user SshSecretBackendRole#default_user}.
DefaultUserTemplate object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_user_template SshSecretBackendRole#default_user_template}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#id SshSecretBackendRole#id}.
KeyIdFormat string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#key_id_format SshSecretBackendRole#key_id_format}.
MaxTtl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#max_ttl SshSecretBackendRole#max_ttl}.
Namespace string Target namespace. (requires Enterprise).
NotBeforeDuration string Specifies the duration by which to backdate the ValidAfter property. Uses duration format strings.
Ttl string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#ttl SshSecretBackendRole#ttl}.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

BackendRequired
public string Backend { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#backend SshSecretBackendRole#backend}.


KeyTypeRequired
public string KeyType { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#key_type SshSecretBackendRole#key_type}.


NameRequired
public string Name { get; set; }
  • Type: string

Unique name for the role.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#name SshSecretBackendRole#name}


AlgorithmSignerOptional
public string AlgorithmSigner { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#algorithm_signer SshSecretBackendRole#algorithm_signer}.


AllowBareDomainsOptional
public object AllowBareDomains { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_bare_domains SshSecretBackendRole#allow_bare_domains}.


AllowedCriticalOptionsOptional
public string AllowedCriticalOptions { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_critical_options SshSecretBackendRole#allowed_critical_options}.


AllowedDomainsOptional
public string AllowedDomains { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_domains SshSecretBackendRole#allowed_domains}.


AllowedDomainsTemplateOptional
public object AllowedDomainsTemplate { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_domains_template SshSecretBackendRole#allowed_domains_template}.


AllowedExtensionsOptional
public string AllowedExtensions { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_extensions SshSecretBackendRole#allowed_extensions}.


AllowedUserKeyConfigOptional
public object AllowedUserKeyConfig { get; set; }
  • Type: object

allowed_user_key_config block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_user_key_config SshSecretBackendRole#allowed_user_key_config}


AllowedUsersOptional
public string AllowedUsers { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_users SshSecretBackendRole#allowed_users}.


AllowedUsersTemplateOptional
public object AllowedUsersTemplate { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allowed_users_template SshSecretBackendRole#allowed_users_template}.


AllowHostCertificatesOptional
public object AllowHostCertificates { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_host_certificates SshSecretBackendRole#allow_host_certificates}.


AllowSubdomainsOptional
public object AllowSubdomains { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_subdomains SshSecretBackendRole#allow_subdomains}.


AllowUserCertificatesOptional
public object AllowUserCertificates { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_user_certificates SshSecretBackendRole#allow_user_certificates}.


AllowUserKeyIdsOptional
public object AllowUserKeyIds { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#allow_user_key_ids SshSecretBackendRole#allow_user_key_ids}.


CidrListOptional
public string CidrList { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#cidr_list SshSecretBackendRole#cidr_list}.


DefaultCriticalOptionsOptional
public System.Collections.Generic.IDictionary<string, string> DefaultCriticalOptions { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_critical_options SshSecretBackendRole#default_critical_options}.


DefaultExtensionsOptional
public System.Collections.Generic.IDictionary<string, string> DefaultExtensions { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_extensions SshSecretBackendRole#default_extensions}.


DefaultUserOptional
public string DefaultUser { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_user SshSecretBackendRole#default_user}.


DefaultUserTemplateOptional
public object DefaultUserTemplate { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#default_user_template SshSecretBackendRole#default_user_template}.


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#id SshSecretBackendRole#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.


KeyIdFormatOptional
public string KeyIdFormat { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#key_id_format SshSecretBackendRole#key_id_format}.


MaxTtlOptional
public string MaxTtl { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#max_ttl SshSecretBackendRole#max_ttl}.


NamespaceOptional
public string Namespace { get; set; }
  • Type: string

Target namespace. (requires Enterprise).

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#namespace SshSecretBackendRole#namespace}


NotBeforeDurationOptional
public string NotBeforeDuration { get; set; }
  • Type: string

Specifies the duration by which to backdate the ValidAfter property. Uses duration format strings.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#not_before_duration SshSecretBackendRole#not_before_duration}


TtlOptional
public string Ttl { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/ssh_secret_backend_role#ttl SshSecretBackendRole#ttl}.


Classes

SshSecretBackendRoleAllowedUserKeyConfigList

Initializers

using HashiCorp.Cdktf.Providers.Vault;

new SshSecretBackendRoleAllowedUserKeyConfigList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
WrapsSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


WrapsSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
AllWithMapKey Creating an iterator for this complex list.
ComputeFqn No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
Get No description.

AllWithMapKey
private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

MapKeyAttributeNameRequired
  • Type: string

ComputeFqn
private string ComputeFqn()
Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Get
private SshSecretBackendRoleAllowedUserKeyConfigOutputReference Get(double Index)
IndexRequired
  • Type: double

the index of the item to return.


Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object

SshSecretBackendRoleAllowedUserKeyConfigOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Vault;

new SshSecretBackendRoleAllowedUserKeyConfigOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
ComplexObjectIndex double the index of this item in the list.
ComplexObjectIsFromSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


ComplexObjectIndexRequired
  • Type: double

the index of this item in the list.


ComplexObjectIsFromSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
ComputeFqn No description.
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.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
LengthsInput double[] No description.
TypeInput string No description.
Lengths double[] No description.
Type string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

LengthsInputOptional
public double[] LengthsInput { get; }
  • Type: double[]

TypeInputOptional
public string TypeInput { get; }
  • Type: string

LengthsRequired
public double[] Lengths { get; }
  • Type: double[]

TypeRequired
public string Type { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object