SecretBackendArgs

constructor(anonymousGroupSearch: Output<Boolean>? = null, backend: Output<String>? = null, binddn: Output<String>? = null, bindpass: Output<String>? = null, caseSensitiveNames: Output<Boolean>? = null, certificate: Output<String>? = null, clientTlsCert: Output<String>? = null, clientTlsKey: Output<String>? = null, defaultLeaseTtlSeconds: Output<Int>? = null, denyNullBind: Output<Boolean>? = null, description: Output<String>? = null, disableRemount: Output<Boolean>? = null, discoverdn: Output<Boolean>? = null, groupattr: Output<String>? = null, groupdn: Output<String>? = null, groupfilter: Output<String>? = null, insecureTls: Output<Boolean>? = null, lastRotationTolerance: Output<Int>? = null, local: Output<Boolean>? = null, maxLeaseTtlSeconds: Output<Int>? = null, maxTtl: Output<Int>? = null, namespace: Output<String>? = null, passwordPolicy: Output<String>? = null, requestTimeout: Output<Int>? = null, starttls: Output<Boolean>? = null, tlsMaxVersion: Output<String>? = null, tlsMinVersion: Output<String>? = null, ttl: Output<Int>? = null, upndomain: Output<String>? = null, url: Output<String>? = null, usePre111GroupCnBehavior: Output<Boolean>? = null, useTokenGroups: Output<Boolean>? = null, userattr: Output<String>? = null, userdn: Output<String>? = null)