AuthBackendArgs

constructor(boundIssuer: Output<String>? = null, defaultRole: Output<String>? = null, description: Output<String>? = null, disableRemount: Output<Boolean>? = null, jwksCaPem: Output<String>? = null, jwksUrl: Output<String>? = null, jwtSupportedAlgs: Output<List<String>>? = null, jwtValidationPubkeys: Output<List<String>>? = null, local: Output<Boolean>? = null, namespace: Output<String>? = null, namespaceInState: Output<Boolean>? = null, oidcClientId: Output<String>? = null, oidcClientSecret: Output<String>? = null, oidcDiscoveryCaPem: Output<String>? = null, oidcDiscoveryUrl: Output<String>? = null, oidcResponseMode: Output<String>? = null, oidcResponseTypes: Output<List<String>>? = null, path: Output<String>? = null, providerConfig: Output<Map<String, String>>? = null, tune: Output<AuthBackendTuneArgs>? = null, type: Output<String>? = null)