Cert Auth Backend Role Args
constructor(allowedCommonNames: Output<List<String>>? = null, allowedDnsSans: Output<List<String>>? = null, allowedEmailSans: Output<List<String>>? = null, allowedNames: Output<List<String>>? = null, allowedOrganizationalUnits: Output<List<String>>? = null, allowedUriSans: Output<List<String>>? = null, backend: Output<String>? = null, certificate: Output<String>? = null, displayName: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, ocspCaCertificates: Output<String>? = null, ocspEnabled: Output<Boolean>? = null, ocspFailOpen: Output<Boolean>? = null, ocspQueryAllServers: Output<Boolean>? = null, ocspServersOverrides: Output<List<String>>? = null, requiredExtensions: Output<List<String>>? = null, tokenBoundCidrs: Output<List<String>>? = null, tokenExplicitMaxTtl: Output<Int>? = null, tokenMaxTtl: Output<Int>? = null, tokenNoDefaultPolicy: Output<Boolean>? = null, tokenNumUses: Output<Int>? = null, tokenPeriod: Output<Int>? = null, tokenPolicies: Output<List<String>>? = null, tokenTtl: Output<Int>? = null, tokenType: Output<String>? = null)