Secret Backend Role Args
constructor(allowAnyName: Output<Boolean>? = null, allowBareDomains: Output<Boolean>? = null, allowGlobDomains: Output<Boolean>? = null, allowIpSans: Output<Boolean>? = null, allowLocalhost: Output<Boolean>? = null, allowSubdomains: Output<Boolean>? = null, allowWildcardCertificates: Output<Boolean>? = null, allowedDomains: Output<List<String>>? = null, allowedDomainsTemplate: Output<Boolean>? = null, allowedOtherSans: Output<List<String>>? = null, allowedSerialNumbers: Output<List<String>>? = null, allowedUriSans: Output<List<String>>? = null, allowedUriSansTemplate: Output<Boolean>? = null, allowedUserIds: Output<List<String>>? = null, backend: Output<String>? = null, basicConstraintsValidForNonCa: Output<Boolean>? = null, clientFlag: Output<Boolean>? = null, cnValidations: Output<List<String>>? = null, codeSigningFlag: Output<Boolean>? = null, countries: Output<List<String>>? = null, emailProtectionFlag: Output<Boolean>? = null, enforceHostnames: Output<Boolean>? = null, extKeyUsageOids: Output<List<String>>? = null, extKeyUsages: Output<List<String>>? = null, generateLease: Output<Boolean>? = null, issuerRef: Output<String>? = null, keyBits: Output<Int>? = null, keyType: Output<String>? = null, keyUsages: Output<List<String>>? = null, localities: Output<List<String>>? = null, maxTtl: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, noStore: Output<Boolean>? = null, noStoreMetadata: Output<Boolean>? = null, notAfter: Output<String>? = null, notBeforeDuration: Output<String>? = null, organizationUnit: Output<List<String>>? = null, organizations: Output<List<String>>? = null, policyIdentifier: Output<List<SecretBackendRolePolicyIdentifierArgs>>? = null, policyIdentifiers: Output<List<String>>? = null, postalCodes: Output<List<String>>? = null, provinces: Output<List<String>>? = null, requireCn: Output<Boolean>? = null, serialNumberSource: Output<String>? = null, serverFlag: Output<Boolean>? = null, signatureBits: Output<Int>? = null, streetAddresses: Output<List<String>>? = null, ttl: Output<String>? = null, useCsrCommonName: Output<Boolean>? = null, useCsrSans: Output<Boolean>? = null, usePss: Output<Boolean>? = null)