Secret Backend Args
constructor(allowedManagedKeys: Output<List<String>>? = null, allowedResponseHeaders: Output<List<String>>? = null, auditNonHmacRequestKeys: Output<List<String>>? = null, auditNonHmacResponseKeys: Output<List<String>>? = null, binddn: Output<String>? = null, bindpass: Output<String>? = null, certificate: Output<String>? = null, clientTlsCert: Output<String>? = null, clientTlsKey: Output<String>? = null, connectionTimeout: Output<Int>? = null, defaultLeaseTtlSeconds: Output<Int>? = null, delegatedAuthAccessors: Output<List<String>>? = null, description: Output<String>? = null, disableAutomatedRotation: Output<Boolean>? = null, disableRemount: Output<Boolean>? = null, externalEntropyAccess: Output<Boolean>? = null, identityTokenKey: Output<String>? = null, insecureTls: Output<Boolean>? = null, listingVisibility: Output<String>? = null, local: Output<Boolean>? = null, maxLeaseTtlSeconds: Output<Int>? = null, namespace: Output<String>? = null, options: Output<Map<String, String>>? = null, passthroughRequestHeaders: Output<List<String>>? = null, passwordPolicy: Output<String>? = null, path: Output<String>? = null, pluginVersion: Output<String>? = null, requestTimeout: Output<Int>? = null, rotationPeriod: Output<Int>? = null, rotationSchedule: Output<String>? = null, rotationWindow: Output<Int>? = null, schema: Output<String>? = null, sealWrap: Output<Boolean>? = null, skipStaticRoleImportRotation: Output<Boolean>? = null, starttls: Output<Boolean>? = null, upndomain: Output<String>? = null, url: Output<String>? = null, userattr: Output<String>? = null, userdn: Output<String>? = null)