Secret Backend Root Cert Args
constructor(altNames: Output<List<String>>? = null, backend: Output<String>? = null, commonName: Output<String>? = null, country: Output<String>? = null, excludeCnFromSans: Output<Boolean>? = null, excludedDnsDomains: Output<List<String>>? = null, excludedEmailAddresses: Output<List<String>>? = null, excludedIpRanges: Output<List<String>>? = null, excludedUriDomains: Output<List<String>>? = null, format: Output<String>? = null, ipSans: Output<List<String>>? = null, issuerName: Output<String>? = null, keyBits: Output<Int>? = null, keyName: Output<String>? = null, keyRef: Output<String>? = null, keyType: Output<String>? = null, locality: Output<String>? = null, managedKeyId: Output<String>? = null, managedKeyName: Output<String>? = null, maxPathLength: Output<Int>? = null, namespace: Output<String>? = null, notAfter: Output<String>? = null, organization: Output<String>? = null, otherSans: Output<List<String>>? = null, ou: Output<String>? = null, permittedDnsDomains: Output<List<String>>? = null, permittedEmailAddresses: Output<List<String>>? = null, permittedIpRanges: Output<List<String>>? = null, permittedUriDomains: Output<List<String>>? = null, postalCode: Output<String>? = null, privateKeyFormat: Output<String>? = null, province: Output<String>? = null, signatureBits: Output<Int>? = null, streetAddress: Output<String>? = null, ttl: Output<String>? = null, type: Output<String>? = null, uriSans: Output<List<String>>? = null)