Secret Backend Issuer Args
constructor(backend: Output<String>? = null, crlDistributionPoints: Output<List<String>>? = null, disableCriticalExtensionChecks: Output<Boolean>? = null, disableNameChecks: Output<Boolean>? = null, disableNameConstraintChecks: Output<Boolean>? = null, disablePathLengthChecks: Output<Boolean>? = null, enableAiaUrlTemplating: Output<Boolean>? = null, issuerName: Output<String>? = null, issuerRef: Output<String>? = null, issuingCertificates: Output<List<String>>? = null, leafNotAfterBehavior: Output<String>? = null, manualChains: Output<List<String>>? = null, namespace: Output<String>? = null, ocspServers: Output<List<String>>? = null, revocationSignatureAlgorithm: Output<String>? = null, usage: Output<String>? = null)