@tailor-platform/sdk 1.76.1 → 1.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +60 -0
- package/dist/{application-BUfYmf0O.mjs → application-CUxVA7Fs.mjs} +378 -1679
- package/dist/application-CUxVA7Fs.mjs.map +1 -0
- package/dist/application-Dp_-ioiP.mjs +3 -0
- package/dist/cli/cache/bundle-cache.d.mts +2 -1
- package/dist/cli/cache/store.d.mts +1 -1
- package/dist/cli/commands/api/index.d.mts +1 -0
- package/dist/cli/commands/deploy/aigateway.d.mts +5 -1
- package/dist/cli/commands/deploy/application.d.mts +7 -1
- package/dist/cli/commands/deploy/apply-phases.d.mts +14 -1
- package/dist/cli/commands/deploy/auth.d.mts +5 -1
- package/dist/cli/commands/deploy/deploy.d.mts +13 -3
- package/dist/cli/commands/deploy/executor.d.mts +7 -1
- package/dist/cli/commands/deploy/function-registry.d.mts +5 -0
- package/dist/cli/commands/deploy/idp.d.mts +5 -1
- package/dist/cli/commands/deploy/resolver.d.mts +5 -1
- package/dist/cli/commands/deploy/secret-manager.d.mts +5 -1
- package/dist/cli/commands/deploy/staticwebsite.d.mts +5 -1
- package/dist/cli/commands/deploy/tailordb/index.d.mts +8 -1
- package/dist/cli/commands/deploy/types.d.mts +3 -1
- package/dist/cli/commands/deploy/workflow-execution-policy.d.mts +3 -1
- package/dist/cli/commands/deploy/workflow.d.mts +4 -1
- package/dist/cli/commands/executor/get.d.mts +0 -1
- package/dist/cli/commands/executor/jobs.d.mts +0 -1
- package/dist/cli/commands/executor/list.d.mts +0 -1
- package/dist/cli/commands/executor/transform.d.mts +1 -0
- package/dist/cli/commands/executor/trigger.d.mts +0 -1
- package/dist/cli/commands/executor/webhook.d.mts +0 -1
- package/dist/cli/commands/function/get.d.mts +0 -1
- package/dist/cli/commands/function/list.d.mts +0 -1
- package/dist/cli/commands/function/transform.d.mts +1 -0
- package/dist/cli/commands/generate/service.d.mts +5 -1
- package/dist/cli/commands/generate/types.d.mts +3 -1
- package/dist/cli/commands/machineuser/list.d.mts +0 -1
- package/dist/cli/commands/machineuser/token.d.mts +0 -1
- package/dist/cli/commands/oauth2client/get.d.mts +0 -1
- package/dist/cli/commands/oauth2client/list.d.mts +0 -1
- package/dist/cli/commands/oauth2client/transform.d.mts +1 -0
- package/dist/cli/commands/organization/folder/create.d.mts +0 -1
- package/dist/cli/commands/organization/folder/delete.d.mts +0 -1
- package/dist/cli/commands/organization/folder/get.d.mts +0 -1
- package/dist/cli/commands/organization/folder/list.d.mts +0 -1
- package/dist/cli/commands/organization/folder/update.d.mts +0 -1
- package/dist/cli/commands/organization/get.d.mts +0 -1
- package/dist/cli/commands/organization/list.d.mts +0 -1
- package/dist/cli/commands/organization/transform.d.mts +2 -0
- package/dist/cli/commands/organization/tree.d.mts +0 -1
- package/dist/cli/commands/organization/update.d.mts +0 -1
- package/dist/cli/commands/remove.d.mts +0 -1
- package/dist/cli/commands/show.d.mts +9 -4
- package/dist/cli/commands/tailordb/migrate/config.d.mts +0 -1
- package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +0 -1
- package/dist/cli/commands/tailordb/migrate/generate.d.mts +0 -1
- package/dist/cli/commands/tailordb/migrate/snapshot.d.mts +1 -1
- package/dist/cli/commands/tailordb/truncate.d.mts +0 -1
- package/dist/cli/commands/workflow/executions.d.mts +0 -1
- package/dist/cli/commands/workflow/get.d.mts +2 -1
- package/dist/cli/commands/workflow/list.d.mts +0 -1
- package/dist/cli/commands/workflow/resume.d.mts +0 -1
- package/dist/cli/commands/workflow/start.d.mts +0 -1
- package/dist/cli/commands/workflow/status.d.mts +1 -0
- package/dist/cli/commands/workflow/transform.d.mts +1 -0
- package/dist/cli/commands/workflow/wait.d.mts +0 -1
- package/dist/cli/commands/workflow/waiter.d.mts +1 -1
- package/dist/cli/commands/workspace/app/health.d.mts +0 -1
- package/dist/cli/commands/workspace/app/list.d.mts +0 -1
- package/dist/cli/commands/workspace/app/transform.d.mts +2 -0
- package/dist/cli/commands/workspace/create.d.mts +3 -1
- package/dist/cli/commands/workspace/delete.d.mts +0 -1
- package/dist/cli/commands/workspace/get.d.mts +0 -1
- package/dist/cli/commands/workspace/list.d.mts +1 -1
- package/dist/cli/commands/workspace/restore.d.mts +0 -1
- package/dist/cli/commands/workspace/transform.d.mts +4 -0
- package/dist/cli/commands/workspace/user/invite.d.mts +0 -1
- package/dist/cli/commands/workspace/user/list.d.mts +0 -1
- package/dist/cli/commands/workspace/user/remove.d.mts +0 -1
- package/dist/cli/commands/workspace/user/transform.d.mts +1 -0
- package/dist/cli/commands/workspace/user/update.d.mts +0 -1
- package/dist/cli/index.d.mts +3 -1
- package/dist/cli/index.mjs +660 -56
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.d.mts +4 -2
- package/dist/cli/lib.mjs +3 -3
- package/dist/cli/lib.mjs.map +1 -1
- package/dist/cli/query/index.d.mts +0 -1
- package/dist/cli/services/application.d.mts +12 -1
- package/dist/cli/services/auth/service.d.mts +2 -0
- package/dist/cli/services/executor/service.d.mts +1 -1
- package/dist/cli/services/http-adapter/bundler.d.mts +3 -1
- package/dist/cli/services/http-adapter/service.d.mts +2 -1
- package/dist/cli/services/resolver/service.d.mts +1 -1
- package/dist/cli/services/tailordb/service.d.mts +3 -1
- package/dist/cli/services/workflow/bundler.d.mts +2 -1
- package/dist/cli/services/workflow/service.d.mts +1 -1
- package/dist/cli/shared/args.d.mts +1 -1
- package/dist/cli/shared/client.d.mts +1 -1
- package/dist/cli/shared/config-loader.d.mts +0 -1
- package/dist/cli/shared/context.d.mts +2 -1
- package/dist/cli/shared/script-executor.d.mts +0 -1
- package/dist/cli/shared/seed-chunker.d.mts +7 -3
- package/dist/cli/shared/type-generator.d.mts +0 -1
- package/dist/cli/shared/workspace-name.d.mts +1 -0
- package/dist/cli/skills.mjs +1 -1
- package/dist/completion/zsh-worker.zsh +18 -1
- package/dist/configure/config/index.d.mts +0 -1
- package/dist/configure/config/types.d.mts +2 -2
- package/dist/configure/index.d.mts +2 -1
- package/dist/configure/index.mjs +248 -4
- package/dist/configure/index.mjs.map +1 -1
- package/dist/configure/services/aigateway/index.d.mts +0 -1
- package/dist/configure/services/aigateway/types.d.mts +0 -1
- package/dist/configure/services/auth/index.d.mts +0 -1
- package/dist/configure/services/auth/types.d.mts +14 -13
- package/dist/configure/services/executor/executor.d.mts +0 -1
- package/dist/configure/services/executor/index.d.mts +1 -0
- package/dist/configure/services/executor/operation.d.mts +1 -2
- package/dist/configure/services/executor/trigger/event.d.mts +0 -1
- package/dist/configure/services/executor/trigger/index.d.mts +0 -1
- package/dist/configure/services/executor/trigger/schedule.d.mts +0 -1
- package/dist/configure/services/executor/trigger/webhook.d.mts +0 -1
- package/dist/configure/services/http-adapter/http-adapter.d.mts +1 -2
- package/dist/configure/services/idp/index.d.mts +1 -5
- package/dist/configure/services/idp/permission.d.mts +4 -5
- package/dist/configure/services/idp/types.d.mts +0 -1
- package/dist/configure/services/index.d.mts +5 -0
- package/dist/configure/services/resolver/resolver.d.mts +0 -1
- package/dist/configure/services/resolver/types.d.mts +0 -1
- package/dist/configure/services/secrets/index.d.mts +0 -1
- package/dist/configure/services/secrets/types.d.mts +0 -1
- package/dist/configure/services/staticwebsite/index.d.mts +0 -1
- package/dist/configure/services/staticwebsite/types.d.mts +0 -1
- package/dist/configure/services/tailordb/permission.d.mts +4 -5
- package/dist/configure/services/tailordb/schema.d.mts +21 -8
- package/dist/configure/services/tailordb/types.d.mts +4 -5
- package/dist/configure/services/workflow/execution-policy.d.mts +0 -1
- package/dist/configure/services/workflow/execution-policy.types.d.mts +0 -1
- package/dist/configure/services/workflow/index.d.mts +1 -0
- package/dist/configure/services/workflow/job.d.mts +0 -1
- package/dist/configure/services/workflow/wait-point.d.mts +0 -1
- package/dist/configure/services/workflow/workflow.d.mts +0 -1
- package/dist/configure/types/field-runtime.d.mts +1 -1
- package/dist/configure/types/field.d.mts +1 -2
- package/dist/configure/types/field.types.d.mts +1 -2
- package/dist/configure/types/type.d.mts +1 -1
- package/dist/configure/user.d.mts +0 -1
- package/dist/{crashreport-ayWANEZ6.mjs → crashreport-BNWUM6Kf.mjs} +4 -3
- package/dist/{crashreport-ayWANEZ6.mjs.map → crashreport-BNWUM6Kf.mjs.map} +1 -1
- package/dist/{crashreport-Dy4ZzSkd.mjs → crashreport-BafWvjjX.mjs} +1 -1
- package/dist/errors-DVFS0AZk.mjs +100 -0
- package/dist/errors-DVFS0AZk.mjs.map +1 -0
- package/dist/{globals-CcU1ONiK.mjs → globals-CvizbGLY.mjs} +2 -2
- package/dist/{globals-CcU1ONiK.mjs.map → globals-CvizbGLY.mjs.map} +1 -1
- package/dist/kysely/index.d.mts +3 -4
- package/dist/{logger-BEiZZ3qT.mjs → logger-BwS4ppwO.mjs} +3 -3
- package/dist/logger-BwS4ppwO.mjs.map +1 -0
- package/dist/parser/service/auth/index.d.mts +1 -1
- package/dist/parser/service/auth/schema.d.mts +1 -0
- package/dist/parser/service/http-adapter/index.d.mts +1 -1
- package/dist/parser/service/idp/types.d.mts +1 -0
- package/dist/parser/service/tailordb/types.d.mts +0 -1
- package/dist/plugin/builtin/enum-constants/index.d.mts +0 -1
- package/dist/plugin/builtin/file-utils/index.d.mts +0 -1
- package/dist/plugin/builtin/kysely-type/index.d.mts +0 -1
- package/dist/plugin/builtin/seed/index.d.mts +0 -1
- package/dist/plugin/builtin/seed/index.mjs +1 -1
- package/dist/plugin/get-generated-type.d.mts +0 -1
- package/dist/plugin/manager.d.mts +3 -1
- package/dist/plugin/types.d.mts +0 -1
- package/dist/plugin/with-context.d.mts +0 -1
- package/dist/{registry-NfSW0BRo.mjs → registry-CYBRvfaU.mjs} +4 -49
- package/dist/registry-CYBRvfaU.mjs.map +1 -0
- package/dist/runtime/aigateway.d.mts +0 -2
- package/dist/runtime/authconnection.d.mts +0 -2
- package/dist/runtime/globals.d.mts +0 -1
- package/dist/runtime/index.d.mts +0 -1
- package/dist/runtime/types.d.mts +16 -7
- package/dist/{runtime-_vUgjiqT.mjs → runtime-BD2vYJFT.mjs} +2382 -1167
- package/dist/runtime-BD2vYJFT.mjs.map +1 -0
- package/dist/{schema-DrVyN-LP.mjs → schema-U6DxoZ8D.mjs} +204 -3
- package/dist/schema-U6DxoZ8D.mjs.map +1 -0
- package/dist/{secret-file-VSVGy1V0.mjs → secret-file-DBqZhjFQ.mjs} +2 -27
- package/dist/{secret-file-VSVGy1V0.mjs.map → secret-file-DBqZhjFQ.mjs.map} +1 -1
- package/dist/{secretmanager-Bd45j7an.mjs → secretmanager-IY4UvinW.mjs} +42 -9
- package/dist/secretmanager-IY4UvinW.mjs.map +1 -0
- package/dist/seed/index.d.mts +3 -2
- package/dist/{seed-fm0LeYP2.mjs → seed-DFFigL8V.mjs} +3 -13
- package/dist/seed-DFFigL8V.mjs.map +1 -0
- package/dist/service-CghpdV-9.mjs +3 -0
- package/dist/{service-DBFZQloR.mjs → service-Cp0I7ZFe.mjs} +3 -3
- package/dist/{service-DBFZQloR.mjs.map → service-Cp0I7ZFe.mjs.map} +1 -1
- package/dist/{service-BCRJ-3NV.mjs → service-D12iQGcS.mjs} +2 -2
- package/dist/{service-BCRJ-3NV.mjs.map → service-D12iQGcS.mjs.map} +1 -1
- package/dist/service_pb-BoLM0X4K.mjs +167 -0
- package/dist/service_pb-BoLM0X4K.mjs.map +1 -0
- package/dist/{service_pb-B2FF59sP.mjs → service_pb-r1T7kpJc.mjs} +1 -1
- package/dist/tailor-proto/src/tailor/v1/aigateway_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/aigateway_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/application_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/application_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/auth_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/auth_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/events_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/events_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/executor_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/executor_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/function_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/function_registry_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/function_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/http_adapter_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/idp_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/idp_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/metadata_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/metadata_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/meter_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/pipeline_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/pipeline_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/secret_manager_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/secret_manager_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/service_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/stateflow_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/stateflow_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/staticwebsite_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/tailordb_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/tailordb_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/telemetryrouter_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/workflow_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/workflow_resource_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/workspace_pb.d.mts +0 -1
- package/dist/tailor-proto/src/tailor/v1/workspace_resource_pb.d.mts +0 -1
- package/dist/test-env-key-DuZycyWM.mjs +49 -0
- package/dist/test-env-key-DuZycyWM.mjs.map +1 -0
- package/dist/type-source-DH_LH20p.mjs +13 -0
- package/dist/type-source-DH_LH20p.mjs.map +1 -0
- package/dist/types/aigateway.generated.d.mts +5 -2
- package/dist/types/auth-connection.generated.d.mts +11 -5
- package/dist/types/auth.generated.d.mts +118 -85
- package/dist/types/executor.generated.d.mts +76 -84
- package/dist/types/helpers.d.mts +5 -5
- package/dist/types/http-adapter.generated.d.mts +11 -5
- package/dist/types/idp.generated.d.mts +536 -524
- package/dist/types/resolver.generated.d.mts +24 -10
- package/dist/types/staticwebsite.generated.d.mts +7 -3
- package/dist/types/tailordb.generated.d.mts +55 -29
- package/dist/types/workflow.generated.d.mts +9 -4
- package/dist/user-agent-DX2Jnw0-.mjs +28 -0
- package/dist/user-agent-DX2Jnw0-.mjs.map +1 -0
- package/dist/utils/test/index.d.mts +0 -1
- package/dist/utils/test/index.mjs +1 -1
- package/dist/utils/test/mock.d.mts +0 -1
- package/dist/vitest/environment.mjs +1 -1
- package/dist/vitest/index.d.mts +9 -9
- package/dist/vitest/index.mjs +600 -185
- package/dist/vitest/index.mjs.map +1 -1
- package/dist/vitest/mock-kysely.d.mts +0 -1
- package/dist/vitest/mock.d.mts +8 -8
- package/dist/vitest/mocks/aigateway.d.mts +16 -6
- package/dist/vitest/mocks/authconnection.d.mts +16 -6
- package/dist/vitest/mocks/file.d.mts +24 -6
- package/dist/vitest/mocks/iconv.d.mts +28 -4
- package/dist/vitest/mocks/idp.d.mts +26 -10
- package/dist/vitest/mocks/secretmanager.d.mts +16 -5
- package/dist/vitest/mocks/tailordb.d.mts +54 -10
- package/dist/vitest/mocks/workflow.d.mts +48 -11
- package/dist/vitest/setup.mjs +2 -2
- package/dist/{service_pb-B5w9rjPY.mjs → workspace_resource_pb-Db3fv68L.mjs} +57 -165
- package/dist/workspace_resource_pb-Db3fv68L.mjs.map +1 -0
- package/docs/cli/application.md +58 -11
- package/docs/cli/setup.md +1 -1
- package/docs/cli/workspace.md +6 -4
- package/docs/cli-reference.md +12 -8
- package/docs/runtime.md +3 -4
- package/docs/services/aigateway.md +2 -0
- package/docs/services/tailordb.md +52 -1
- package/docs/services/workflow.md +1 -1
- package/docs/testing.md +103 -89
- package/package.json +16 -16
- package/dist/application-BUfYmf0O.mjs.map +0 -1
- package/dist/application-DbvD5UUz.mjs +0 -3
- package/dist/cli/shared/trigger-context.d.mts +0 -1
- package/dist/errors-Dtf2WPaW.mjs +0 -42
- package/dist/errors-Dtf2WPaW.mjs.map +0 -1
- package/dist/field-runtime-9bfXBAOK.mjs +0 -183
- package/dist/field-runtime-9bfXBAOK.mjs.map +0 -1
- package/dist/job-D-PbD1P3.mjs +0 -55
- package/dist/job-D-PbD1P3.mjs.map +0 -1
- package/dist/logger-BEiZZ3qT.mjs.map +0 -1
- package/dist/registry-NfSW0BRo.mjs.map +0 -1
- package/dist/resource_pb-BRv7AMXK.mjs +0 -49
- package/dist/resource_pb-BRv7AMXK.mjs.map +0 -1
- package/dist/runtime-_vUgjiqT.mjs.map +0 -1
- package/dist/schema-DrVyN-LP.mjs.map +0 -1
- package/dist/secretmanager-Bd45j7an.mjs.map +0 -1
- package/dist/seed-fm0LeYP2.mjs.map +0 -1
- package/dist/service-CPMlIg3X.mjs +0 -3
- package/dist/service_pb-B5w9rjPY.mjs.map +0 -1
- package/dist/types-BwzB2okW.mjs +0 -199
- package/dist/types-BwzB2okW.mjs.map +0 -1
- package/dist/types-KlawuVKa.mjs +0 -4
|
@@ -25,16 +25,538 @@ type IdPGqlOperations = {
|
|
|
25
25
|
* Namespace-level email configuration defaults
|
|
26
26
|
*/
|
|
27
27
|
type IdPEmailConfig = {
|
|
28
|
-
/** Default sender display name for emails */
|
|
28
|
+
/** Default sender display name for emails */
|
|
29
|
+
fromName?: string | undefined;
|
|
30
|
+
/** Default subject for password reset emails */
|
|
29
31
|
passwordResetSubject?: string | undefined;
|
|
30
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* Per-operation permission policies for IdP users
|
|
35
|
+
*/
|
|
36
|
+
type IdPPermission = {
|
|
37
|
+
create: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
38
|
+
user: string;
|
|
39
|
+
} | {
|
|
40
|
+
idpUser: "id" | "name" | "disabled";
|
|
41
|
+
} | {
|
|
42
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
43
|
+
} | {
|
|
44
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
45
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
46
|
+
user: string;
|
|
47
|
+
} | {
|
|
48
|
+
idpUser: "id" | "name" | "disabled";
|
|
49
|
+
} | {
|
|
50
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
51
|
+
} | {
|
|
52
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
53
|
+
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
54
|
+
user: string;
|
|
55
|
+
} | {
|
|
56
|
+
idpUser: "id" | "name" | "disabled";
|
|
57
|
+
} | {
|
|
58
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
59
|
+
} | {
|
|
60
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
61
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
62
|
+
user: string;
|
|
63
|
+
} | {
|
|
64
|
+
idpUser: "id" | "name" | "disabled";
|
|
65
|
+
} | {
|
|
66
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
67
|
+
} | {
|
|
68
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
69
|
+
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
70
|
+
user: string;
|
|
71
|
+
} | {
|
|
72
|
+
idpUser: "id" | "name" | "disabled";
|
|
73
|
+
} | {
|
|
74
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
75
|
+
} | {
|
|
76
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
77
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
78
|
+
user: string;
|
|
79
|
+
} | {
|
|
80
|
+
idpUser: "id" | "name" | "disabled";
|
|
81
|
+
} | {
|
|
82
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
83
|
+
} | {
|
|
84
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
85
|
+
})])[] | {
|
|
86
|
+
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
87
|
+
user: string;
|
|
88
|
+
} | {
|
|
89
|
+
idpUser: "id" | "name" | "disabled";
|
|
90
|
+
} | {
|
|
91
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
92
|
+
} | {
|
|
93
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
94
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
95
|
+
user: string;
|
|
96
|
+
} | {
|
|
97
|
+
idpUser: "id" | "name" | "disabled";
|
|
98
|
+
} | {
|
|
99
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
100
|
+
} | {
|
|
101
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
102
|
+
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
103
|
+
user: string;
|
|
104
|
+
} | {
|
|
105
|
+
idpUser: "id" | "name" | "disabled";
|
|
106
|
+
} | {
|
|
107
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
108
|
+
} | {
|
|
109
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
110
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
111
|
+
user: string;
|
|
112
|
+
} | {
|
|
113
|
+
idpUser: "id" | "name" | "disabled";
|
|
114
|
+
} | {
|
|
115
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
116
|
+
} | {
|
|
117
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
118
|
+
})])[];
|
|
119
|
+
description?: string | undefined;
|
|
120
|
+
permit?: boolean | undefined;
|
|
121
|
+
})[];
|
|
122
|
+
read: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
123
|
+
user: string;
|
|
124
|
+
} | {
|
|
125
|
+
idpUser: "id" | "name" | "disabled";
|
|
126
|
+
} | {
|
|
127
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
128
|
+
} | {
|
|
129
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
130
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
131
|
+
user: string;
|
|
132
|
+
} | {
|
|
133
|
+
idpUser: "id" | "name" | "disabled";
|
|
134
|
+
} | {
|
|
135
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
136
|
+
} | {
|
|
137
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
138
|
+
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
139
|
+
user: string;
|
|
140
|
+
} | {
|
|
141
|
+
idpUser: "id" | "name" | "disabled";
|
|
142
|
+
} | {
|
|
143
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
144
|
+
} | {
|
|
145
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
146
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
147
|
+
user: string;
|
|
148
|
+
} | {
|
|
149
|
+
idpUser: "id" | "name" | "disabled";
|
|
150
|
+
} | {
|
|
151
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
152
|
+
} | {
|
|
153
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
154
|
+
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
155
|
+
user: string;
|
|
156
|
+
} | {
|
|
157
|
+
idpUser: "id" | "name" | "disabled";
|
|
158
|
+
} | {
|
|
159
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
160
|
+
} | {
|
|
161
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
162
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
163
|
+
user: string;
|
|
164
|
+
} | {
|
|
165
|
+
idpUser: "id" | "name" | "disabled";
|
|
166
|
+
} | {
|
|
167
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
168
|
+
} | {
|
|
169
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
170
|
+
})])[] | {
|
|
171
|
+
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
172
|
+
user: string;
|
|
173
|
+
} | {
|
|
174
|
+
idpUser: "id" | "name" | "disabled";
|
|
175
|
+
} | {
|
|
176
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
177
|
+
} | {
|
|
178
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
179
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
180
|
+
user: string;
|
|
181
|
+
} | {
|
|
182
|
+
idpUser: "id" | "name" | "disabled";
|
|
183
|
+
} | {
|
|
184
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
185
|
+
} | {
|
|
186
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
187
|
+
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
188
|
+
user: string;
|
|
189
|
+
} | {
|
|
190
|
+
idpUser: "id" | "name" | "disabled";
|
|
191
|
+
} | {
|
|
192
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
193
|
+
} | {
|
|
194
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
195
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
196
|
+
user: string;
|
|
197
|
+
} | {
|
|
198
|
+
idpUser: "id" | "name" | "disabled";
|
|
199
|
+
} | {
|
|
200
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
201
|
+
} | {
|
|
202
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
203
|
+
})])[];
|
|
204
|
+
description?: string | undefined;
|
|
205
|
+
permit?: boolean | undefined;
|
|
206
|
+
})[];
|
|
207
|
+
update: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
208
|
+
user: string;
|
|
209
|
+
} | {
|
|
210
|
+
idpUser: "id" | "name" | "disabled";
|
|
211
|
+
} | {
|
|
212
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
213
|
+
} | {
|
|
214
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
215
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
216
|
+
user: string;
|
|
217
|
+
} | {
|
|
218
|
+
idpUser: "id" | "name" | "disabled";
|
|
219
|
+
} | {
|
|
220
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
221
|
+
} | {
|
|
222
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
223
|
+
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
224
|
+
user: string;
|
|
225
|
+
} | {
|
|
226
|
+
idpUser: "id" | "name" | "disabled";
|
|
227
|
+
} | {
|
|
228
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
229
|
+
} | {
|
|
230
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
231
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
232
|
+
user: string;
|
|
233
|
+
} | {
|
|
234
|
+
idpUser: "id" | "name" | "disabled";
|
|
235
|
+
} | {
|
|
236
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
237
|
+
} | {
|
|
238
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
239
|
+
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
240
|
+
user: string;
|
|
241
|
+
} | {
|
|
242
|
+
idpUser: "id" | "name" | "disabled";
|
|
243
|
+
} | {
|
|
244
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
245
|
+
} | {
|
|
246
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
247
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
248
|
+
user: string;
|
|
249
|
+
} | {
|
|
250
|
+
idpUser: "id" | "name" | "disabled";
|
|
251
|
+
} | {
|
|
252
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
253
|
+
} | {
|
|
254
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
255
|
+
})])[] | {
|
|
256
|
+
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
257
|
+
user: string;
|
|
258
|
+
} | {
|
|
259
|
+
idpUser: "id" | "name" | "disabled";
|
|
260
|
+
} | {
|
|
261
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
262
|
+
} | {
|
|
263
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
264
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
265
|
+
user: string;
|
|
266
|
+
} | {
|
|
267
|
+
idpUser: "id" | "name" | "disabled";
|
|
268
|
+
} | {
|
|
269
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
270
|
+
} | {
|
|
271
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
272
|
+
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
273
|
+
user: string;
|
|
274
|
+
} | {
|
|
275
|
+
idpUser: "id" | "name" | "disabled";
|
|
276
|
+
} | {
|
|
277
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
278
|
+
} | {
|
|
279
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
280
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
281
|
+
user: string;
|
|
282
|
+
} | {
|
|
283
|
+
idpUser: "id" | "name" | "disabled";
|
|
284
|
+
} | {
|
|
285
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
286
|
+
} | {
|
|
287
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
288
|
+
})])[];
|
|
289
|
+
description?: string | undefined;
|
|
290
|
+
permit?: boolean | undefined;
|
|
291
|
+
})[];
|
|
292
|
+
delete: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
293
|
+
user: string;
|
|
294
|
+
} | {
|
|
295
|
+
idpUser: "id" | "name" | "disabled";
|
|
296
|
+
} | {
|
|
297
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
298
|
+
} | {
|
|
299
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
300
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
301
|
+
user: string;
|
|
302
|
+
} | {
|
|
303
|
+
idpUser: "id" | "name" | "disabled";
|
|
304
|
+
} | {
|
|
305
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
306
|
+
} | {
|
|
307
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
308
|
+
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
309
|
+
user: string;
|
|
310
|
+
} | {
|
|
311
|
+
idpUser: "id" | "name" | "disabled";
|
|
312
|
+
} | {
|
|
313
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
314
|
+
} | {
|
|
315
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
316
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
317
|
+
user: string;
|
|
318
|
+
} | {
|
|
319
|
+
idpUser: "id" | "name" | "disabled";
|
|
320
|
+
} | {
|
|
321
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
322
|
+
} | {
|
|
323
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
324
|
+
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
325
|
+
user: string;
|
|
326
|
+
} | {
|
|
327
|
+
idpUser: "id" | "name" | "disabled";
|
|
328
|
+
} | {
|
|
329
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
330
|
+
} | {
|
|
331
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
332
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
333
|
+
user: string;
|
|
334
|
+
} | {
|
|
335
|
+
idpUser: "id" | "name" | "disabled";
|
|
336
|
+
} | {
|
|
337
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
338
|
+
} | {
|
|
339
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
340
|
+
})])[] | {
|
|
341
|
+
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
342
|
+
user: string;
|
|
343
|
+
} | {
|
|
344
|
+
idpUser: "id" | "name" | "disabled";
|
|
345
|
+
} | {
|
|
346
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
347
|
+
} | {
|
|
348
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
349
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
350
|
+
user: string;
|
|
351
|
+
} | {
|
|
352
|
+
idpUser: "id" | "name" | "disabled";
|
|
353
|
+
} | {
|
|
354
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
355
|
+
} | {
|
|
356
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
357
|
+
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
358
|
+
user: string;
|
|
359
|
+
} | {
|
|
360
|
+
idpUser: "id" | "name" | "disabled";
|
|
361
|
+
} | {
|
|
362
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
363
|
+
} | {
|
|
364
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
365
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
366
|
+
user: string;
|
|
367
|
+
} | {
|
|
368
|
+
idpUser: "id" | "name" | "disabled";
|
|
369
|
+
} | {
|
|
370
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
371
|
+
} | {
|
|
372
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
373
|
+
})])[];
|
|
374
|
+
description?: string | undefined;
|
|
375
|
+
permit?: boolean | undefined;
|
|
376
|
+
})[];
|
|
377
|
+
sendPasswordResetEmail?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
378
|
+
user: string;
|
|
379
|
+
} | {
|
|
380
|
+
idpUser: "id" | "name" | "disabled";
|
|
381
|
+
} | {
|
|
382
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
383
|
+
} | {
|
|
384
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
385
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
386
|
+
user: string;
|
|
387
|
+
} | {
|
|
388
|
+
idpUser: "id" | "name" | "disabled";
|
|
389
|
+
} | {
|
|
390
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
391
|
+
} | {
|
|
392
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
393
|
+
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
394
|
+
user: string;
|
|
395
|
+
} | {
|
|
396
|
+
idpUser: "id" | "name" | "disabled";
|
|
397
|
+
} | {
|
|
398
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
399
|
+
} | {
|
|
400
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
401
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
402
|
+
user: string;
|
|
403
|
+
} | {
|
|
404
|
+
idpUser: "id" | "name" | "disabled";
|
|
405
|
+
} | {
|
|
406
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
407
|
+
} | {
|
|
408
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
409
|
+
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
410
|
+
user: string;
|
|
411
|
+
} | {
|
|
412
|
+
idpUser: "id" | "name" | "disabled";
|
|
413
|
+
} | {
|
|
414
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
415
|
+
} | {
|
|
416
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
417
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
418
|
+
user: string;
|
|
419
|
+
} | {
|
|
420
|
+
idpUser: "id" | "name" | "disabled";
|
|
421
|
+
} | {
|
|
422
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
423
|
+
} | {
|
|
424
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
425
|
+
})])[] | {
|
|
426
|
+
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
427
|
+
user: string;
|
|
428
|
+
} | {
|
|
429
|
+
idpUser: "id" | "name" | "disabled";
|
|
430
|
+
} | {
|
|
431
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
432
|
+
} | {
|
|
433
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
434
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
435
|
+
user: string;
|
|
436
|
+
} | {
|
|
437
|
+
idpUser: "id" | "name" | "disabled";
|
|
438
|
+
} | {
|
|
439
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
440
|
+
} | {
|
|
441
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
442
|
+
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
443
|
+
user: string;
|
|
444
|
+
} | {
|
|
445
|
+
idpUser: "id" | "name" | "disabled";
|
|
446
|
+
} | {
|
|
447
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
448
|
+
} | {
|
|
449
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
450
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
451
|
+
user: string;
|
|
452
|
+
} | {
|
|
453
|
+
idpUser: "id" | "name" | "disabled";
|
|
454
|
+
} | {
|
|
455
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
456
|
+
} | {
|
|
457
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
458
|
+
})])[];
|
|
459
|
+
description?: string | undefined;
|
|
460
|
+
permit?: boolean | undefined;
|
|
461
|
+
})[] | undefined;
|
|
462
|
+
unenrollMfa?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
463
|
+
user: string;
|
|
464
|
+
} | {
|
|
465
|
+
idpUser: "id" | "name" | "disabled";
|
|
466
|
+
} | {
|
|
467
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
468
|
+
} | {
|
|
469
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
470
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
471
|
+
user: string;
|
|
472
|
+
} | {
|
|
473
|
+
idpUser: "id" | "name" | "disabled";
|
|
474
|
+
} | {
|
|
475
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
476
|
+
} | {
|
|
477
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
478
|
+
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
479
|
+
user: string;
|
|
480
|
+
} | {
|
|
481
|
+
idpUser: "id" | "name" | "disabled";
|
|
482
|
+
} | {
|
|
483
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
484
|
+
} | {
|
|
485
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
486
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
487
|
+
user: string;
|
|
488
|
+
} | {
|
|
489
|
+
idpUser: "id" | "name" | "disabled";
|
|
490
|
+
} | {
|
|
491
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
492
|
+
} | {
|
|
493
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
494
|
+
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
495
|
+
user: string;
|
|
496
|
+
} | {
|
|
497
|
+
idpUser: "id" | "name" | "disabled";
|
|
498
|
+
} | {
|
|
499
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
500
|
+
} | {
|
|
501
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
502
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
503
|
+
user: string;
|
|
504
|
+
} | {
|
|
505
|
+
idpUser: "id" | "name" | "disabled";
|
|
506
|
+
} | {
|
|
507
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
508
|
+
} | {
|
|
509
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
510
|
+
})])[] | {
|
|
511
|
+
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
512
|
+
user: string;
|
|
513
|
+
} | {
|
|
514
|
+
idpUser: "id" | "name" | "disabled";
|
|
515
|
+
} | {
|
|
516
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
517
|
+
} | {
|
|
518
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
519
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
520
|
+
user: string;
|
|
521
|
+
} | {
|
|
522
|
+
idpUser: "id" | "name" | "disabled";
|
|
523
|
+
} | {
|
|
524
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
525
|
+
} | {
|
|
526
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
527
|
+
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
528
|
+
user: string;
|
|
529
|
+
} | {
|
|
530
|
+
idpUser: "id" | "name" | "disabled";
|
|
531
|
+
} | {
|
|
532
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
533
|
+
} | {
|
|
534
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
535
|
+
}), "=" | "!=" | "in" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
536
|
+
user: string;
|
|
537
|
+
} | {
|
|
538
|
+
idpUser: "id" | "name" | "disabled";
|
|
539
|
+
} | {
|
|
540
|
+
oldIdpUser: "id" | "name" | "disabled";
|
|
541
|
+
} | {
|
|
542
|
+
newIdpUser: "id" | "name" | "disabled";
|
|
543
|
+
})])[];
|
|
544
|
+
description?: string | undefined;
|
|
545
|
+
permit?: boolean | undefined;
|
|
546
|
+
})[] | undefined;
|
|
547
|
+
};
|
|
31
548
|
type IdPInput = {
|
|
32
|
-
/** IdP service name */
|
|
33
|
-
|
|
549
|
+
/** IdP service name */
|
|
550
|
+
name: string;
|
|
551
|
+
/** OAuth2 client names that can use this IdP */
|
|
552
|
+
clients: string[];
|
|
553
|
+
/** Authorization mode for IdP API access */
|
|
34
554
|
authorization?: "insecure" | "loggedIn" | {
|
|
35
555
|
cel: string;
|
|
36
|
-
} | undefined;
|
|
37
|
-
|
|
556
|
+
} | undefined;
|
|
557
|
+
/** UI language for IdP pages */
|
|
558
|
+
lang?: "en" | "ja" | undefined;
|
|
559
|
+
/** User authentication policy configuration */
|
|
38
560
|
userAuthPolicy?: {
|
|
39
561
|
useNonEmailIdentifier?: boolean | undefined;
|
|
40
562
|
allowSelfPasswordReset?: boolean | undefined;
|
|
@@ -52,8 +574,10 @@ type IdPInput = {
|
|
|
52
574
|
requireMfa?: boolean | undefined;
|
|
53
575
|
allowedReturnOrigins?: string[] | undefined;
|
|
54
576
|
mfaIssuer?: string | undefined;
|
|
55
|
-
} | undefined;
|
|
56
|
-
|
|
577
|
+
} | undefined;
|
|
578
|
+
/** Enable publishing user lifecycle events */
|
|
579
|
+
publishUserEvents?: boolean | undefined;
|
|
580
|
+
/** Configure which GraphQL operations are enabled */
|
|
57
581
|
gqlOperations?: "query" | {
|
|
58
582
|
create?: boolean | undefined;
|
|
59
583
|
update?: boolean | undefined;
|
|
@@ -62,523 +586,11 @@ type IdPInput = {
|
|
|
62
586
|
sendPasswordResetEmail?: boolean | undefined;
|
|
63
587
|
requestMfaSettingsUrl?: boolean | undefined;
|
|
64
588
|
unenrollMfa?: boolean | undefined;
|
|
65
|
-
} | undefined; /** Namespace-level email configuration defaults */
|
|
66
|
-
emailConfig?: {
|
|
67
|
-
fromName?: string | undefined;
|
|
68
|
-
passwordResetSubject?: string | undefined;
|
|
69
|
-
} | undefined; /** Per-operation permission policies for IdP users */
|
|
70
|
-
permission?: {
|
|
71
|
-
create: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
72
|
-
user: string;
|
|
73
|
-
} | {
|
|
74
|
-
idpUser: "name" | "id" | "disabled";
|
|
75
|
-
} | {
|
|
76
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
77
|
-
} | {
|
|
78
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
79
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
80
|
-
user: string;
|
|
81
|
-
} | {
|
|
82
|
-
idpUser: "name" | "id" | "disabled";
|
|
83
|
-
} | {
|
|
84
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
85
|
-
} | {
|
|
86
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
87
|
-
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
88
|
-
user: string;
|
|
89
|
-
} | {
|
|
90
|
-
idpUser: "name" | "id" | "disabled";
|
|
91
|
-
} | {
|
|
92
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
93
|
-
} | {
|
|
94
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
95
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
96
|
-
user: string;
|
|
97
|
-
} | {
|
|
98
|
-
idpUser: "name" | "id" | "disabled";
|
|
99
|
-
} | {
|
|
100
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
101
|
-
} | {
|
|
102
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
103
|
-
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
104
|
-
user: string;
|
|
105
|
-
} | {
|
|
106
|
-
idpUser: "name" | "id" | "disabled";
|
|
107
|
-
} | {
|
|
108
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
109
|
-
} | {
|
|
110
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
111
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
112
|
-
user: string;
|
|
113
|
-
} | {
|
|
114
|
-
idpUser: "name" | "id" | "disabled";
|
|
115
|
-
} | {
|
|
116
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
117
|
-
} | {
|
|
118
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
119
|
-
})])[] | {
|
|
120
|
-
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
121
|
-
user: string;
|
|
122
|
-
} | {
|
|
123
|
-
idpUser: "name" | "id" | "disabled";
|
|
124
|
-
} | {
|
|
125
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
126
|
-
} | {
|
|
127
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
128
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
129
|
-
user: string;
|
|
130
|
-
} | {
|
|
131
|
-
idpUser: "name" | "id" | "disabled";
|
|
132
|
-
} | {
|
|
133
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
134
|
-
} | {
|
|
135
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
136
|
-
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
137
|
-
user: string;
|
|
138
|
-
} | {
|
|
139
|
-
idpUser: "name" | "id" | "disabled";
|
|
140
|
-
} | {
|
|
141
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
142
|
-
} | {
|
|
143
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
144
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
145
|
-
user: string;
|
|
146
|
-
} | {
|
|
147
|
-
idpUser: "name" | "id" | "disabled";
|
|
148
|
-
} | {
|
|
149
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
150
|
-
} | {
|
|
151
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
152
|
-
})])[];
|
|
153
|
-
description?: string | undefined;
|
|
154
|
-
permit?: boolean | undefined;
|
|
155
|
-
})[];
|
|
156
|
-
read: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
157
|
-
user: string;
|
|
158
|
-
} | {
|
|
159
|
-
idpUser: "name" | "id" | "disabled";
|
|
160
|
-
} | {
|
|
161
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
162
|
-
} | {
|
|
163
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
164
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
165
|
-
user: string;
|
|
166
|
-
} | {
|
|
167
|
-
idpUser: "name" | "id" | "disabled";
|
|
168
|
-
} | {
|
|
169
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
170
|
-
} | {
|
|
171
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
172
|
-
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
173
|
-
user: string;
|
|
174
|
-
} | {
|
|
175
|
-
idpUser: "name" | "id" | "disabled";
|
|
176
|
-
} | {
|
|
177
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
178
|
-
} | {
|
|
179
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
180
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
181
|
-
user: string;
|
|
182
|
-
} | {
|
|
183
|
-
idpUser: "name" | "id" | "disabled";
|
|
184
|
-
} | {
|
|
185
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
186
|
-
} | {
|
|
187
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
188
|
-
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
189
|
-
user: string;
|
|
190
|
-
} | {
|
|
191
|
-
idpUser: "name" | "id" | "disabled";
|
|
192
|
-
} | {
|
|
193
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
194
|
-
} | {
|
|
195
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
196
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
197
|
-
user: string;
|
|
198
|
-
} | {
|
|
199
|
-
idpUser: "name" | "id" | "disabled";
|
|
200
|
-
} | {
|
|
201
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
202
|
-
} | {
|
|
203
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
204
|
-
})])[] | {
|
|
205
|
-
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
206
|
-
user: string;
|
|
207
|
-
} | {
|
|
208
|
-
idpUser: "name" | "id" | "disabled";
|
|
209
|
-
} | {
|
|
210
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
211
|
-
} | {
|
|
212
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
213
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
214
|
-
user: string;
|
|
215
|
-
} | {
|
|
216
|
-
idpUser: "name" | "id" | "disabled";
|
|
217
|
-
} | {
|
|
218
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
219
|
-
} | {
|
|
220
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
221
|
-
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
222
|
-
user: string;
|
|
223
|
-
} | {
|
|
224
|
-
idpUser: "name" | "id" | "disabled";
|
|
225
|
-
} | {
|
|
226
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
227
|
-
} | {
|
|
228
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
229
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
230
|
-
user: string;
|
|
231
|
-
} | {
|
|
232
|
-
idpUser: "name" | "id" | "disabled";
|
|
233
|
-
} | {
|
|
234
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
235
|
-
} | {
|
|
236
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
237
|
-
})])[];
|
|
238
|
-
description?: string | undefined;
|
|
239
|
-
permit?: boolean | undefined;
|
|
240
|
-
})[];
|
|
241
|
-
update: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
242
|
-
user: string;
|
|
243
|
-
} | {
|
|
244
|
-
idpUser: "name" | "id" | "disabled";
|
|
245
|
-
} | {
|
|
246
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
247
|
-
} | {
|
|
248
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
249
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
250
|
-
user: string;
|
|
251
|
-
} | {
|
|
252
|
-
idpUser: "name" | "id" | "disabled";
|
|
253
|
-
} | {
|
|
254
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
255
|
-
} | {
|
|
256
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
257
|
-
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
258
|
-
user: string;
|
|
259
|
-
} | {
|
|
260
|
-
idpUser: "name" | "id" | "disabled";
|
|
261
|
-
} | {
|
|
262
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
263
|
-
} | {
|
|
264
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
265
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
266
|
-
user: string;
|
|
267
|
-
} | {
|
|
268
|
-
idpUser: "name" | "id" | "disabled";
|
|
269
|
-
} | {
|
|
270
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
271
|
-
} | {
|
|
272
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
273
|
-
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
274
|
-
user: string;
|
|
275
|
-
} | {
|
|
276
|
-
idpUser: "name" | "id" | "disabled";
|
|
277
|
-
} | {
|
|
278
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
279
|
-
} | {
|
|
280
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
281
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
282
|
-
user: string;
|
|
283
|
-
} | {
|
|
284
|
-
idpUser: "name" | "id" | "disabled";
|
|
285
|
-
} | {
|
|
286
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
287
|
-
} | {
|
|
288
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
289
|
-
})])[] | {
|
|
290
|
-
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
291
|
-
user: string;
|
|
292
|
-
} | {
|
|
293
|
-
idpUser: "name" | "id" | "disabled";
|
|
294
|
-
} | {
|
|
295
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
296
|
-
} | {
|
|
297
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
298
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
299
|
-
user: string;
|
|
300
|
-
} | {
|
|
301
|
-
idpUser: "name" | "id" | "disabled";
|
|
302
|
-
} | {
|
|
303
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
304
|
-
} | {
|
|
305
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
306
|
-
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
307
|
-
user: string;
|
|
308
|
-
} | {
|
|
309
|
-
idpUser: "name" | "id" | "disabled";
|
|
310
|
-
} | {
|
|
311
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
312
|
-
} | {
|
|
313
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
314
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
315
|
-
user: string;
|
|
316
|
-
} | {
|
|
317
|
-
idpUser: "name" | "id" | "disabled";
|
|
318
|
-
} | {
|
|
319
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
320
|
-
} | {
|
|
321
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
322
|
-
})])[];
|
|
323
|
-
description?: string | undefined;
|
|
324
|
-
permit?: boolean | undefined;
|
|
325
|
-
})[];
|
|
326
|
-
delete: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
327
|
-
user: string;
|
|
328
|
-
} | {
|
|
329
|
-
idpUser: "name" | "id" | "disabled";
|
|
330
|
-
} | {
|
|
331
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
332
|
-
} | {
|
|
333
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
334
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
335
|
-
user: string;
|
|
336
|
-
} | {
|
|
337
|
-
idpUser: "name" | "id" | "disabled";
|
|
338
|
-
} | {
|
|
339
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
340
|
-
} | {
|
|
341
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
342
|
-
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
343
|
-
user: string;
|
|
344
|
-
} | {
|
|
345
|
-
idpUser: "name" | "id" | "disabled";
|
|
346
|
-
} | {
|
|
347
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
348
|
-
} | {
|
|
349
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
350
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
351
|
-
user: string;
|
|
352
|
-
} | {
|
|
353
|
-
idpUser: "name" | "id" | "disabled";
|
|
354
|
-
} | {
|
|
355
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
356
|
-
} | {
|
|
357
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
358
|
-
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
359
|
-
user: string;
|
|
360
|
-
} | {
|
|
361
|
-
idpUser: "name" | "id" | "disabled";
|
|
362
|
-
} | {
|
|
363
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
364
|
-
} | {
|
|
365
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
366
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
367
|
-
user: string;
|
|
368
|
-
} | {
|
|
369
|
-
idpUser: "name" | "id" | "disabled";
|
|
370
|
-
} | {
|
|
371
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
372
|
-
} | {
|
|
373
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
374
|
-
})])[] | {
|
|
375
|
-
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
376
|
-
user: string;
|
|
377
|
-
} | {
|
|
378
|
-
idpUser: "name" | "id" | "disabled";
|
|
379
|
-
} | {
|
|
380
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
381
|
-
} | {
|
|
382
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
383
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
384
|
-
user: string;
|
|
385
|
-
} | {
|
|
386
|
-
idpUser: "name" | "id" | "disabled";
|
|
387
|
-
} | {
|
|
388
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
389
|
-
} | {
|
|
390
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
391
|
-
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
392
|
-
user: string;
|
|
393
|
-
} | {
|
|
394
|
-
idpUser: "name" | "id" | "disabled";
|
|
395
|
-
} | {
|
|
396
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
397
|
-
} | {
|
|
398
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
399
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
400
|
-
user: string;
|
|
401
|
-
} | {
|
|
402
|
-
idpUser: "name" | "id" | "disabled";
|
|
403
|
-
} | {
|
|
404
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
405
|
-
} | {
|
|
406
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
407
|
-
})])[];
|
|
408
|
-
description?: string | undefined;
|
|
409
|
-
permit?: boolean | undefined;
|
|
410
|
-
})[];
|
|
411
|
-
sendPasswordResetEmail?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
412
|
-
user: string;
|
|
413
|
-
} | {
|
|
414
|
-
idpUser: "name" | "id" | "disabled";
|
|
415
|
-
} | {
|
|
416
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
417
|
-
} | {
|
|
418
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
419
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
420
|
-
user: string;
|
|
421
|
-
} | {
|
|
422
|
-
idpUser: "name" | "id" | "disabled";
|
|
423
|
-
} | {
|
|
424
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
425
|
-
} | {
|
|
426
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
427
|
-
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
428
|
-
user: string;
|
|
429
|
-
} | {
|
|
430
|
-
idpUser: "name" | "id" | "disabled";
|
|
431
|
-
} | {
|
|
432
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
433
|
-
} | {
|
|
434
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
435
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
436
|
-
user: string;
|
|
437
|
-
} | {
|
|
438
|
-
idpUser: "name" | "id" | "disabled";
|
|
439
|
-
} | {
|
|
440
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
441
|
-
} | {
|
|
442
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
443
|
-
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
444
|
-
user: string;
|
|
445
|
-
} | {
|
|
446
|
-
idpUser: "name" | "id" | "disabled";
|
|
447
|
-
} | {
|
|
448
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
449
|
-
} | {
|
|
450
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
451
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
452
|
-
user: string;
|
|
453
|
-
} | {
|
|
454
|
-
idpUser: "name" | "id" | "disabled";
|
|
455
|
-
} | {
|
|
456
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
457
|
-
} | {
|
|
458
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
459
|
-
})])[] | {
|
|
460
|
-
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
461
|
-
user: string;
|
|
462
|
-
} | {
|
|
463
|
-
idpUser: "name" | "id" | "disabled";
|
|
464
|
-
} | {
|
|
465
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
466
|
-
} | {
|
|
467
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
468
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
469
|
-
user: string;
|
|
470
|
-
} | {
|
|
471
|
-
idpUser: "name" | "id" | "disabled";
|
|
472
|
-
} | {
|
|
473
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
474
|
-
} | {
|
|
475
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
476
|
-
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
477
|
-
user: string;
|
|
478
|
-
} | {
|
|
479
|
-
idpUser: "name" | "id" | "disabled";
|
|
480
|
-
} | {
|
|
481
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
482
|
-
} | {
|
|
483
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
484
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
485
|
-
user: string;
|
|
486
|
-
} | {
|
|
487
|
-
idpUser: "name" | "id" | "disabled";
|
|
488
|
-
} | {
|
|
489
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
490
|
-
} | {
|
|
491
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
492
|
-
})])[];
|
|
493
|
-
description?: string | undefined;
|
|
494
|
-
permit?: boolean | undefined;
|
|
495
|
-
})[] | undefined;
|
|
496
|
-
unenrollMfa?: readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
497
|
-
user: string;
|
|
498
|
-
} | {
|
|
499
|
-
idpUser: "name" | "id" | "disabled";
|
|
500
|
-
} | {
|
|
501
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
502
|
-
} | {
|
|
503
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
504
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
505
|
-
user: string;
|
|
506
|
-
} | {
|
|
507
|
-
idpUser: "name" | "id" | "disabled";
|
|
508
|
-
} | {
|
|
509
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
510
|
-
} | {
|
|
511
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
512
|
-
})] | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
513
|
-
user: string;
|
|
514
|
-
} | {
|
|
515
|
-
idpUser: "name" | "id" | "disabled";
|
|
516
|
-
} | {
|
|
517
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
518
|
-
} | {
|
|
519
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
520
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
521
|
-
user: string;
|
|
522
|
-
} | {
|
|
523
|
-
idpUser: "name" | "id" | "disabled";
|
|
524
|
-
} | {
|
|
525
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
526
|
-
} | {
|
|
527
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
528
|
-
}), boolean] | readonly (boolean | readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
529
|
-
user: string;
|
|
530
|
-
} | {
|
|
531
|
-
idpUser: "name" | "id" | "disabled";
|
|
532
|
-
} | {
|
|
533
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
534
|
-
} | {
|
|
535
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
536
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
537
|
-
user: string;
|
|
538
|
-
} | {
|
|
539
|
-
idpUser: "name" | "id" | "disabled";
|
|
540
|
-
} | {
|
|
541
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
542
|
-
} | {
|
|
543
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
544
|
-
})])[] | {
|
|
545
|
-
conditions: readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
546
|
-
user: string;
|
|
547
|
-
} | {
|
|
548
|
-
idpUser: "name" | "id" | "disabled";
|
|
549
|
-
} | {
|
|
550
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
551
|
-
} | {
|
|
552
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
553
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
554
|
-
user: string;
|
|
555
|
-
} | {
|
|
556
|
-
idpUser: "name" | "id" | "disabled";
|
|
557
|
-
} | {
|
|
558
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
559
|
-
} | {
|
|
560
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
561
|
-
})] | readonly (readonly [(string | boolean | readonly string[] | readonly boolean[] | {
|
|
562
|
-
user: string;
|
|
563
|
-
} | {
|
|
564
|
-
idpUser: "name" | "id" | "disabled";
|
|
565
|
-
} | {
|
|
566
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
567
|
-
} | {
|
|
568
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
569
|
-
}), "in" | "=" | "!=" | "not in", (string | boolean | readonly string[] | readonly boolean[] | {
|
|
570
|
-
user: string;
|
|
571
|
-
} | {
|
|
572
|
-
idpUser: "name" | "id" | "disabled";
|
|
573
|
-
} | {
|
|
574
|
-
oldIdpUser: "name" | "id" | "disabled";
|
|
575
|
-
} | {
|
|
576
|
-
newIdpUser: "name" | "id" | "disabled";
|
|
577
|
-
})])[];
|
|
578
|
-
description?: string | undefined;
|
|
579
|
-
permit?: boolean | undefined;
|
|
580
|
-
})[] | undefined;
|
|
581
589
|
} | undefined;
|
|
590
|
+
/** Namespace-level email configuration defaults */
|
|
591
|
+
emailConfig?: IdPEmailConfig;
|
|
592
|
+
/** Per-operation permission policies for IdP users */
|
|
593
|
+
permission?: IdPPermission;
|
|
582
594
|
};
|
|
583
595
|
//#endregion
|
|
584
|
-
export { IdPEmailConfig, IdPGqlOperations, IdPGqlOperationsInput, IdPInput };
|
|
596
|
+
export { IdPEmailConfig, IdPGqlOperations, IdPGqlOperationsInput, IdPInput, IdPPermission };
|