Skip to content

Latest commit

 

History

History
2110 lines (1335 loc) · 87 KB

pkiSecretBackendRootCert.csharp.md

File metadata and controls

2110 lines (1335 loc) · 87 KB

pkiSecretBackendRootCert Submodule

Constructs

PkiSecretBackendRootCert

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

Initializers

using HashiCorp.Cdktf.Providers.Vault;

new PkiSecretBackendRootCert(Construct Scope, string Id, PkiSecretBackendRootCertConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config PkiSecretBackendRootCertConfig 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".
ResetAltNames No description.
ResetCountry No description.
ResetExcludeCnFromSans No description.
ResetFormat No description.
ResetId No description.
ResetIpSans No description.
ResetIssuerName No description.
ResetKeyBits No description.
ResetKeyName No description.
ResetKeyRef No description.
ResetKeyType No description.
ResetLocality No description.
ResetManagedKeyId No description.
ResetManagedKeyName No description.
ResetMaxPathLength No description.
ResetNamespace No description.
ResetOrganization No description.
ResetOtherSans No description.
ResetOu No description.
ResetPermittedDnsDomains No description.
ResetPostalCode No description.
ResetPrivateKeyFormat No description.
ResetProvince No description.
ResetStreetAddress No description.
ResetTtl No description.
ResetUriSans 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".


ResetAltNames
private void ResetAltNames()
ResetCountry
private void ResetCountry()
ResetExcludeCnFromSans
private void ResetExcludeCnFromSans()
ResetFormat
private void ResetFormat()
ResetId
private void ResetId()
ResetIpSans
private void ResetIpSans()
ResetIssuerName
private void ResetIssuerName()
ResetKeyBits
private void ResetKeyBits()
ResetKeyName
private void ResetKeyName()
ResetKeyRef
private void ResetKeyRef()
ResetKeyType
private void ResetKeyType()
ResetLocality
private void ResetLocality()
ResetManagedKeyId
private void ResetManagedKeyId()
ResetManagedKeyName
private void ResetManagedKeyName()
ResetMaxPathLength
private void ResetMaxPathLength()
ResetNamespace
private void ResetNamespace()
ResetOrganization
private void ResetOrganization()
ResetOtherSans
private void ResetOtherSans()
ResetOu
private void ResetOu()
ResetPermittedDnsDomains
private void ResetPermittedDnsDomains()
ResetPostalCode
private void ResetPostalCode()
ResetPrivateKeyFormat
private void ResetPrivateKeyFormat()
ResetProvince
private void ResetProvince()
ResetStreetAddress
private void ResetStreetAddress()
ResetTtl
private void ResetTtl()
ResetUriSans
private void ResetUriSans()

Static Functions

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

IsConstruct
using HashiCorp.Cdktf.Providers.Vault;

PkiSecretBackendRootCert.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;

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

IsTerraformResource
using HashiCorp.Cdktf.Providers.Vault;

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

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Vault;

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

Generates CDKTF code for importing a PkiSecretBackendRootCert 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 PkiSecretBackendRootCert to import.


ImportFromIdRequired
  • Type: string

The id of the existing PkiSecretBackendRootCert that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#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 PkiSecretBackendRootCert 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.
Certificate string No description.
IssuerId string No description.
IssuingCa string No description.
KeyId string No description.
SerialNumber string No description.
AltNamesInput string[] No description.
BackendInput string No description.
CommonNameInput string No description.
CountryInput string No description.
ExcludeCnFromSansInput object No description.
FormatInput string No description.
IdInput string No description.
IpSansInput string[] No description.
IssuerNameInput string No description.
KeyBitsInput double No description.
KeyNameInput string No description.
KeyRefInput string No description.
KeyTypeInput string No description.
LocalityInput string No description.
ManagedKeyIdInput string No description.
ManagedKeyNameInput string No description.
MaxPathLengthInput double No description.
NamespaceInput string No description.
OrganizationInput string No description.
OtherSansInput string[] No description.
OuInput string No description.
PermittedDnsDomainsInput string[] No description.
PostalCodeInput string No description.
PrivateKeyFormatInput string No description.
ProvinceInput string No description.
StreetAddressInput string No description.
TtlInput string No description.
TypeInput string No description.
UriSansInput string[] No description.
AltNames string[] No description.
Backend string No description.
CommonName string No description.
Country string No description.
ExcludeCnFromSans object No description.
Format string No description.
Id string No description.
IpSans string[] No description.
IssuerName string No description.
KeyBits double No description.
KeyName string No description.
KeyRef string No description.
KeyType string No description.
Locality string No description.
ManagedKeyId string No description.
ManagedKeyName string No description.
MaxPathLength double No description.
Namespace string No description.
Organization string No description.
OtherSans string[] No description.
Ou string No description.
PermittedDnsDomains string[] No description.
PostalCode string No description.
PrivateKeyFormat string No description.
Province string No description.
StreetAddress string No description.
Ttl string No description.
Type string No description.
UriSans 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[]

CertificateRequired
public string Certificate { get; }
  • Type: string

IssuerIdRequired
public string IssuerId { get; }
  • Type: string

IssuingCaRequired
public string IssuingCa { get; }
  • Type: string

KeyIdRequired
public string KeyId { get; }
  • Type: string

SerialNumberRequired
public string SerialNumber { get; }
  • Type: string

AltNamesInputOptional
public string[] AltNamesInput { get; }
  • Type: string[]

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

CommonNameInputOptional
public string CommonNameInput { get; }
  • Type: string

CountryInputOptional
public string CountryInput { get; }
  • Type: string

ExcludeCnFromSansInputOptional
public object ExcludeCnFromSansInput { get; }
  • Type: object

FormatInputOptional
public string FormatInput { get; }
  • Type: string

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

IpSansInputOptional
public string[] IpSansInput { get; }
  • Type: string[]

IssuerNameInputOptional
public string IssuerNameInput { get; }
  • Type: string

KeyBitsInputOptional
public double KeyBitsInput { get; }
  • Type: double

KeyNameInputOptional
public string KeyNameInput { get; }
  • Type: string

KeyRefInputOptional
public string KeyRefInput { get; }
  • Type: string

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

LocalityInputOptional
public string LocalityInput { get; }
  • Type: string

ManagedKeyIdInputOptional
public string ManagedKeyIdInput { get; }
  • Type: string

ManagedKeyNameInputOptional
public string ManagedKeyNameInput { get; }
  • Type: string

MaxPathLengthInputOptional
public double MaxPathLengthInput { get; }
  • Type: double

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

OrganizationInputOptional
public string OrganizationInput { get; }
  • Type: string

OtherSansInputOptional
public string[] OtherSansInput { get; }
  • Type: string[]

OuInputOptional
public string OuInput { get; }
  • Type: string

PermittedDnsDomainsInputOptional
public string[] PermittedDnsDomainsInput { get; }
  • Type: string[]

PostalCodeInputOptional
public string PostalCodeInput { get; }
  • Type: string

PrivateKeyFormatInputOptional
public string PrivateKeyFormatInput { get; }
  • Type: string

ProvinceInputOptional
public string ProvinceInput { get; }
  • Type: string

StreetAddressInputOptional
public string StreetAddressInput { get; }
  • Type: string

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

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

UriSansInputOptional
public string[] UriSansInput { get; }
  • Type: string[]

AltNamesRequired
public string[] AltNames { get; }
  • Type: string[]

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

CommonNameRequired
public string CommonName { get; }
  • Type: string

CountryRequired
public string Country { get; }
  • Type: string

ExcludeCnFromSansRequired
public object ExcludeCnFromSans { get; }
  • Type: object

FormatRequired
public string Format { get; }
  • Type: string

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

IpSansRequired
public string[] IpSans { get; }
  • Type: string[]

IssuerNameRequired
public string IssuerName { get; }
  • Type: string

KeyBitsRequired
public double KeyBits { get; }
  • Type: double

KeyNameRequired
public string KeyName { get; }
  • Type: string

KeyRefRequired
public string KeyRef { get; }
  • Type: string

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

LocalityRequired
public string Locality { get; }
  • Type: string

ManagedKeyIdRequired
public string ManagedKeyId { get; }
  • Type: string

ManagedKeyNameRequired
public string ManagedKeyName { get; }
  • Type: string

MaxPathLengthRequired
public double MaxPathLength { get; }
  • Type: double

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

OrganizationRequired
public string Organization { get; }
  • Type: string

OtherSansRequired
public string[] OtherSans { get; }
  • Type: string[]

OuRequired
public string Ou { get; }
  • Type: string

PermittedDnsDomainsRequired
public string[] PermittedDnsDomains { get; }
  • Type: string[]

PostalCodeRequired
public string PostalCode { get; }
  • Type: string

PrivateKeyFormatRequired
public string PrivateKeyFormat { get; }
  • Type: string

ProvinceRequired
public string Province { get; }
  • Type: string

StreetAddressRequired
public string StreetAddress { get; }
  • Type: string

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

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

UriSansRequired
public string[] UriSans { get; }
  • Type: string[]

Constants

Name Type Description
TfResourceType string No description.

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

Structs

PkiSecretBackendRootCertConfig

Initializer

using HashiCorp.Cdktf.Providers.Vault;

new PkiSecretBackendRootCertConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Backend,
    string CommonName,
    string Type,
    string[] AltNames = null,
    string Country = null,
    object ExcludeCnFromSans = null,
    string Format = null,
    string Id = null,
    string[] IpSans = null,
    string IssuerName = null,
    double KeyBits = null,
    string KeyName = null,
    string KeyRef = null,
    string KeyType = null,
    string Locality = null,
    string ManagedKeyId = null,
    string ManagedKeyName = null,
    double MaxPathLength = null,
    string Namespace = null,
    string Organization = null,
    string[] OtherSans = null,
    string Ou = null,
    string[] PermittedDnsDomains = null,
    string PostalCode = null,
    string PrivateKeyFormat = null,
    string Province = null,
    string StreetAddress = null,
    string Ttl = null,
    string[] UriSans = 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 The PKI secret backend the resource belongs to.
CommonName string CN of root to create.
Type string Type of root to create. Must be either "existing", "exported", "internal" or "kms".
AltNames string[] List of alternative names.
Country string The country.
ExcludeCnFromSans object Flag to exclude CN from SANs.
Format string The format of data.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#id PkiSecretBackendRootCert#id}.
IpSans string[] List of alternative IPs.
IssuerName string Provides a name to the specified issuer.
KeyBits double The number of bits to use.
KeyName string When a new key is created with this request, optionally specifies the name for this.
KeyRef string Specifies the key to use for generating this request.
KeyType string The desired key type.
Locality string The locality.
ManagedKeyId string The ID of the previously configured managed key.
ManagedKeyName string The name of the previously configured managed key.
MaxPathLength double The maximum path length to encode in the generated certificate.
Namespace string Target namespace. (requires Enterprise).
Organization string The organization.
OtherSans string[] List of other SANs.
Ou string The organization unit.
PermittedDnsDomains string[] List of domains for which certificates are allowed to be issued.
PostalCode string The postal code.
PrivateKeyFormat string The private key format.
Province string The province.
StreetAddress string The street address.
Ttl string Time to live.
UriSans string[] List of alternative URIs.

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

The PKI secret backend the resource belongs to.

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


CommonNameRequired
public string CommonName { get; set; }
  • Type: string

CN of root to create.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#common_name PkiSecretBackendRootCert#common_name}


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

Type of root to create. Must be either "existing", "exported", "internal" or "kms".

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


AltNamesOptional
public string[] AltNames { get; set; }
  • Type: string[]

List of alternative names.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#alt_names PkiSecretBackendRootCert#alt_names}


CountryOptional
public string Country { get; set; }
  • Type: string

The country.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#country PkiSecretBackendRootCert#country}


ExcludeCnFromSansOptional
public object ExcludeCnFromSans { get; set; }
  • Type: object

Flag to exclude CN from SANs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#exclude_cn_from_sans PkiSecretBackendRootCert#exclude_cn_from_sans}


FormatOptional
public string Format { get; set; }
  • Type: string

The format of data.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#format PkiSecretBackendRootCert#format}


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/pki_secret_backend_root_cert#id PkiSecretBackendRootCert#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.


IpSansOptional
public string[] IpSans { get; set; }
  • Type: string[]

List of alternative IPs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#ip_sans PkiSecretBackendRootCert#ip_sans}


IssuerNameOptional
public string IssuerName { get; set; }
  • Type: string

Provides a name to the specified issuer.

The name must be unique across all issuers and not be the reserved value 'default'.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#issuer_name PkiSecretBackendRootCert#issuer_name}


KeyBitsOptional
public double KeyBits { get; set; }
  • Type: double

The number of bits to use.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#key_bits PkiSecretBackendRootCert#key_bits}


KeyNameOptional
public string KeyName { get; set; }
  • Type: string

When a new key is created with this request, optionally specifies the name for this.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#key_name PkiSecretBackendRootCert#key_name}


KeyRefOptional
public string KeyRef { get; set; }
  • Type: string

Specifies the key to use for generating this request.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#key_ref PkiSecretBackendRootCert#key_ref}


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

The desired key type.

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


LocalityOptional
public string Locality { get; set; }
  • Type: string

The locality.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#locality PkiSecretBackendRootCert#locality}


ManagedKeyIdOptional
public string ManagedKeyId { get; set; }
  • Type: string

The ID of the previously configured managed key.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#managed_key_id PkiSecretBackendRootCert#managed_key_id}


ManagedKeyNameOptional
public string ManagedKeyName { get; set; }
  • Type: string

The name of the previously configured managed key.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#managed_key_name PkiSecretBackendRootCert#managed_key_name}


MaxPathLengthOptional
public double MaxPathLength { get; set; }
  • Type: double

The maximum path length to encode in the generated certificate.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#max_path_length PkiSecretBackendRootCert#max_path_length}


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/pki_secret_backend_root_cert#namespace PkiSecretBackendRootCert#namespace}


OrganizationOptional
public string Organization { get; set; }
  • Type: string

The organization.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#organization PkiSecretBackendRootCert#organization}


OtherSansOptional
public string[] OtherSans { get; set; }
  • Type: string[]

List of other SANs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#other_sans PkiSecretBackendRootCert#other_sans}


OuOptional
public string Ou { get; set; }
  • Type: string

The organization unit.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#ou PkiSecretBackendRootCert#ou}


PermittedDnsDomainsOptional
public string[] PermittedDnsDomains { get; set; }
  • Type: string[]

List of domains for which certificates are allowed to be issued.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#permitted_dns_domains PkiSecretBackendRootCert#permitted_dns_domains}


PostalCodeOptional
public string PostalCode { get; set; }
  • Type: string

The postal code.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#postal_code PkiSecretBackendRootCert#postal_code}


PrivateKeyFormatOptional
public string PrivateKeyFormat { get; set; }
  • Type: string

The private key format.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#private_key_format PkiSecretBackendRootCert#private_key_format}


ProvinceOptional
public string Province { get; set; }
  • Type: string

The province.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#province PkiSecretBackendRootCert#province}


StreetAddressOptional
public string StreetAddress { get; set; }
  • Type: string

The street address.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#street_address PkiSecretBackendRootCert#street_address}


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

Time to live.

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


UriSansOptional
public string[] UriSans { get; set; }
  • Type: string[]

List of alternative URIs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/pki_secret_backend_root_cert#uri_sans PkiSecretBackendRootCert#uri_sans}