SecretBackendArgs

constructor(allowedManagedKeys: Output<List<String>>? = null, auditNonHmacRequestKeys: Output<List<String>>? = null, auditNonHmacResponseKeys: Output<List<String>>? = null, defaultLeaseTtlSeconds: Output<Int>? = null, description: Output<String>? = null, disableLocalCaJwt: Output<Boolean>? = null, externalEntropyAccess: Output<Boolean>? = null, kubernetesCaCert: Output<String>? = null, kubernetesHost: Output<String>? = null, local: Output<Boolean>? = null, maxLeaseTtlSeconds: Output<Int>? = null, namespace: Output<String>? = null, options: Output<Map<String, Any>>? = null, path: Output<String>? = null, sealWrap: Output<Boolean>? = null, serviceAccountJwt: Output<String>? = null)