GetBackendIssuerResult

data class GetBackendIssuerResult(val backend: String, val caChains: List<String>, val certificate: String, 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, 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
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.