GetBackendIssuerResult

data class GetBackendIssuerResult(val backend: String, val caChains: List<String>, val certificate: String, val disableCriticalExtensionChecks: Boolean? = null, val disableNameChecks: Boolean? = null, val disableNameConstraintChecks: Boolean? = null, val disablePathLengthChecks: Boolean? = null, val id: String, val issuerId: String, val issuerName: String, val issuerRef: String, val keyId: String, val leafNotAfterBehavior: String, val manualChains: List<String>, val namespace: String? = null, val usage: String)

A collection of values returned by getBackendIssuer.

Constructors

Link copied to clipboard
constructor(backend: String, caChains: List<String>, certificate: String, disableCriticalExtensionChecks: Boolean? = null, disableNameChecks: Boolean? = null, disableNameConstraintChecks: Boolean? = null, disablePathLengthChecks: Boolean? = null, id: String, issuerId: String, issuerName: String, issuerRef: String, keyId: String, leafNotAfterBehavior: String, manualChains: List<String>, namespace: String? = null, usage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The CA chain as a list of format specific certificates.

Link copied to clipboard

Certificate associated with this issuer.

Link copied to clipboard

This determines whether this issuer is able to issue certificates where the chain of trust (including the issued certificate) contain critical extensions not processed by Vault.

Link copied to clipboard

This determines whether this issuer is able to issue certificates where the chain of trust (including the final issued certificate) contains a link in which the subject of the issuing certificate does not match the named issuer of the certificate it signed.

Link copied to clipboard

This determines whether this issuer is able to issue certificates where the chain of trust (including the final issued certificate) violates the name constraints critical extension of one of the issuer certificates in the chain.

Link copied to clipboard

This determines whether this issuer is able to issue certificates where the chain of trust (including the final issued certificate) is longer than allowed by a certificate authority in that chain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ID of the issuer.

Link copied to clipboard

Name of the issuer.

Link copied to clipboard
Link copied to clipboard

ID of the key used by the issuer.

Link copied to clipboard

Behavior of a leaf's NotAfter field during issuance.

Link copied to clipboard

Chain of issuer references to build this issuer's computed CAChain field from, when non-empty.

Link copied to clipboard
val namespace: String? = null
Link copied to clipboard

Allowed usages for this issuer.