├── .github └── workflows │ ├── api-linter.yml │ ├── api-schema-validator.yml │ ├── build-dereferenced-spec.yml │ ├── build-go-sdk.yml │ ├── build-powershell-sdk.yml │ ├── build-python-sdk.yml │ ├── build-typescript-sdk.yml │ ├── push-idn-specs-to-dev-portal.yml │ ├── push-iiq-specs-to-dev-portal.yml │ ├── push-nerm-specs-to-dev-portal.yml │ ├── report-specs.yml │ └── simple-auto-release.yml ├── .gitignore ├── .last-release-hash ├── .postman ├── api └── api_80f3e696-f581-4c17-a47e-9b6a4d36ad80 ├── LICENSE ├── README.md ├── dereferenced ├── deref-sailpoint-api.beta.json ├── deref-sailpoint-api.beta.yaml ├── deref-sailpoint-api.nerm.json ├── deref-sailpoint-api.nerm.v2025.json ├── deref-sailpoint-api.nerm.v2025.yaml ├── deref-sailpoint-api.nerm.yaml ├── deref-sailpoint-api.v2024.json ├── deref-sailpoint-api.v2024.yaml ├── deref-sailpoint-api.v2025.json ├── deref-sailpoint-api.v2025.yaml ├── deref-sailpoint-api.v2026.json ├── deref-sailpoint-api.v2026.yaml ├── deref-sailpoint-api.v3.json └── deref-sailpoint-api.v3.yaml ├── idn ├── .slinkignore ├── beta │ ├── paths │ │ ├── access-model-metadata-list.yaml │ │ ├── access-model-metadata-value-list.yaml │ │ ├── access-model-metadata-value.yaml │ │ ├── access-model-metadata.yaml │ │ ├── access-profile-bulk-delete.yaml │ │ ├── access-profile-bulk-update-requestable.yaml │ │ ├── access-profile-entitlements.yaml │ │ ├── access-profile.yaml │ │ ├── access-profiles-cleanup.yaml │ │ ├── access-profiles.yaml │ │ ├── access-request-approval-summary.yaml │ │ ├── access-request-identity-metrics.yaml │ │ ├── access-roles-change-segment-assignments.yaml │ │ ├── account-activities.yaml │ │ ├── account-activity.yaml │ │ ├── account-aggregation-status.yaml │ │ ├── account-usages.yaml │ │ ├── account.yaml │ │ ├── accounts-id-disable.yaml │ │ ├── accounts-id-enable.yaml │ │ ├── accounts-id-entitlements.yaml │ │ ├── accounts-id-reload.yaml │ │ ├── accounts-id-unlock.yaml │ │ ├── accounts.yaml │ │ ├── ai-access-request-recommendations-ignored.yaml │ │ ├── ai-access-request-recommendations-requested.yaml │ │ ├── ai-access-request-recommendations-viewed-bulk-create.yaml │ │ ├── ai-access-request-recommendations-viewed.yaml │ │ ├── ai-access-request-recommendations.yaml │ │ ├── approve-access-request-approval.yaml │ │ ├── assign-verified-from-addresses.yaml │ │ ├── attr-sync-config-source.yaml │ │ ├── attr-sync-config-tenant.yaml │ │ ├── auth-org-config.yaml │ │ ├── auth-org-lockout-config.yaml │ │ ├── auth-org-service-provider-config.yaml │ │ ├── auth-org-session-config.yaml │ │ ├── auth-profile.yaml │ │ ├── auth-profiles.yaml │ │ ├── auth-user-password.yaml │ │ ├── auth-user.yaml │ │ ├── auth.yaml │ │ ├── authmfa │ │ │ ├── confirm-registration.yaml │ │ │ ├── generate-mfa-token.yaml │ │ │ ├── generate-secret.yaml │ │ │ ├── mfa-registration-reset.yaml │ │ │ ├── registration-status.yaml │ │ │ └── verify-code.yaml │ │ ├── authorization-capabilities.yaml │ │ ├── bulk-add-tagged-objects.yaml │ │ ├── bulk-remove-tagged-objects.yaml │ │ ├── bulk-update-auth-user.yaml │ │ ├── campaign-activate.yaml │ │ ├── campaign-admin-cert-reassign.yaml │ │ ├── campaign-complete.yaml │ │ ├── campaign-reports-configuration.yaml │ │ ├── campaign-reports.yaml │ │ ├── campaign-run-remediation-scan.yaml │ │ ├── campaign-run-report.yaml │ │ ├── campaign-template-generate.yaml │ │ ├── campaign-template-schedule.yaml │ │ ├── campaign-template.yaml │ │ ├── campaign-templates.yaml │ │ ├── campaign.yaml │ │ ├── campaigns-delete.yaml │ │ ├── campaigns.yaml │ │ ├── certification-task.yaml │ │ ├── certification-tasks.yaml │ │ ├── certification.yaml │ │ ├── certifications-access-summaries.yaml │ │ ├── certifications-decide.yaml │ │ ├── certifications-decision-summary.yaml │ │ ├── certifications-entitlement-permissions.yaml │ │ ├── certifications-reassign-async.yaml │ │ ├── certifications-reassign.yaml │ │ ├── certifications-review-items-activity.yaml │ │ ├── certifications-review-items.yaml │ │ ├── certifications-reviewers.yaml │ │ ├── certifications-sign-off.yaml │ │ ├── certifications-target-summaries.yaml │ │ ├── certifications-target-summary.yaml │ │ ├── certifications.yaml │ │ ├── common-access-classify-request.yaml │ │ ├── common-access-classify.yaml │ │ ├── common-access-update-status.yaml │ │ ├── common-access.yaml │ │ ├── completed-access-request-approvals.yaml │ │ ├── connector-rule-validate.yaml │ │ ├── connector-rule.yaml │ │ ├── connector-rules.yaml │ │ ├── connectors.yaml │ │ ├── correlation-config.yaml │ │ ├── count-assigned-identities-by-roles.yaml │ │ ├── custom-password-instruction.yaml │ │ ├── custom-password-instructions.yaml │ │ ├── data-pipeline-events-qualifier-related.yaml │ │ ├── data-pipeline-events-qualifier.yaml │ │ ├── data-pipeline-events.yaml │ │ ├── data-pipelines.yaml │ │ ├── delete-lifecycle-state.yaml │ │ ├── dimension-access-profiles.yaml │ │ ├── dimension-bulk-delete.yaml │ │ ├── dimension-entitlements.yaml │ │ ├── dimension.yaml │ │ ├── dimensions.yaml │ │ ├── discovered-application.yaml │ │ ├── discovered-applications.yaml │ │ ├── ears-entitlement-bulk-update.yaml │ │ ├── ears-entitlement-children.yaml │ │ ├── ears-entitlement-parents.yaml │ │ ├── ears-entitlement.yaml │ │ ├── ears-identity-entitlement.yaml │ │ ├── ears-source-app-access-profiles-bulk-remove.yaml │ │ ├── ears-source-app-access-profiles.yaml │ │ ├── ears-source-app-bulk-update.yaml │ │ ├── ears-source-app.yaml │ │ ├── ears-source-apps-all.yaml │ │ ├── ears-source-apps-assigned.yaml │ │ ├── ears-source-apps.yaml │ │ ├── ears-user-app-available-accounts.yaml │ │ ├── ears-user-app.yaml │ │ ├── ears-user-apps-all.yaml │ │ ├── ears-user-apps.yaml │ │ ├── email-requests.yaml │ │ ├── entitlement-access-model-metadata.yaml │ │ ├── entitlement-bulk-delete.yaml │ │ ├── entitlement-delete-status.yaml │ │ ├── entitlement-request-config.yaml │ │ ├── entitlement.yaml │ │ ├── entitlements-update-segment-assignments.yaml │ │ ├── entitlements.yaml │ │ ├── featurestore-api-feature-values.yaml │ │ ├── form-definition-data-source.yaml │ │ ├── form-definition-file.yaml │ │ ├── form-definition-files.yaml │ │ ├── form-definition-forms-action-dynamic-schema.yaml │ │ ├── form-definition.yaml │ │ ├── form-definitions-export.yaml │ │ ├── form-definitions-import.yaml │ │ ├── form-definitions-predefined-select-options.yaml │ │ ├── form-definitions-template.yaml │ │ ├── form-definitions.yaml │ │ ├── form-instance-data-source.yaml │ │ ├── form-instance-file.yaml │ │ ├── form-instance.yaml │ │ ├── form-instances.yaml │ │ ├── forward-access-request-approval.yaml │ │ ├── historical-identities.yaml │ │ ├── historical-identity-access-items.yaml │ │ ├── historical-identity-compare-type.yaml │ │ ├── historical-identity-compare.yaml │ │ ├── historical-identity-events.yaml │ │ ├── historical-identity-snapshot-date-access-items.yaml │ │ ├── historical-identity-snapshot-date.yaml │ │ ├── historical-identity-snapshot-summary.yaml │ │ ├── historical-identity-snapshots.yaml │ │ ├── historical-identity-start-date.yaml │ │ ├── historical-identity.yaml │ │ ├── iai-configuration.yaml │ │ ├── iai-configurations.yaml │ │ ├── iai-data-role-entitlement-identities.yaml │ │ ├── iai-data-role-entitlements.yaml │ │ ├── iai-data-role-identities-entitlements.yaml │ │ ├── iai-data-roles.yaml │ │ ├── iai-raw-object-history.yaml │ │ ├── iai-raw-object.yaml │ │ ├── iai-raw-objects-summary.yaml │ │ ├── iai-raw-objects.yaml │ │ ├── icon.yaml │ │ ├── identities-accounts-disable.yaml │ │ ├── identities-accounts-enable.yaml │ │ ├── identities-invite.yaml │ │ ├── identities-process.yaml │ │ ├── identities-role-assignment.yaml │ │ ├── identities-role-assignments.yaml │ │ ├── identities.yaml │ │ ├── identity-accounts-id-disable.yaml │ │ ├── identity-accounts-id-enable.yaml │ │ ├── identity-attribute.yaml │ │ ├── identity-attributes-bulk-delete.yaml │ │ ├── identity-attributes.yaml │ │ ├── identity-certifications-item-permissions.yaml │ │ ├── identity-certifications-reassign-async.yaml │ │ ├── identity-certifications-task-status.yaml │ │ ├── identity-certifications-tasks-pending.yaml │ │ ├── identity-group-applications.yaml │ │ ├── identity-group-distribution.yaml │ │ ├── identity-group-entitlement-popularities.yaml │ │ ├── identity-group-identities.yaml │ │ ├── identity-group.yaml │ │ ├── identity-groups.yaml │ │ ├── identity-head.yaml │ │ ├── identity-ownership.yaml │ │ ├── identity-patch.yaml │ │ ├── identity-profile-default-config.yaml │ │ ├── identity-profile-lifecycle-state.yaml │ │ ├── identity-profile-process-identities.yaml │ │ ├── identity-profile.yaml │ │ ├── identity-profiles-bulk-delete.yaml │ │ ├── identity-profiles-export.yaml │ │ ├── identity-profiles-id.yaml │ │ ├── identity-profiles-identity-preview.yaml │ │ ├── identity-profiles-import.yaml │ │ ├── identity-profiles.yaml │ │ ├── identity-reset.yaml │ │ ├── identity-send-account-verification.yaml │ │ ├── identity-set-lifecycle-state.yaml │ │ ├── identity-synchronize-attributes.yaml │ │ ├── identity-team.yaml │ │ ├── identity.yaml │ │ ├── internal-password-sync-groups.yaml │ │ ├── json-web-key-set.yaml │ │ ├── launcher-launch.yaml │ │ ├── launcher.yaml │ │ ├── launchers.yaml │ │ ├── lifecycle-states.yaml │ │ ├── load-accounts.yaml │ │ ├── load-entitlements-by-sources.yaml │ │ ├── load-entitlements.yaml │ │ ├── load-uncorrelated-accounts.yaml │ │ ├── login-info.yaml │ │ ├── mail-from-attribute.yaml │ │ ├── mail-from-attributes.yaml │ │ ├── managed-client-status.yaml │ │ ├── managed-clients-certificate.yaml │ │ ├── managed-clients-credentials.yaml │ │ ├── managed-clients-get-encryption-keys.yaml │ │ ├── managed-clients-metrics-credentials.yaml │ │ ├── managed-clients-path.yaml │ │ ├── managed-clients-provision.yaml │ │ ├── managed-clients-submit-activation-code.yaml │ │ ├── managed-clients.yaml │ │ ├── managed-cluster-cache.yaml │ │ ├── managed-cluster-jobs.yaml │ │ ├── managed-cluster-log-config.yaml │ │ ├── managed-cluster-path-full.yaml │ │ ├── managed-cluster-path-internal.yaml │ │ ├── managed-cluster-path.yaml │ │ ├── managed-cluster-processes.yaml │ │ ├── managed-cluster-reboot.yaml │ │ ├── managed-cluster-status.yaml │ │ ├── managed-cluster-types-path.yaml │ │ ├── managed-cluster-types.yaml │ │ ├── managed-cluster-upgrade.yaml │ │ ├── managed-clusters-create.yaml │ │ ├── managed-clusters-full.yaml │ │ ├── managed-clusters-set-encryption-keys.yaml │ │ ├── managed-clusters.yaml │ │ ├── managed-processes-path.yaml │ │ ├── managed-processes.yaml │ │ ├── manual-discover-applications-template.yaml │ │ ├── manual-discover-applications.yaml │ │ ├── message-catalog.yaml │ │ ├── multi-host-integration-get-acct-agg-groups.yaml │ │ ├── multi-host-integration-get-entitlement-agg-groups.yaml │ │ ├── multi-host-integration-list-sources.yaml │ │ ├── multi-host-integration-sources-creation-error.yaml │ │ ├── multi-host-integration-test-connection-source.yaml │ │ ├── multi-host-integration-test-connection.yaml │ │ ├── multi-host-integration-types.yaml │ │ ├── multi-host-integration.yaml │ │ ├── multi-host-integrations.yaml │ │ ├── native-change-detection-config.yaml │ │ ├── non-employee-approval-list.yaml │ │ ├── non-employee-approval-summary.yaml │ │ ├── non-employee-approve-get.yaml │ │ ├── non-employee-approve-request.yaml │ │ ├── non-employee-bulk-upload-jobs-fail.yaml │ │ ├── non-employee-record.yaml │ │ ├── non-employee-records-bulk-delete.yaml │ │ ├── non-employee-records.yaml │ │ ├── non-employee-reject-request.yaml │ │ ├── non-employee-request-summary-get.yaml │ │ ├── non-employee-request.yaml │ │ ├── non-employee-requests.yaml │ │ ├── non-employee-source-aggregate.yaml │ │ ├── non-employee-source.yaml │ │ ├── non-employee-sources-bulk-upload-details.yaml │ │ ├── non-employee-sources-bulk-upload-non-employees.yaml │ │ ├── non-employee-sources-bulk-upload-status.yaml │ │ ├── non-employee-sources-export-non-employees.yaml │ │ ├── non-employee-sources-export-schema-attributes-template.yaml │ │ ├── non-employee-sources-schema-attribute.yaml │ │ ├── non-employee-sources-schema-attributes.yaml │ │ ├── non-employee-sources.yaml │ │ ├── notification-preference.yaml │ │ ├── notification-preferences.yaml │ │ ├── notification-template-context.yaml │ │ ├── notification-template-defaults.yaml │ │ ├── notification-template.yaml │ │ ├── notification-templates-bulk-delete.yaml │ │ ├── notification-templates.yaml │ │ ├── oauth-client.yaml │ │ ├── oauth-clients.yaml │ │ ├── org-config-valid-time-zones.yaml │ │ ├── org-config.yaml │ │ ├── outlier-feature-summaries.yaml │ │ ├── outlier-summaries-latest.yaml │ │ ├── outlier-summaries.yaml │ │ ├── outliers-bulk-outlier-detection.yaml │ │ ├── outliers-contributing-feature-access-items.yaml │ │ ├── outliers-contributing-features.yaml │ │ ├── outliers-export.yaml │ │ ├── outliers-ignore.yaml │ │ ├── outliers-unignore.yaml │ │ ├── outliers.yaml │ │ ├── password-change-status.yaml │ │ ├── password-policies.yaml │ │ ├── password-policy.yaml │ │ ├── password-reset-digit-token.yaml │ │ ├── peer-group-strategies.yaml │ │ ├── pending-access-request-approvals.yaml │ │ ├── personal-access-token.yaml │ │ ├── personal-access-tokens.yaml │ │ ├── public-identities-config.yaml │ │ ├── query-password-info.yaml │ │ ├── rats-access-request-recommendations.yaml │ │ ├── reassignment-configuration-config-type.yaml │ │ ├── reassignment-configuration-evaluate.yaml │ │ ├── reassignment-configuration-types.yaml │ │ ├── reassignment-configuration.yaml │ │ ├── reassignment-configurations.yaml │ │ ├── recommendations-config.yaml │ │ ├── recommendations-request.yaml │ │ ├── reject-access-request-approval.yaml │ │ ├── remove-account.yaml │ │ ├── remove-accounts.yaml │ │ ├── reset-entitlements.yaml │ │ ├── role-access-profiles.yaml │ │ ├── role-assigned-identities.yaml │ │ ├── role-bulk-delete.yaml │ │ ├── role-entitlements.yaml │ │ ├── role-insight.yaml │ │ ├── role-insights-current-entitlements.yaml │ │ ├── role-insights-entitlement-changes-download.yaml │ │ ├── role-insights-entitlement-changes-identities.yaml │ │ ├── role-insights-entitlement-changes.yaml │ │ ├── role-insights-request.yaml │ │ ├── role-insights-requests.yaml │ │ ├── role-insights-summary.yaml │ │ ├── role-insights.yaml │ │ ├── role-mining-potential-role-edit-entitlements.yaml │ │ ├── role-mining-potential-role-entitlement-popularities.yaml │ │ ├── role-mining-potential-role-entitlement-popularity-distribution.yaml │ │ ├── role-mining-potential-role-excluded-entitlements.yaml │ │ ├── role-mining-potential-role-identities.yaml │ │ ├── role-mining-potential-role-provision.yaml │ │ ├── role-mining-potential-role-source-identity-usage.yaml │ │ ├── role-mining-potential-role-summaries.yaml │ │ ├── role-mining-potential-role.yaml │ │ ├── role-mining-potential-roles-draft.yaml │ │ ├── role-mining-session-potential-role-applications.yaml │ │ ├── role-mining-session-potential-role-entitlements.yaml │ │ ├── role-mining-session-potential-role-export-async.yaml │ │ ├── role-mining-session-potential-role-export-download.yaml │ │ ├── role-mining-session-potential-role-export-status.yaml │ │ ├── role-mining-session-potential-role-export.yaml │ │ ├── role-mining-session-potential-role-summaries.yaml │ │ ├── role-mining-session-potential-role-summary.yaml │ │ ├── role-mining-session-status.yaml │ │ ├── role-mining-session.yaml │ │ ├── role-mining-sessions.yaml │ │ ├── role.yaml │ │ ├── roles-by-identity.yaml │ │ ├── roles.yaml │ │ ├── run-datapipeline-dagid.yaml │ │ ├── run-datapipeline-dagtype.yaml │ │ ├── s3-proxy.yaml │ │ ├── saas-management-application-for-source.yaml │ │ ├── saas-management-applications-test.yaml │ │ ├── saas-management-applications-update-map.yaml │ │ ├── saas-management-applications.yaml │ │ ├── scheduled-actions-bulk-delete.yaml │ │ ├── scheduled-actions-delete.yaml │ │ ├── scheduled-actions.yaml │ │ ├── schema.yaml │ │ ├── schemas.yaml │ │ ├── searchAttributeConfig-get-patch-delete.yaml │ │ ├── searchAttributeConfig.yaml │ │ ├── segment-change-assignments.yaml │ │ ├── segment.yaml │ │ ├── segments.yaml │ │ ├── send-test-notification.yaml │ │ ├── service-desk-integration-configuration.yaml │ │ ├── service-desk-integration-template.yaml │ │ ├── service-desk-integration-types.yaml │ │ ├── service-desk-integration.yaml │ │ ├── service-desk-integrations.yaml │ │ ├── set-password.yaml │ │ ├── sim-integrations-before-provisioning-rule.yaml │ │ ├── sim-integrations-value-list.yaml │ │ ├── sim-integrations.yaml │ │ ├── sod-all-report-run.yaml │ │ ├── sod-all-report-status.yaml │ │ ├── sod-download-custom-report.yaml │ │ ├── sod-download-default-report.yaml │ │ ├── sod-exception.yaml │ │ ├── sod-exceptions-bulk-create.yaml │ │ ├── sod-exceptions.yaml │ │ ├── sod-policies.yaml │ │ ├── sod-policy.yaml │ │ ├── sod-report-run.yaml │ │ ├── sod-schedule.yaml │ │ ├── sod-violation-check.yaml │ │ ├── sod-violation-report-status.yaml │ │ ├── sod-violation-report.yaml │ │ ├── sod │ │ │ ├── arm-risk.yaml │ │ │ └── predict-violations.yaml │ │ ├── source-accounts-schema.yaml │ │ ├── source-aggregation-state.yaml │ │ ├── source-connector-check-connection.yaml │ │ ├── source-connector-initiate-extract.yaml │ │ ├── source-connector-peek-resource-objects.yaml │ │ ├── source-connector-ping-cluster.yaml │ │ ├── source-connector-state.yaml │ │ ├── source-connector-test-configuration.yaml │ │ ├── source-connectors-source-config.yaml │ │ ├── source-entitlements-schema.yaml │ │ ├── source-synchronize-attributes.yaml │ │ ├── source-upload-connector-file.yaml │ │ ├── source-usage-status.yaml │ │ ├── source-usages.yaml │ │ ├── source.yaml │ │ ├── sources-available.yaml │ │ ├── sources-entitlement-request-config.yaml │ │ ├── sources-policy-holders.yaml │ │ ├── sources.yaml │ │ ├── sp-config-export-download.yaml │ │ ├── sp-config-export-status.yaml │ │ ├── sp-config-export.yaml │ │ ├── sp-config-import-download.yaml │ │ ├── sp-config-import-status.yaml │ │ ├── sp-config-import.yaml │ │ ├── sp-config-objects.yaml │ │ ├── suggested-entitlement-description-approvals.yaml │ │ ├── suggested-entitlement-description-assignments.yaml │ │ ├── suggested-entitlement-description-batches-stats.yaml │ │ ├── suggested-entitlement-description-batches.yaml │ │ ├── suggested-entitlement-descriptions.yaml │ │ ├── supportlogin │ │ │ ├── access-granter-support-login-get.yaml │ │ │ ├── access-granter-support-login-list.yaml │ │ │ ├── auth-support-login-create.yaml │ │ │ ├── auth-support-login-delete.yaml │ │ │ ├── auth-support-login-get.yaml │ │ │ ├── auth-support-login-list.yaml │ │ │ ├── auth-support-login-patch.yaml │ │ │ ├── auth-support-login-transfer-get.yaml │ │ │ ├── auth-support-login-transfer-post.yaml │ │ │ ├── auth-support-login-transfer.yaml │ │ │ ├── auth-support-login-transfers-list.yaml │ │ │ ├── auth-support-login.yaml │ │ │ ├── auth-support-logins-migrate.yaml │ │ │ ├── auth-support-logins.yaml │ │ │ ├── auth-support-tenant-create.yaml │ │ │ ├── auth-support-tenant-delete.yaml │ │ │ ├── auth-support-tenant-list.yaml │ │ │ ├── auth-support-tenants.yaml │ │ │ └── auth-support-user-eligibility-get.yaml │ │ ├── sync-password.yaml │ │ ├── system-accounts.yaml │ │ ├── system-notification-config.yaml │ │ ├── tag.yaml │ │ ├── tagged-object.yaml │ │ ├── tagged-objects-type.yaml │ │ ├── tagged-objects.yaml │ │ ├── tags-get-shared.yaml │ │ ├── tags.yaml │ │ ├── task-definition.yaml │ │ ├── task-definitions.yaml │ │ ├── task-execution-cancel.yaml │ │ ├── task-execution-run.yaml │ │ ├── task-status-list.yaml │ │ ├── task-status-pending.yaml │ │ ├── task-status.yaml │ │ ├── tenant-configuration.yaml │ │ ├── tenant.yaml │ │ ├── transform.yaml │ │ ├── transforms.yaml │ │ ├── trigger-invocations-complete.yaml │ │ ├── trigger-invocations-pending-events.yaml │ │ ├── trigger-invocations-start.yaml │ │ ├── trigger-invocations-status.yaml │ │ ├── trigger-invocations-test.yaml │ │ ├── trigger-invocations.yaml │ │ ├── trigger-subscription.yaml │ │ ├── trigger-subscriptions-internal.yaml │ │ ├── trigger-subscriptions-validate-filter.yaml │ │ ├── trigger-subscriptions.yaml │ │ ├── triggers.yaml │ │ ├── ui-metadata │ │ │ └── tenant-ui-metadata.yaml │ │ ├── verified-domains.yaml │ │ ├── verified-from-address.yaml │ │ ├── verified-from-addresses.yaml │ │ ├── work-item-forward.yaml │ │ ├── work-item.yaml │ │ ├── work-items-account-selection.yaml │ │ ├── work-items-approve-approval-item.yaml │ │ ├── work-items-bulk-approve-approval-item.yaml │ │ ├── work-items-bulk-reject-approval-item.yaml │ │ ├── work-items-complete.yaml │ │ ├── work-items-completed-count.yaml │ │ ├── work-items-completed.yaml │ │ ├── work-items-count.yaml │ │ ├── work-items-reject-approval-item.yaml │ │ ├── work-items-summary.yaml │ │ ├── work-items.yaml │ │ ├── workflow-execution-cancel.yaml │ │ ├── workflow-execution-history.yaml │ │ ├── workflow-execution.yaml │ │ ├── workflow-executions.yaml │ │ ├── workflow-external-execute-test.yaml │ │ ├── workflow-external-execute.yaml │ │ ├── workflow-external-oauth-client.yaml │ │ ├── workflow-library-actions.yaml │ │ ├── workflow-library-operators.yaml │ │ ├── workflow-library-triggers.yaml │ │ ├── workflow-library.yaml │ │ ├── workflow-test.yaml │ │ ├── workflow.yaml │ │ ├── workflows.yaml │ │ └── workgroups │ │ │ ├── bulk-add-workgroup-members.yaml │ │ │ ├── bulk-delete-workgroup-members.yaml │ │ │ ├── connections.yaml │ │ │ ├── workgroup-members.yaml │ │ │ ├── workgroup.yaml │ │ │ ├── workgroups-bulk-delete.yaml │ │ │ └── workgroups.yaml │ ├── schemas │ │ ├── AWSCredentialsResponse.yaml │ │ ├── AccessConstraint.yaml │ │ ├── AccessCriteria.yaml │ │ ├── AccessGranterAuthSupportLoginResponse.yaml │ │ ├── AccessItemAccessProfileResponse.yaml │ │ ├── AccessItemAccountResponse.yaml │ │ ├── AccessItemAppResponse.yaml │ │ ├── AccessItemAssociated.yaml │ │ ├── AccessItemDiff.yaml │ │ ├── AccessItemDiffSummary.yaml │ │ ├── AccessItemEntitlementResponse.yaml │ │ ├── AccessItemOwnerDto.yaml │ │ ├── AccessItemRef.yaml │ │ ├── AccessItemRemoved.yaml │ │ ├── AccessItemRequestedForDto.yaml │ │ ├── AccessItemRequesterDto.yaml │ │ ├── AccessItemRoleResponse.yaml │ │ ├── AccessRecommendation.yaml │ │ ├── AccessRecommendationMessage.yaml │ │ ├── AccessReference.yaml │ │ ├── AccessRequestContext.yaml │ │ ├── AccessRequestIdentityMetrics.yaml │ │ ├── AccessRequestItemResponse.yaml │ │ ├── AccessRequestRecommendationActionItemDto.yaml │ │ ├── AccessRequestRecommendationActionItemResponseDto.yaml │ │ ├── AccessRequestRecommendationItem.yaml │ │ ├── AccessRequestRecommendationItemDetail.yaml │ │ ├── AccessRequestRecommendationItemType.yaml │ │ ├── AccessRequestResponse.yaml │ │ ├── AccessRequested.yaml │ │ ├── AccessRolesChangeSegmentAssignments.yaml │ │ ├── AccessType.yaml │ │ ├── Account.yaml │ │ ├── AccountAction.yaml │ │ ├── AccountAggregationStatus.yaml │ │ ├── AccountAttributes.yaml │ │ ├── AccountAttributesCreate.yaml │ │ ├── AccountDetails.yaml │ │ ├── AccountInfoDto.yaml │ │ ├── AccountStatusChanged.yaml │ │ ├── AccountToggleRequest.yaml │ │ ├── AccountUnlockRequest.yaml │ │ ├── AccountUsage.yaml │ │ ├── AccountsAsyncResult.yaml │ │ ├── ActivateCampaignOptions.yaml │ │ ├── ActiveInvocation.yaml │ │ ├── ActivityData.yaml │ │ ├── ActivityDataSource.yaml │ │ ├── AdminReviewReassign.yaml │ │ ├── AggregationState.yaml │ │ ├── AirflowDagDto.yaml │ │ ├── AmsCapability.yaml │ │ ├── AmsRightSet.yaml │ │ ├── ApplicationReference.yaml │ │ ├── ApprovalInfoResponse.yaml │ │ ├── ApprovalItemDetails.yaml │ │ ├── ApprovalStatus.yaml │ │ ├── ApprovalSummary.yaml │ │ ├── Argument.yaml │ │ ├── AssignedIdentityCountByRole.yaml │ │ ├── AssignmentContextDto.yaml │ │ ├── AttrSyncSourceAttributeConfig.yaml │ │ ├── AttrSyncSourceConfig.yaml │ │ ├── AttrSyncTenantAttributeConfig.yaml │ │ ├── AttrSyncTenantConfig.yaml │ │ ├── AttrSyncTenantSyncTarget.yaml │ │ ├── AttributeChange.yaml │ │ ├── AttributeDefinition.yaml │ │ ├── AttributeDefinitionType.yaml │ │ ├── AttributesChanged.yaml │ │ ├── AuthOrgConfiguration.yaml │ │ ├── AuthProfile.yaml │ │ ├── AuthProfileRequest.yaml │ │ ├── AuthProfileSummary.yaml │ │ ├── AuthSupportLoginRequest.yaml │ │ ├── AuthSupportLoginResponse.yaml │ │ ├── AuthSupportTenantRequest.yaml │ │ ├── AuthSupportTenantResponse.yaml │ │ ├── AuthSupportTransferStatusResponse.yaml │ │ ├── AuthSupportUserEligibilityResponse.yaml │ │ ├── AuthUser.yaml │ │ ├── AuthUserSaveRequest.yaml │ │ ├── AuthenticationType.yaml │ │ ├── BaseCommonDto.yaml │ │ ├── BaseReferenceDto.yaml │ │ ├── BaseRoleReferenceDto.yaml │ │ ├── BasicAuthConfig.yaml │ │ ├── BasicProvision.yaml │ │ ├── BearerTokenAuthConfig.yaml │ │ ├── BulkIdentitiesAccountsResponse.yaml │ │ ├── BulkTaggedObject.yaml │ │ ├── BulkUpdateAuthUser.yaml │ │ ├── Campaign.yaml │ │ ├── CampaignAlert.yaml │ │ ├── CampaignReport.yaml │ │ ├── CampaignReportsConfig.yaml │ │ ├── CampaignTemplate.yaml │ │ ├── CancelableAccountActivity.yaml │ │ ├── CertificateSignInput.yaml │ │ ├── CertificateSignResponse.yaml │ │ ├── CertificationDto.yaml │ │ ├── CertificationItemType.yaml │ │ ├── CertificationReference.yaml │ │ ├── CertificationResponse.yaml │ │ ├── CertificationTask.yaml │ │ ├── CertifierResponse.yaml │ │ ├── Change.yaml │ │ ├── ChangeRequest.yaml │ │ ├── ChangesetDetails.yaml │ │ ├── CheckStatus.yaml │ │ ├── Children.yaml │ │ ├── ClientLogConfiguration.yaml │ │ ├── ClientStatusBody.yaml │ │ ├── ClientType.yaml │ │ ├── ClusterSource.yaml │ │ ├── ClusterUpgradeData.yaml │ │ ├── CommentDto.yaml │ │ ├── CommonAccessClassifyRequest.yaml │ │ ├── CommonAccessClassifyResponse.yaml │ │ ├── CommonAccessIDStatus.yaml │ │ ├── CommonAccessItemAccess.yaml │ │ ├── CommonAccessItemRequest.yaml │ │ ├── CommonAccessItemResponse.yaml │ │ ├── CommonAccessItemState.yaml │ │ ├── CommonAccessResponse.yaml │ │ ├── CommonAccessType.yaml │ │ ├── CompleteCampaignOptions.yaml │ │ ├── CompleteInvocation.yaml │ │ ├── CompleteInvocationInput.yaml │ │ ├── CompletedApproval.yaml │ │ ├── CompletedApprovalState.yaml │ │ ├── ComplexRoleCriterion.yaml │ │ ├── ComplexRoleCriterionKey.yaml │ │ ├── ConfigObject.yaml │ │ ├── ConflictingAccessCriteria.yaml │ │ ├── ConnectorCacheConfig.yaml │ │ ├── ConnectorDetail.yaml │ │ ├── ConnectorFileUploadHistory.yaml │ │ ├── ConnectorMessage.yaml │ │ ├── ConnectorRuleCreateRequest.yaml │ │ ├── ConnectorRuleResponse.yaml │ │ ├── ConnectorRuleUpdateRequest.yaml │ │ ├── ConnectorRuleValidationResponse.yaml │ │ ├── ConnectorSourcesUploadFiles.yaml │ │ ├── ContextAttributeDto.yaml │ │ ├── CorrelatedGovernanceEvent.yaml │ │ ├── CorrelationConfig.yaml │ │ ├── CreateOAuthClientRequest.yaml │ │ ├── CreateOAuthClientResponse.yaml │ │ ├── CreatePersonalAccessTokenRequest.yaml │ │ ├── CreatePersonalAccessTokenResponse.yaml │ │ ├── CustomPasswordInstruction.yaml │ │ ├── DataPipeline.yaml │ │ ├── DataPipelineEvent.yaml │ │ ├── DataPipelineOperation.yaml │ │ ├── DataPipelineQualifiers.yaml │ │ ├── DataPipelineRelatedQualifiers.yaml │ │ ├── DataPipelineSummary.yaml │ │ ├── DecisionSummary.yaml │ │ ├── DeleteCampaignsRequest.yaml │ │ ├── DiscoveredApplications.yaml │ │ ├── DkimAttributes.yaml │ │ ├── DomainAddress.yaml │ │ ├── DomainStatusDto.yaml │ │ ├── EmailNotificationOption.yaml │ │ ├── EmailRequest.yaml │ │ ├── EmailStatusDto.yaml │ │ ├── Entitlement.yaml │ │ ├── EntitlementAccessRequestConfig.yaml │ │ ├── EntitlementApprovalScheme.yaml │ │ ├── EntitlementBulkUpdateRequest.yaml │ │ ├── EntitlementDto.yaml │ │ ├── EntitlementPopularityDto.yaml │ │ ├── EntitlementRef.yaml │ │ ├── EntitlementRefDto.yaml │ │ ├── EntitlementRequestConfig.yaml │ │ ├── EntitlementRevocationRequestConfig.yaml │ │ ├── EntitlementViewResponse.yaml │ │ ├── EventBridgeConfig.yaml │ │ ├── EventStatus.yaml │ │ ├── ExportOptions.yaml │ │ ├── ExportPayload.yaml │ │ ├── Expression.yaml │ │ ├── ExternalObjectDetails.yaml │ │ ├── ExternalObjectDetailsReference.yaml │ │ ├── ExternalObjectDetailsReferenceTarget.yaml │ │ ├── ExternalObjectSummary.yaml │ │ ├── ExtractRequest.yaml │ │ ├── FeatureStoreFeatureValuesRequest.yaml │ │ ├── FeatureStoreFeatureValuesResponse.yaml │ │ ├── FeatureValueDto.yaml │ │ ├── FederationProtocolDetails.yaml │ │ ├── FieldDetails.yaml │ │ ├── ForgotUsernameRequest.yaml │ │ ├── FormDetails.yaml │ │ ├── FormItemDetails.yaml │ │ ├── ForwardApprovalDto.yaml │ │ ├── FullAccount.yaml │ │ ├── FullDiscoveredApplications.yaml │ │ ├── GetEncryptionKeysData.yaml │ │ ├── GetMfaTokenRequest.yaml │ │ ├── GetMfaTokenResponse.yaml │ │ ├── GetOAuthClientResponse.yaml │ │ ├── GetPersonalAccessTokenResponse.yaml │ │ ├── GetSecretResponse.yaml │ │ ├── GovernanceEventResponse.yaml │ │ ├── GrantType.yaml │ │ ├── HttpAuthenticationType.yaml │ │ ├── HttpConfig.yaml │ │ ├── HttpDispatchMode.yaml │ │ ├── IaiConfigurationDto.yaml │ │ ├── IaiDataRole.yaml │ │ ├── IaiDataRoleEntitlement.yaml │ │ ├── IaiDataRoleEntitlementIdentity.yaml │ │ ├── IaiDataRoleIdentityEntitlement.yaml │ │ ├── IdentitiesAccountsBulkRequest.yaml │ │ ├── Identity.yaml │ │ ├── IdentityAssociationDetails.yaml │ │ ├── IdentityAttributeConfig.yaml │ │ ├── IdentityAttributeDistributionDto.yaml │ │ ├── IdentityAttributePreview.yaml │ │ ├── IdentityAttributeTransform.yaml │ │ ├── IdentityAttributeValueCountDto.yaml │ │ ├── IdentityCertificationTask.yaml │ │ ├── IdentityCertified.yaml │ │ ├── IdentityCompareResponse.yaml │ │ ├── IdentityDeletedEvent.yaml │ │ ├── IdentityEntities.yaml │ │ ├── IdentityEntitlements.yaml │ │ ├── IdentityExceptionReportReference.yaml │ │ ├── IdentityGroupDto.yaml │ │ ├── IdentityHistoryEventResponse.yaml │ │ ├── IdentityHistoryResponse.yaml │ │ ├── IdentityListItem.yaml │ │ ├── IdentityOwnershipAssociationDetails.yaml │ │ ├── IdentityPreview.yaml │ │ ├── IdentityPreviewRequest.yaml │ │ ├── IdentityPreviewResponse.yaml │ │ ├── IdentityProfile.yaml │ │ ├── IdentityProfileBulkDelete.yaml │ │ ├── IdentityProfileExportedObject.yaml │ │ ├── IdentityRefWithAttributes.yaml │ │ ├── IdentityReferenceWithId.yaml │ │ ├── IdentityRequestItemResponse.yaml │ │ ├── IdentitySnapshotSummaryResponse.yaml │ │ ├── IdentitySummaryResponse.yaml │ │ ├── IdentitySyncJob.yaml │ │ ├── IdentitySyncPayload.yaml │ │ ├── IdentityWithNewAccess.yaml │ │ ├── IdpDetails.yaml │ │ ├── ImportOptions.yaml │ │ ├── Incident.yaml │ │ ├── InlineConfig.yaml │ │ ├── InternalIdentityDto.yaml │ │ ├── InviteIdentitiesRequest.yaml │ │ ├── Invocation.yaml │ │ ├── InvocationStatus.yaml │ │ ├── InvocationStatusType.yaml │ │ ├── JITConfiguration.yaml │ │ ├── JobState.yaml │ │ ├── JobType.yaml │ │ ├── JsonPatch.yaml │ │ ├── JsonPatchOperation.yaml │ │ ├── JsonWebKey.yaml │ │ ├── LatestOutlierSummary.yaml │ │ ├── Launcher.yaml │ │ ├── LauncherRequest.yaml │ │ ├── License.yaml │ │ ├── LifecycleState.yaml │ │ ├── LoadAccountsTask.yaml │ │ ├── LoadEntitlementTask.yaml │ │ ├── LoadUncorrelatedAccountsTask.yaml │ │ ├── LocalizedMessage.yaml │ │ ├── LockoutConfiguration.yaml │ │ ├── LogLevelSpec.yaml │ │ ├── LoginInfoErrorResponse.yaml │ │ ├── LoginInfoResponse.yaml │ │ ├── MailFromAttributes.yaml │ │ ├── MailFromAttributesDto.yaml │ │ ├── ManagedClient.yaml │ │ ├── ManagedClientStatus.yaml │ │ ├── ManagedClientStatusAggResponse.yaml │ │ ├── ManagedClientStatusEnum.yaml │ │ ├── ManagedClientType.yaml │ │ ├── ManagedCluster.yaml │ │ ├── ManagedClusterAttributes.yaml │ │ ├── ManagedClusterKeyPair.yaml │ │ ├── ManagedClusterQueue.yaml │ │ ├── ManagedClusterRedis.yaml │ │ ├── ManagedClusterStatus.yaml │ │ ├── ManagedClusterType.yaml │ │ ├── ManagedClusterTypes.yaml │ │ ├── ManagedProcess.yaml │ │ ├── ManagedProcessConfiguration.yaml │ │ ├── ManagedProcessConfigurationHashMap.yaml │ │ ├── ManagerCorrelationMapping.yaml │ │ ├── ManualDiscoverApplications.yaml │ │ ├── ManualDiscoverApplicationsTemplate.yaml │ │ ├── Medium.yaml │ │ ├── MemberReference.yaml │ │ ├── MessageCatalogDto.yaml │ │ ├── MetricResponse.yaml │ │ ├── MetricsCredentialsResponse.yaml │ │ ├── MfaRegistrationResponse.yaml │ │ ├── MfaResetRequest.yaml │ │ ├── MfaVerificationResponse.yaml │ │ ├── MultiHostIntegrationTemplateType.yaml │ │ ├── MultiHostIntegrations.yaml │ │ ├── MultiHostIntegrationsAggScheduleUpdate.yaml │ │ ├── MultiHostIntegrationsCreate.yaml │ │ ├── MultiHostIntegrationsCreateSources.yaml │ │ ├── MultiHostSources.yaml │ │ ├── MultiPolicyRequest.yaml │ │ ├── NativeChangeDetectionConfig.yaml │ │ ├── NetworkConfiguration.yaml │ │ ├── NonEmployeeApprovalDecision.yaml │ │ ├── NonEmployeeApprovalItem.yaml │ │ ├── NonEmployeeApprovalItemBase.yaml │ │ ├── NonEmployeeApprovalItemDetail.yaml │ │ ├── NonEmployeeApprovalSummary.yaml │ │ ├── NonEmployeeBulkUploadJob.yaml │ │ ├── NonEmployeeBulkUploadStatus.yaml │ │ ├── NonEmployeeIdnUserRequest.yaml │ │ ├── NonEmployeeRecord.yaml │ │ ├── NonEmployeeRejectApprovalDecision.yaml │ │ ├── NonEmployeeRequest.yaml │ │ ├── NonEmployeeRequestBody.yaml │ │ ├── NonEmployeeRequestLite.yaml │ │ ├── NonEmployeeRequestSummary.yaml │ │ ├── NonEmployeeRequestWithoutApprovalItem.yaml │ │ ├── NonEmployeeSchemaAttribute.yaml │ │ ├── NonEmployeeSchemaAttributeBody.yaml │ │ ├── NonEmployeeSchemaAttributeType.yaml │ │ ├── NonEmployeeSource.yaml │ │ ├── NonEmployeeSourceLite.yaml │ │ ├── NonEmployeeSourceLiteWithSchemaAttributes.yaml │ │ ├── NonEmployeeSourceRequestBody.yaml │ │ ├── NonEmployeeSourceWithCloudExternalId.yaml │ │ ├── NonEmployeeSourceWithNECount.yaml │ │ ├── NotificationTemplateContext.yaml │ │ ├── ObjectExportImportOptions.yaml │ │ ├── ObjectImportResult.yaml │ │ ├── Operation.yaml │ │ ├── OrgConfig.yaml │ │ ├── OrgConfiguration.yaml │ │ ├── Outlier.yaml │ │ ├── OutlierContributingFeature.yaml │ │ ├── OutlierFeatureReference.yaml │ │ ├── OutlierFeatureSummary.yaml │ │ ├── OutlierFeatureTranslation.yaml │ │ ├── OutlierMLModelInfo.yaml │ │ ├── OutlierReference.yaml │ │ ├── OutlierSummary.yaml │ │ ├── OutliersBulkDetectionRequest.yaml │ │ ├── OutliersContributingFeatureAccessItems.yaml │ │ ├── Owner.yaml │ │ ├── OwnerResponse.yaml │ │ ├── PasswordChangeRequest.yaml │ │ ├── PasswordChangeResponse.yaml │ │ ├── PasswordDigitToken.yaml │ │ ├── PasswordDigitTokenReset.yaml │ │ ├── PasswordInfo.yaml │ │ ├── PasswordInfoAccount.yaml │ │ ├── PasswordInfoQueryDTO.yaml │ │ ├── PasswordPolicyHoldersDto.yaml │ │ ├── PasswordPolicyHoldersDtoAttributes.yaml │ │ ├── PasswordPolicyV3Dto.yaml │ │ ├── PasswordStatus.yaml │ │ ├── PasswordSyncGroup.yaml │ │ ├── PasswordUpdateRequest.yaml │ │ ├── PeerGroupMember.yaml │ │ ├── PendingApproval.yaml │ │ ├── PendingApprovalAction.yaml │ │ ├── PermissionDto.yaml │ │ ├── PreferencesDto.yaml │ │ ├── ProcessIdentitiesRequest.yaml │ │ ├── Product.yaml │ │ ├── ProvisionManagedClientInput.yaml │ │ ├── ProvisioningConfig.yaml │ │ ├── PublicIdentityAttributeConfig.yaml │ │ ├── PublicIdentityConfig.yaml │ │ ├── QueuedCheckConfigDetails.yaml │ │ ├── Reassignment.yaml │ │ ├── Recommendation.yaml │ │ ├── RecommendationConfigDto.yaml │ │ ├── RecommendationRequest.yaml │ │ ├── RecommendationRequestDto.yaml │ │ ├── RecommendationResponse.yaml │ │ ├── RecommendationResponseDto.yaml │ │ ├── RecommenderCalculations.yaml │ │ ├── RemediationItemDetails.yaml │ │ ├── ReportConfigDTO.yaml │ │ ├── ReportResultReference.yaml │ │ ├── ReportType.yaml │ │ ├── RequestableObjectReference.yaml │ │ ├── ResourceBundleMessage.yaml │ │ ├── ResourceObject.yaml │ │ ├── ResourceObjectsRequest.yaml │ │ ├── ResourceObjectsResponse.yaml │ │ ├── ResponseMode.yaml │ │ ├── ReviewData.yaml │ │ ├── ReviewItem.yaml │ │ ├── ReviewItemActivity.yaml │ │ ├── ReviewItemsActivityTask.yaml │ │ ├── Reviewer.yaml │ │ ├── RevocationRequestConfig.yaml │ │ ├── RoleAssignmentDto.yaml │ │ ├── RoleAssignmentRef.yaml │ │ ├── RoleIDs.yaml │ │ ├── RoleInsight.yaml │ │ ├── RoleInsightsEntitlement.yaml │ │ ├── RoleInsightsEntitlementChanges.yaml │ │ ├── RoleInsightsIdentities.yaml │ │ ├── RoleInsightsInsight.yaml │ │ ├── RoleInsightsResponse.yaml │ │ ├── RoleInsightsRole.yaml │ │ ├── RoleInsightsSummary.yaml │ │ ├── RoleMatchDto.yaml │ │ ├── RoleMiningEntitlement.yaml │ │ ├── RoleMiningEntitlementRef.yaml │ │ ├── RoleMiningIdentity.yaml │ │ ├── RoleMiningIdentityDistribution.yaml │ │ ├── RoleMiningPotentialRole.yaml │ │ ├── RoleMiningPotentialRoleApplication.yaml │ │ ├── RoleMiningPotentialRoleEditEntitlements.yaml │ │ ├── RoleMiningPotentialRoleEntitlements.yaml │ │ ├── RoleMiningPotentialRoleExportRequest.yaml │ │ ├── RoleMiningPotentialRoleExportResponse.yaml │ │ ├── RoleMiningPotentialRoleExportState.yaml │ │ ├── RoleMiningPotentialRoleProvisionRequest.yaml │ │ ├── RoleMiningPotentialRoleProvisionState.yaml │ │ ├── RoleMiningPotentialRoleRef.yaml │ │ ├── RoleMiningPotentialRoleSourceUsage.yaml │ │ ├── RoleMiningPotentialRoleSummary.yaml │ │ ├── RoleMiningPotentialRoleSummaryDistribution.yaml │ │ ├── RoleMiningSessionDraftRoleDto.yaml │ │ ├── RoleMiningSessionDto.yaml │ │ ├── RoleMiningSessionParametersDto.yaml │ │ ├── RoleMiningSessionResponse.yaml │ │ ├── RoleMiningSessionScope.yaml │ │ ├── RoleMiningSessionScopingMethod.yaml │ │ ├── RoleMiningSessionState.yaml │ │ ├── RoleMiningSessionStatus.yaml │ │ ├── RoleTargetDto.yaml │ │ ├── RuleReference.yaml │ │ ├── SaasManagementApplication.yaml │ │ ├── SaasManagementApplicationMap.yaml │ │ ├── Schedule.yaml │ │ ├── ScheduledAction.yaml │ │ ├── Schema.yaml │ │ ├── ScriptConfig.yaml │ │ ├── SearchAttributeConfig.yaml │ │ ├── SearchCriteria.yaml │ │ ├── SectionDetails.yaml │ │ ├── Sed.yaml │ │ ├── SedApproval.yaml │ │ ├── SedApprovalStatus.yaml │ │ ├── SedAssignee.yaml │ │ ├── SedAssignment.yaml │ │ ├── SedAssignmentResponse.yaml │ │ ├── SedBatchRecord.yaml │ │ ├── SedBatchRequest.yaml │ │ ├── SedBatchResponse.yaml │ │ ├── SedBatchStats.yaml │ │ ├── SedPatch.yaml │ │ ├── Segment.yaml │ │ ├── SegmentChangeAssignments.yaml │ │ ├── SendAccountVerificationRequest.yaml │ │ ├── SendTestNotificationRequestDto.yaml │ │ ├── ServiceDeskIntegrationDto.yaml │ │ ├── ServiceDeskIntegrationTemplateDto.yaml │ │ ├── ServiceDeskIntegrationTemplateType.yaml │ │ ├── ServiceProviderConfiguration.yaml │ │ ├── ServiceRequest.yaml │ │ ├── ServiceRequestProvision.yaml │ │ ├── SessionConfiguration.yaml │ │ ├── SetEncryptionKeysData.yaml │ │ ├── SimIntegrationDetails.yaml │ │ ├── SlimAccount.yaml │ │ ├── SlimCampaign.yaml │ │ ├── SlimDiscoveredApplications.yaml │ │ ├── SodExemptCriteria.yaml │ │ ├── SodPolicy.yaml │ │ ├── SodPolicyDto.yaml │ │ ├── SodPolicySchedule.yaml │ │ ├── SodViolationCheck.yaml │ │ ├── SodViolationCheckResult.yaml │ │ ├── SodViolationContext.yaml │ │ ├── SodViolationContextCheckCompleted.yaml │ │ ├── Source.yaml │ │ ├── SourceCode.yaml │ │ ├── SourceCreationErrors.yaml │ │ ├── SourceEntitlementRequestConfig.yaml │ │ ├── SourceFeature.yaml │ │ ├── SourceRef.yaml │ │ ├── SourceSyncJob.yaml │ │ ├── SourceSyncPayload.yaml │ │ ├── SourceUsage.yaml │ │ ├── SourceUsageStatus.yaml │ │ ├── SpConfigExportJob.yaml │ │ ├── SpConfigExportJobStatus.yaml │ │ ├── SpConfigExportResults.yaml │ │ ├── SpConfigImportJobStatus.yaml │ │ ├── SpConfigImportResults.yaml │ │ ├── SpConfigJob.yaml │ │ ├── SpConfigMessage.yaml │ │ ├── SpConfigObject.yaml │ │ ├── SpConfigRule.yaml │ │ ├── SpConfigRules.yaml │ │ ├── SpConfigUrl.yaml │ │ ├── SpDetails.yaml │ │ ├── StandardLevel.yaml │ │ ├── StartInvocationInput.yaml │ │ ├── StatusChange.yaml │ │ ├── StatusResponse.yaml │ │ ├── SubmitActivationCodeInput.yaml │ │ ├── Subscription.yaml │ │ ├── SubscriptionInternal.yaml │ │ ├── SubscriptionPatchRequest.yaml │ │ ├── SubscriptionPostRequest.yaml │ │ ├── SubscriptionPutRequest.yaml │ │ ├── SubscriptionType.yaml │ │ ├── SyncPasswordRequest.yaml │ │ ├── SystemNotificationConfigDto.yaml │ │ ├── Tag.yaml │ │ ├── TagCategoryDto.yaml │ │ ├── TaggedObject.yaml │ │ ├── Target.yaml │ │ ├── TargetSummary.yaml │ │ ├── TaskDefinitionSummary.yaml │ │ ├── TaskInvocation.yaml │ │ ├── TaskResultResponse.yaml │ │ ├── TaskReturnDetails.yaml │ │ ├── TaskStatus.yaml │ │ ├── TaskStatusMessage.yaml │ │ ├── TeamSummaryDto.yaml │ │ ├── TeamSummaryReportsDto.yaml │ │ ├── TemplateBulkDeleteDto.yaml │ │ ├── TemplateDto.yaml │ │ ├── TemplateDtoDefault.yaml │ │ ├── TemplateSlack.yaml │ │ ├── TemplateTeams.yaml │ │ ├── Tenant.yaml │ │ ├── TestInvocation.yaml │ │ ├── TicketType.yaml │ │ ├── TotpCodeRequest.yaml │ │ ├── Transform.yaml │ │ ├── TransformDefinition.yaml │ │ ├── TransformRead.yaml │ │ ├── TranslationMessage.yaml │ │ ├── Trigger.yaml │ │ ├── TriggerType.yaml │ │ ├── TypeSummary.yaml │ │ ├── UpdateSegmentEntitlementAssignmentInput.yaml │ │ ├── V3ConnectorDto.yaml │ │ ├── VaJob.yaml │ │ ├── ValidateFilterInputDto.yaml │ │ ├── ValidateFilterOutputDto.yaml │ │ ├── Value.yaml │ │ ├── ViolationOwnerAssignmentConfig.yaml │ │ ├── VisibilityCriteria.yaml │ │ ├── WorkItemForward.yaml │ │ ├── WorkItems.yaml │ │ ├── WorkItemsCount.yaml │ │ ├── WorkItemsSummary.yaml │ │ ├── Workflow.yaml │ │ ├── WorkflowBody.yaml │ │ ├── WorkflowDefinition.yaml │ │ ├── WorkflowExecution.yaml │ │ ├── WorkflowExecutionEvent.yaml │ │ ├── WorkflowLibraryAction.yaml │ │ ├── WorkflowLibraryFormFields.yaml │ │ ├── WorkflowLibraryOperator.yaml │ │ ├── WorkflowLibraryTrigger.yaml │ │ ├── WorkflowModifiedBy.yaml │ │ ├── WorkflowOAuthClient.yaml │ │ ├── WorkflowReference.yaml │ │ ├── WorkflowTrigger.yaml │ │ ├── app │ │ │ ├── AccessProfileDetails.yaml │ │ │ ├── AppAccountDetails.yaml │ │ │ ├── SourceApp.yaml │ │ │ ├── SourceAppBulkUpdateRequest.yaml │ │ │ ├── SourceAppCreateDto.yaml │ │ │ ├── SourceAppPatchDto.yaml │ │ │ ├── UserApp.yaml │ │ │ ├── matchTerm.yaml │ │ │ └── selector.yaml │ │ ├── campaign │ │ │ └── examples │ │ │ │ ├── CampaignTemplateManager.yaml │ │ │ │ ├── CampaignTemplateRoleComposition.yaml │ │ │ │ ├── CampaignTemplateSearch.yaml │ │ │ │ ├── CampaignTemplateSourceOwner.yaml │ │ │ │ ├── CampaignTemplates.yaml │ │ │ │ ├── CreateCampaignMachineAccount.yaml │ │ │ │ ├── CreateCampaignManager.yaml │ │ │ │ ├── CreateCampaignRoleComposition.yaml │ │ │ │ ├── CreateCampaignSearch.yaml │ │ │ │ ├── CreateCampaignSourceOwner.yaml │ │ │ │ ├── CreateCampaignTemplateManager.yaml │ │ │ │ ├── CreateCampaignTemplateRoleComposition.yaml │ │ │ │ ├── CreateCampaignTemplateSearch.yaml │ │ │ │ ├── CreateCampaignTemplateSourceOwner.yaml │ │ │ │ ├── FullCampaignMachineAccount.yaml │ │ │ │ ├── FullCampaignManager.yaml │ │ │ │ ├── FullCampaignRoleComposition.yaml │ │ │ │ ├── FullCampaignSearch.yaml │ │ │ │ ├── FullCampaignSourceOwner.yaml │ │ │ │ ├── FullCampaigns.yaml │ │ │ │ ├── SlimCampaignManager.yaml │ │ │ │ ├── SlimCampaignRoleComposition.yaml │ │ │ │ ├── SlimCampaignSearch.yaml │ │ │ │ ├── SlimCampaignSourceOwner.yaml │ │ │ │ └── SlimCampaigns.yaml │ │ ├── discovered-applications │ │ │ ├── JsonPatchOperations.yaml │ │ │ └── examples │ │ │ │ ├── FullDiscoveredApplications.yaml │ │ │ │ └── SlimDiscoveredApplications.yaml │ │ ├── forms │ │ │ ├── ConditionEffect.yaml │ │ │ ├── ConditionRule.yaml │ │ │ ├── CreateFormDefinitionRequest.yaml │ │ │ ├── CreateFormInstanceRequest.yaml │ │ │ ├── Error.yaml │ │ │ ├── ErrorMessage.yaml │ │ │ ├── FormCondition.yaml │ │ │ ├── FormDefinitionDynamicSchemaRequest.yaml │ │ │ ├── FormDefinitionDynamicSchemaResponse.yaml │ │ │ ├── FormDefinitionFileUploadResponse.yaml │ │ │ ├── FormDefinitionInput.yaml │ │ │ ├── FormDefinitionResponse.yaml │ │ │ ├── FormDefinitionSelfImportExportDto.yaml │ │ │ ├── FormElement.yaml │ │ │ ├── FormElementDataSourceConfigOptions.yaml │ │ │ ├── FormElementDynamicDataSource.yaml │ │ │ ├── FormElementDynamicDataSourceConfig.yaml │ │ │ ├── FormElementPreviewRequest.yaml │ │ │ ├── FormElementValidationsSet.yaml │ │ │ ├── FormError.yaml │ │ │ ├── FormInstanceCreatedBy.yaml │ │ │ ├── FormInstanceRecipient.yaml │ │ │ ├── FormInstanceResponse.yaml │ │ │ ├── FormOwner.yaml │ │ │ ├── FormUsedBy.yaml │ │ │ ├── ListFormDefinitionsByTenantResponse.yaml │ │ │ ├── ListFormElementDataByElementIDResponse.yaml │ │ │ ├── ListFormInstancesByTenantResponse.yaml │ │ │ ├── ListPredefinedSelectOptionsResponse.yaml │ │ │ ├── Nil.yaml │ │ │ ├── Operation.yaml │ │ │ ├── Patch.yaml │ │ │ ├── PreDefinedSelectOption.yaml │ │ │ └── PreviewDataSourceResponse.yaml │ │ ├── gov-attributes │ │ │ ├── AttributeDTO.yaml │ │ │ ├── AttributeDTOList.yaml │ │ │ └── AttributeValueDTO.yaml │ │ ├── gov-entitlement │ │ │ ├── EntitlementBulkDeleteResponse.yaml │ │ │ ├── EntitlementDTO.yaml │ │ │ ├── EntitlementIdentifierDTO.yaml │ │ │ ├── ManuallyUpdatedFieldsDTO.yaml │ │ │ ├── OwnerReferenceDto.yaml │ │ │ └── PermissionDTO.yaml │ │ ├── iai │ │ │ ├── EntityCreatedByDTO.yaml │ │ │ ├── NullableEntityCreatedByDTO.yaml │ │ │ └── RoleMiningRoleType.yaml │ │ ├── sod │ │ │ ├── examples │ │ │ │ ├── exception-body-bulk.yaml │ │ │ │ ├── exception-body-patch.yaml │ │ │ │ ├── exception-body.yaml │ │ │ │ ├── exception-response-bulk.yaml │ │ │ │ └── exception-response.yaml │ │ │ ├── models │ │ │ │ ├── ArmRisk.yaml │ │ │ │ ├── BulkCreate.yaml │ │ │ │ ├── Exception.yaml │ │ │ │ ├── ExceptionAccessCriteria.yaml │ │ │ │ ├── ExceptionCriteria.yaml │ │ │ │ ├── ExceptionCriteriaAccess.yaml │ │ │ │ ├── ExceptionList.yaml │ │ │ │ ├── ExceptionOriginDto.yaml │ │ │ │ ├── IdentityWithNewAccess.yaml │ │ │ │ ├── SodPolicyDto.yaml │ │ │ │ ├── ViolationContext.yaml │ │ │ │ └── ViolationPrediction.yaml │ │ │ └── responses │ │ │ │ ├── 200-list.yaml │ │ │ │ ├── 200-patch.yaml │ │ │ │ ├── 200.yaml │ │ │ │ ├── 201.yaml │ │ │ │ └── 202.yaml │ │ ├── trigger │ │ │ ├── example-input │ │ │ │ ├── AccessItemApproverDto.yaml │ │ │ │ ├── AccessItemRequestedForDto.yaml │ │ │ │ ├── AccessItemRequesterDto.yaml │ │ │ │ ├── AccessRequestDynamicApprovalResponse.yaml │ │ │ │ ├── AccessRequestDynamicApprover.yaml │ │ │ │ ├── AccessRequestPostApproval.yaml │ │ │ │ ├── AccessRequestPreApproval.yaml │ │ │ │ ├── AccessRequestSubmittedResponse.yaml │ │ │ │ ├── AccountAggregationCompleted.yaml │ │ │ │ ├── AccountAttributesChanged.yaml │ │ │ │ ├── AccountCorrelated.yaml │ │ │ │ ├── AccountUncorrelated.yaml │ │ │ │ ├── AccountsCollectedForAggregation.yaml │ │ │ │ ├── CampaignActivated.yaml │ │ │ │ ├── CampaignEnded.yaml │ │ │ │ ├── CampaignGenerated.yaml │ │ │ │ ├── CertificationSignedOff.yaml │ │ │ │ ├── FormSubmitted.yaml │ │ │ │ ├── IdentityAttributesChanged.yaml │ │ │ │ ├── IdentityCreated.yaml │ │ │ │ ├── IdentityDeleted.yaml │ │ │ │ ├── OutlierDetected.yaml │ │ │ │ ├── ProvisioningCompleted.yaml │ │ │ │ ├── SavedSearchComplete.yaml │ │ │ │ ├── SourceAccountCreated.yaml │ │ │ │ ├── SourceAccountDeleted.yaml │ │ │ │ ├── SourceAccountUpdated.yaml │ │ │ │ ├── SourceCreated.yaml │ │ │ │ ├── SourceDeleted.yaml │ │ │ │ ├── SourceUpdated.yaml │ │ │ │ └── VAClusterStatusChangeEvent.yaml │ │ │ └── example-output │ │ │ │ ├── AccessRequestDynamicApprover.yaml │ │ │ │ └── AccessRequestPreApproval.yaml │ │ ├── ui-metadata │ │ │ ├── TenantUiMetadataItemResponse.yaml │ │ │ └── TenantUiMetadataItemUpdateRequest.yaml │ │ ├── work-reassignment │ │ │ ├── AuditDetails.yaml │ │ │ ├── ConfigType.yaml │ │ │ ├── ConfigTypeEnum.yaml │ │ │ ├── ConfigTypeEnumCamel.yaml │ │ │ ├── ConfigurationDetailsResponse.yaml │ │ │ ├── ConfigurationItemRequest.yaml │ │ │ ├── ConfigurationItemResponse.yaml │ │ │ ├── ConfigurationResponse.yaml │ │ │ ├── EvaluateResponse.yaml │ │ │ ├── Identity.yaml │ │ │ ├── LookupStep.yaml │ │ │ ├── ReassignmentTypeEnum.yaml │ │ │ ├── TenantConfigurationDetails.yaml │ │ │ ├── TenantConfigurationRequest.yaml │ │ │ ├── TenantConfigurationResponse.yaml │ │ │ └── examples │ │ │ │ ├── evaluateEmpty.yaml │ │ │ │ ├── evaluateLong.yaml │ │ │ │ └── evaluateSelfReview.yaml │ │ ├── workflows │ │ │ └── trigger-attributes │ │ │ │ ├── EventAttributes.yaml │ │ │ │ ├── ExternalAttributes.yaml │ │ │ │ └── ScheduledAttributes.yaml │ │ └── workgroups │ │ │ ├── BulkWorkgroupMembersRequest.yaml │ │ │ ├── ConnectedObject.yaml │ │ │ ├── ConnectedObjectType.yaml │ │ │ ├── WorkgroupBulkDeleteRequest.yaml │ │ │ ├── WorkgroupBulkDeleteResponse.yaml │ │ │ ├── WorkgroupConnectionDto.yaml │ │ │ ├── WorkgroupDeleteItem.yaml │ │ │ ├── WorkgroupDto.yaml │ │ │ ├── WorkgroupMemberAddItem.yaml │ │ │ ├── WorkgroupMemberBulkAddResponse.yaml │ │ │ ├── WorkgroupMemberBulkDeleteResponse.yaml │ │ │ └── WorkgroupMemberDeleteItem.yaml │ ├── securitySchemes │ │ └── OAuth2.yaml │ └── webhooks │ │ ├── access-request-decision.yaml │ │ ├── access-request-dynamic-approval.yaml │ │ ├── access-request-submitted.yaml │ │ ├── account-aggregation-completed.yaml │ │ ├── campaign-activated.yaml │ │ ├── campaign-ended.yaml │ │ ├── campaign-generated.yaml │ │ ├── certification-signed-off.yaml │ │ ├── form-submitted.yaml │ │ ├── identity-attributes-changed.yaml │ │ ├── identity-created.yaml │ │ ├── identity-deleted.yaml │ │ ├── native-change-account-created.yaml │ │ ├── native-change-account-deleted.yaml │ │ ├── native-change-account-updated.yaml │ │ ├── outlier-detected.yaml │ │ ├── provisioning-completed.yaml │ │ ├── scheduled-search.yaml │ │ ├── source-created.yaml │ │ ├── source-deleted.yaml │ │ ├── source-updated.yaml │ │ └── va-cluster-status-change.yaml ├── sailpoint-api.beta.yaml ├── sailpoint-api.v2024.yaml ├── sailpoint-api.v2025.yaml ├── sailpoint-api.v2026.yaml ├── sailpoint-api.v3.yaml ├── v2024 │ ├── EntitlementRef.yaml │ ├── parameters │ │ ├── count.yaml │ │ ├── limit.yaml │ │ ├── limit50.yaml │ │ ├── offset.yaml │ │ ├── path │ │ │ └── search │ │ │ │ ├── id.yaml │ │ │ │ └── index.yaml │ │ └── searchlimit.yaml │ ├── paths │ │ ├── access-model-metadata-list.yaml │ │ ├── access-model-metadata-value-list.yaml │ │ ├── access-model-metadata-value.yaml │ │ ├── access-model-metadata.yaml │ │ ├── access-profile-bulk-delete.yaml │ │ ├── access-profile-bulk-update-requestable.yaml │ │ ├── access-profile-entitlements.yaml │ │ ├── access-profile.yaml │ │ ├── access-profiles-cleanup.yaml │ │ ├── access-profiles.yaml │ │ ├── access-request-approval-summary.yaml │ │ ├── access-request-approvers-list.yaml │ │ ├── access-request-bulk-approve.yaml │ │ ├── access-request-cancel.yaml │ │ ├── access-request-close.yaml │ │ ├── access-request-config.yaml │ │ ├── access-request-identity-metrics.yaml │ │ ├── access-request-status-administrator.yaml │ │ ├── access-request-status.yaml │ │ ├── access-requests-accounts-selection.yaml │ │ ├── access-requests.yaml │ │ ├── access-roles-change-segment-assignments.yaml │ │ ├── account-activities.yaml │ │ ├── account-activity-get-one.yaml │ │ ├── account-activity-list.yaml │ │ ├── account-activity.yaml │ │ ├── account-aggregation-status.yaml │ │ ├── account-usages.yaml │ │ ├── account.yaml │ │ ├── accounts-id-disable.yaml │ │ ├── accounts-id-enable.yaml │ │ ├── accounts-id-entitlements.yaml │ │ ├── accounts-id-reload.yaml │ │ ├── accounts-id-unlock.yaml │ │ ├── accounts.yaml │ │ ├── ai-access-request-recommendations-config.yaml │ │ ├── ai-access-request-recommendations-ignored.yaml │ │ ├── ai-access-request-recommendations-requested.yaml │ │ ├── ai-access-request-recommendations-viewed-bulk-create.yaml │ │ ├── ai-access-request-recommendations-viewed.yaml │ │ ├── ai-access-request-recommendations.yaml │ │ ├── approval.yaml │ │ ├── approvals.yaml │ │ ├── approve-access-request-approval.yaml │ │ ├── assign-verified-from-addresses.yaml │ │ ├── attr-sync-config-source.yaml │ │ ├── attr-sync-config-tenant.yaml │ │ ├── auth-org-config.yaml │ │ ├── auth-org-lockout-config.yaml │ │ ├── auth-org-network-config.yaml │ │ ├── auth-org-service-provider-config.yaml │ │ ├── auth-org-session-config.yaml │ │ ├── auth-profile.yaml │ │ ├── auth-profiles.yaml │ │ ├── auth-user-password.yaml │ │ ├── auth-user.yaml │ │ ├── auth.yaml │ │ ├── authmfa │ │ │ ├── confirm-registration.yaml │ │ │ ├── generate-mfa-token.yaml │ │ │ ├── generate-secret.yaml │ │ │ ├── mfa-registration-reset.yaml │ │ │ ├── registration-status.yaml │ │ │ └── verify-code.yaml │ │ ├── authorization-capabilities.yaml │ │ ├── branding.yaml │ │ ├── brandings.yaml │ │ ├── bulk-add-tagged-objects.yaml │ │ ├── bulk-cancel-access-request.yaml │ │ ├── bulk-remove-tagged-objects.yaml │ │ ├── bulk-update-auth-user.yaml │ │ ├── campaign-activate.yaml │ │ ├── campaign-admin-cert-reassign.yaml │ │ ├── campaign-complete.yaml │ │ ├── campaign-filter.yaml │ │ ├── campaign-filters-delete.yaml │ │ ├── campaign-filters.yaml │ │ ├── campaign-reports-configuration.yaml │ │ ├── campaign-reports.yaml │ │ ├── campaign-run-remediation-scan.yaml │ │ ├── campaign-run-report.yaml │ │ ├── campaign-template-generate.yaml │ │ ├── campaign-template-schedule.yaml │ │ ├── campaign-template.yaml │ │ ├── campaign-templates.yaml │ │ ├── campaign.yaml │ │ ├── campaigns-delete.yaml │ │ ├── campaigns.yaml │ │ ├── certification-task.yaml │ │ ├── certification-tasks.yaml │ │ ├── certification.yaml │ │ ├── certifications-access-summaries.yaml │ │ ├── certifications-decide.yaml │ │ ├── certifications-decision-summary.yaml │ │ ├── certifications-entitlement-permissions.yaml │ │ ├── certifications-reassign-async.yaml │ │ ├── certifications-reassign.yaml │ │ ├── certifications-review-items-activity.yaml │ │ ├── certifications-review-items.yaml │ │ ├── certifications-reviewers.yaml │ │ ├── certifications-sign-off.yaml │ │ ├── certifications-target-summaries.yaml │ │ ├── certifications-target-summary.yaml │ │ ├── certifications.yaml │ │ ├── common-access-classify-request.yaml │ │ ├── common-access-classify.yaml │ │ ├── common-access-update-status.yaml │ │ ├── common-access.yaml │ │ ├── completed-access-request-approvals.yaml │ │ ├── configuration-hub │ │ │ ├── backup-id.yaml │ │ │ ├── backup-uploads-id.yaml │ │ │ ├── backup-uploads.yaml │ │ │ ├── backup.yaml │ │ │ ├── deploy-id.yaml │ │ │ ├── deploy.yaml │ │ │ ├── draft-id.yaml │ │ │ ├── draft.yaml │ │ │ ├── object-mapping-bulk-create.yaml │ │ │ ├── object-mapping-bulk-update.yaml │ │ │ ├── object-mapping-delete.yaml │ │ │ ├── object-mapping.yaml │ │ │ ├── scheduled-actions-id.yaml │ │ │ └── scheduled-actions.yaml │ │ ├── connector-customizers-id.yaml │ │ ├── connector-customizers-versions.yaml │ │ ├── connector-customizers.yaml │ │ ├── connector-rule-validate.yaml │ │ ├── connector-rule.yaml │ │ ├── connector-rules.yaml │ │ ├── connector.yaml │ │ ├── connectors-correlation-config.yaml │ │ ├── connectors-source-config.yaml │ │ ├── connectors-source-template.yaml │ │ ├── connectors-translations.yaml │ │ ├── connectors.yaml │ │ ├── correlation-config.yaml │ │ ├── count-assigned-identities-by-roles.yaml │ │ ├── custom-password-instruction.yaml │ │ ├── custom-password-instructions.yaml │ │ ├── data-pipeline-events-qualifier-related.yaml │ │ ├── data-pipeline-events-qualifier.yaml │ │ ├── data-pipeline-events.yaml │ │ ├── data-pipelines.yaml │ │ ├── data-segment-membership.yaml │ │ ├── data-segment-user-enabled.yaml │ │ ├── data-segment.yaml │ │ ├── data-segments.yaml │ │ ├── delete-lifecycle-state.yaml │ │ ├── dimension-access-profiles.yaml │ │ ├── dimension-bulk-delete.yaml │ │ ├── dimension-entitlements.yaml │ │ ├── dimension.yaml │ │ ├── dimensions.yaml │ │ ├── discovered-application.yaml │ │ ├── discovered-applications.yaml │ │ ├── ears-entitlement-bulk-update.yaml │ │ ├── ears-entitlement-children.yaml │ │ ├── ears-entitlement-parents.yaml │ │ ├── ears-entitlement.yaml │ │ ├── ears-identity-entitlement.yaml │ │ ├── ears-source-app-access-profiles-bulk-remove.yaml │ │ ├── ears-source-app-access-profiles.yaml │ │ ├── ears-source-app-bulk-update.yaml │ │ ├── ears-source-app.yaml │ │ ├── ears-source-apps-all.yaml │ │ ├── ears-source-apps-assigned.yaml │ │ ├── ears-source-apps.yaml │ │ ├── ears-user-app-available-accounts.yaml │ │ ├── ears-user-app.yaml │ │ ├── ears-user-apps-all.yaml │ │ ├── ears-user-apps.yaml │ │ ├── email-requests.yaml │ │ ├── entitlement-access-model-metadata.yaml │ │ ├── entitlement-request-config.yaml │ │ ├── entitlement.yaml │ │ ├── entitlements-update-segment-assignments.yaml │ │ ├── entitlements.yaml │ │ ├── featurestore-api-feature-values.yaml │ │ ├── form-definition-data-source.yaml │ │ ├── form-definition-file.yaml │ │ ├── form-definition-files.yaml │ │ ├── form-definition-forms-action-dynamic-schema.yaml │ │ ├── form-definition.yaml │ │ ├── form-definitions-export.yaml │ │ ├── form-definitions-import.yaml │ │ ├── form-definitions-predefined-select-options.yaml │ │ ├── form-definitions-template.yaml │ │ ├── form-definitions.yaml │ │ ├── form-instance-data-source.yaml │ │ ├── form-instance-file.yaml │ │ ├── form-instance.yaml │ │ ├── form-instances.yaml │ │ ├── forward-access-request-approval.yaml │ │ ├── historical-identities.yaml │ │ ├── historical-identity-access-items.yaml │ │ ├── historical-identity-compare-type.yaml │ │ ├── historical-identity-compare.yaml │ │ ├── historical-identity-events.yaml │ │ ├── historical-identity-snapshot-date-access-items.yaml │ │ ├── historical-identity-snapshot-date.yaml │ │ ├── historical-identity-snapshot-summary.yaml │ │ ├── historical-identity-snapshots.yaml │ │ ├── historical-identity-start-date.yaml │ │ ├── historical-identity.yaml │ │ ├── iai-configuration.yaml │ │ ├── iai-configurations.yaml │ │ ├── iai-data-role-entitlement-identities.yaml │ │ ├── iai-data-role-entitlements.yaml │ │ ├── iai-data-role-identities-entitlements.yaml │ │ ├── iai-data-roles.yaml │ │ ├── iai-raw-object-history.yaml │ │ ├── iai-raw-object.yaml │ │ ├── iai-raw-objects-summary.yaml │ │ ├── iai-raw-objects.yaml │ │ ├── icon.yaml │ │ ├── identities-accounts-disable.yaml │ │ ├── identities-accounts-enable.yaml │ │ ├── identities-invite.yaml │ │ ├── identities-process.yaml │ │ ├── identities-role-assignment.yaml │ │ ├── identities-role-assignments.yaml │ │ ├── identities.yaml │ │ ├── identity-accounts-id-disable.yaml │ │ ├── identity-accounts-id-enable.yaml │ │ ├── identity-attribute.yaml │ │ ├── identity-attributes-bulk-delete.yaml │ │ ├── identity-attributes.yaml │ │ ├── identity-certification.yaml │ │ ├── identity-certifications-access-review-items.yaml │ │ ├── identity-certifications-access-summaries.yaml │ │ ├── identity-certifications-decide.yaml │ │ ├── identity-certifications-decision-summary.yaml │ │ ├── identity-certifications-identity-summaries.yaml │ │ ├── identity-certifications-identity-summary.yaml │ │ ├── identity-certifications-item-permissions.yaml │ │ ├── identity-certifications-reassign-async.yaml │ │ ├── identity-certifications-reassign.yaml │ │ ├── identity-certifications-sign-off.yaml │ │ ├── identity-certifications-task-status.yaml │ │ ├── identity-certifications-tasks-pending.yaml │ │ ├── identity-certifications.yaml │ │ ├── identity-group-applications.yaml │ │ ├── identity-group-distribution.yaml │ │ ├── identity-group-entitlement-popularities.yaml │ │ ├── identity-group-identities.yaml │ │ ├── identity-group.yaml │ │ ├── identity-groups.yaml │ │ ├── identity-head.yaml │ │ ├── identity-ownership.yaml │ │ ├── identity-patch.yaml │ │ ├── identity-profile-default-config.yaml │ │ ├── identity-profile-lifecycle-state.yaml │ │ ├── identity-profile-lifecycle-states.yaml │ │ ├── identity-profile-process-identities.yaml │ │ ├── identity-profile.yaml │ │ ├── identity-profiles-bulk-delete.yaml │ │ ├── identity-profiles-export.yaml │ │ ├── identity-profiles-id.yaml │ │ ├── identity-profiles-identity-preview.yaml │ │ ├── identity-profiles-import.yaml │ │ ├── identity-profiles.yaml │ │ ├── identity-reset.yaml │ │ ├── identity-send-account-verification.yaml │ │ ├── identity-set-lifecycle-state.yaml │ │ ├── identity-synchronize-attributes.yaml │ │ ├── identity-team.yaml │ │ ├── identity.yaml │ │ ├── internal-password-sync-groups.yaml │ │ ├── json-web-key-set.yaml │ │ ├── launcher-launch.yaml │ │ ├── launcher.yaml │ │ ├── launchers.yaml │ │ ├── lifecycle-states.yaml │ │ ├── load-accounts.yaml │ │ ├── load-entitlements-by-sources.yaml │ │ ├── load-entitlements.yaml │ │ ├── load-uncorrelated-accounts.yaml │ │ ├── login-info.yaml │ │ ├── machine-account-classify.yaml │ │ ├── machine-account-mapping.yaml │ │ ├── machine-account.yaml │ │ ├── machine-accounts.yaml │ │ ├── machine-classification-config.yaml │ │ ├── machine-identities.yaml │ │ ├── machine-identity.yaml │ │ ├── machine-mappings.yaml │ │ ├── mail-from-attribute.yaml │ │ ├── mail-from-attributes.yaml │ │ ├── managed-client-status.yaml │ │ ├── managed-client.yaml │ │ ├── managed-clients-certificate.yaml │ │ ├── managed-clients-credentials.yaml │ │ ├── managed-clients-get-encryption-keys.yaml │ │ ├── managed-clients-metrics-credentials.yaml │ │ ├── managed-clients-path.yaml │ │ ├── managed-clients-provision.yaml │ │ ├── managed-clients-submit-activation-code.yaml │ │ ├── managed-clients.yaml │ │ ├── managed-cluster-cache.yaml │ │ ├── managed-cluster-jobs.yaml │ │ ├── managed-cluster-log-config.yaml │ │ ├── managed-cluster-manualUpgrade.yaml │ │ ├── managed-cluster-path-full.yaml │ │ ├── managed-cluster-path-internal.yaml │ │ ├── managed-cluster-path.yaml │ │ ├── managed-cluster-processes.yaml │ │ ├── managed-cluster-reboot.yaml │ │ ├── managed-cluster-status.yaml │ │ ├── managed-cluster-types-path.yaml │ │ ├── managed-cluster-types.yaml │ │ ├── managed-cluster-upgrade.yaml │ │ ├── managed-cluster.yaml │ │ ├── managed-clusters-create.yaml │ │ ├── managed-clusters-full.yaml │ │ ├── managed-clusters-set-encryption-keys.yaml │ │ ├── managed-clusters.yaml │ │ ├── managed-processes-path.yaml │ │ ├── managed-processes.yaml │ │ ├── manual-discover-applications-template.yaml │ │ ├── manual-discover-applications.yaml │ │ ├── message-catalog.yaml │ │ ├── mfa-config-delete.yaml │ │ ├── mfa-config-test.yaml │ │ ├── mfa-duo-config.yaml │ │ ├── mfa-duo-verify.yaml │ │ ├── mfa-kba-authenticate.yaml │ │ ├── mfa-kba-config-answers.yaml │ │ ├── mfa-kba-config.yaml │ │ ├── mfa-okta-config.yaml │ │ ├── mfa-okta-verify.yaml │ │ ├── mfa-poll.yaml │ │ ├── mfa-token-authenticate.yaml │ │ ├── mfa-token-send.yaml │ │ ├── multi-host-integration-get-acct-agg-groups.yaml │ │ ├── multi-host-integration-get-entitlement-agg-groups.yaml │ │ ├── multi-host-integration-list-sources.yaml │ │ ├── multi-host-integration-sources-creation-error.yaml │ │ ├── multi-host-integration-test-connection-source.yaml │ │ ├── multi-host-integration-test-connection.yaml │ │ ├── multi-host-integration-types.yaml │ │ ├── multi-host-integration.yaml │ │ ├── multi-host-integrations.yaml │ │ ├── native-change-detection-config.yaml │ │ ├── non-employee-approval-list.yaml │ │ ├── non-employee-approval-summary.yaml │ │ ├── non-employee-approve-get.yaml │ │ ├── non-employee-approve-request.yaml │ │ ├── non-employee-bulk-upload-jobs-fail.yaml │ │ ├── non-employee-record.yaml │ │ ├── non-employee-records-bulk-delete.yaml │ │ ├── non-employee-records.yaml │ │ ├── non-employee-reject-request.yaml │ │ ├── non-employee-request-summary-get.yaml │ │ ├── non-employee-request.yaml │ │ ├── non-employee-requests.yaml │ │ ├── non-employee-source-aggregate.yaml │ │ ├── non-employee-source.yaml │ │ ├── non-employee-sources-bulk-upload-details.yaml │ │ ├── non-employee-sources-bulk-upload-non-employees.yaml │ │ ├── non-employee-sources-bulk-upload-status.yaml │ │ ├── non-employee-sources-export-non-employees.yaml │ │ ├── non-employee-sources-export-schema-attributes-template.yaml │ │ ├── non-employee-sources-schema-attribute.yaml │ │ ├── non-employee-sources-schema-attributes.yaml │ │ ├── non-employee-sources.yaml │ │ ├── notification-preference.yaml │ │ ├── notification-preferences.yaml │ │ ├── notification-template-context.yaml │ │ ├── notification-template-defaults.yaml │ │ ├── notification-template.yaml │ │ ├── notification-templates-bulk-delete.yaml │ │ ├── notification-templates.yaml │ │ ├── oauth-client.yaml │ │ ├── oauth-clients.yaml │ │ ├── org-config-valid-time-zones.yaml │ │ ├── org-config.yaml │ │ ├── outlier-feature-summaries.yaml │ │ ├── outlier-summaries-latest.yaml │ │ ├── outlier-summaries.yaml │ │ ├── outliers-bulk-outlier-detection.yaml │ │ ├── outliers-contributing-feature-access-items.yaml │ │ ├── outliers-contributing-features.yaml │ │ ├── outliers-export.yaml │ │ ├── outliers-ignore.yaml │ │ ├── outliers-unignore.yaml │ │ ├── outliers.yaml │ │ ├── password-change-status.yaml │ │ ├── password-dictionary.yaml │ │ ├── password-org-config.yaml │ │ ├── password-policies.yaml │ │ ├── password-policy.yaml │ │ ├── password-reset-digit-token.yaml │ │ ├── password-sync-group.yaml │ │ ├── password-sync-groups.yaml │ │ ├── peer-group-strategies.yaml │ │ ├── pending-access-request-approvals.yaml │ │ ├── personal-access-token.yaml │ │ ├── personal-access-tokens.yaml │ │ ├── provisioning-policies-bulk-update.yaml │ │ ├── provisioning-policies.yaml │ │ ├── provisioning-policy.yaml │ │ ├── public-identities-config.yaml │ │ ├── public-identities.yaml │ │ ├── query-password-info.yaml │ │ ├── rats-access-request-recommendations.yaml │ │ ├── reassignment-configuration-config-type.yaml │ │ ├── reassignment-configuration-evaluate.yaml │ │ ├── reassignment-configuration-types.yaml │ │ ├── reassignment-configuration.yaml │ │ ├── reassignment-configurations.yaml │ │ ├── recommendations-config.yaml │ │ ├── recommendations-request.yaml │ │ ├── reject-access-request-approval.yaml │ │ ├── remove-account.yaml │ │ ├── remove-accounts.yaml │ │ ├── reports-cancel.yaml │ │ ├── reports-get-file.yaml │ │ ├── reports-result.yaml │ │ ├── reports-run.yaml │ │ ├── requestable-object-list.yaml │ │ ├── reset-entitlements.yaml │ │ ├── revocable-objects.yaml │ │ ├── role-access-model-metadata │ │ │ ├── role-bulk-update-filter.yaml │ │ │ ├── role-bulk-update-ids.yaml │ │ │ ├── role-bulk-update-query.yaml │ │ │ ├── role-bulk-update-status-id.yaml │ │ │ ├── role-bulk-update-status.yaml │ │ │ ├── role-filter.yaml │ │ │ └── role-id-access-model-metadata.yaml │ │ ├── role-access-profiles.yaml │ │ ├── role-assigned-identities.yaml │ │ ├── role-bulk-delete.yaml │ │ ├── role-entitlements.yaml │ │ ├── role-insight.yaml │ │ ├── role-insights-current-entitlements.yaml │ │ ├── role-insights-entitlement-changes-download.yaml │ │ ├── role-insights-entitlement-changes-identities.yaml │ │ ├── role-insights-entitlement-changes.yaml │ │ ├── role-insights-request.yaml │ │ ├── role-insights-requests.yaml │ │ ├── role-insights-summary.yaml │ │ ├── role-insights.yaml │ │ ├── role-mining-potential-role-edit-entitlements.yaml │ │ ├── role-mining-potential-role-entitlement-popularities.yaml │ │ ├── role-mining-potential-role-entitlement-popularity-distribution.yaml │ │ ├── role-mining-potential-role-excluded-entitlements.yaml │ │ ├── role-mining-potential-role-identities.yaml │ │ ├── role-mining-potential-role-provision.yaml │ │ ├── role-mining-potential-role-source-identity-usage.yaml │ │ ├── role-mining-potential-role-summaries.yaml │ │ ├── role-mining-potential-role.yaml │ │ ├── role-mining-potential-roles-draft.yaml │ │ ├── role-mining-session-potential-role-applications.yaml │ │ ├── role-mining-session-potential-role-entitlements.yaml │ │ ├── role-mining-session-potential-role-export-async.yaml │ │ ├── role-mining-session-potential-role-export-download.yaml │ │ ├── role-mining-session-potential-role-export-status.yaml │ │ ├── role-mining-session-potential-role-export.yaml │ │ ├── role-mining-session-potential-role-summaries.yaml │ │ ├── role-mining-session-potential-role-summary.yaml │ │ ├── role-mining-session-status.yaml │ │ ├── role-mining-session.yaml │ │ ├── role-mining-sessions.yaml │ │ ├── role.yaml │ │ ├── roles-by-identity.yaml │ │ ├── roles.yaml │ │ ├── run-datapipeline-dagid.yaml │ │ ├── run-datapipeline-dagtype.yaml │ │ ├── s3-proxy.yaml │ │ ├── saas-management-application-for-source.yaml │ │ ├── saas-management-applications-test.yaml │ │ ├── saas-management-applications-update-map.yaml │ │ ├── saas-management-applications.yaml │ │ ├── saved-searches-execute.yaml │ │ ├── saved-searches-id.yaml │ │ ├── saved-searches.yaml │ │ ├── scheduled-actions-bulk-delete.yaml │ │ ├── scheduled-actions-delete.yaml │ │ ├── scheduled-actions.yaml │ │ ├── scheduled-searches-id.yaml │ │ ├── scheduled-searches-unsubscribe.yaml │ │ ├── scheduled-searches.yaml │ │ ├── schema.yaml │ │ ├── schemas.yaml │ │ ├── search-aggregate.yaml │ │ ├── search-count.yaml │ │ ├── search-get.yaml │ │ ├── search-post.yaml │ │ ├── searchAttributeConfig-get-patch-delete.yaml │ │ ├── searchAttributeConfig.yaml │ │ ├── segment-change-assignments.yaml │ │ ├── segment.yaml │ │ ├── segments.yaml │ │ ├── send-test-notification.yaml │ │ ├── service-desk-integration-configuration.yaml │ │ ├── service-desk-integration-template.yaml │ │ ├── service-desk-integration-types.yaml │ │ ├── service-desk-integration.yaml │ │ ├── service-desk-integrations.yaml │ │ ├── set-password.yaml │ │ ├── sim-integrations-before-provisioning-rule.yaml │ │ ├── sim-integrations-value-list.yaml │ │ ├── sim-integrations.yaml │ │ ├── sod-all-report-run.yaml │ │ ├── sod-all-report-status.yaml │ │ ├── sod-download-custom-report.yaml │ │ ├── sod-download-default-report.yaml │ │ ├── sod-exception.yaml │ │ ├── sod-exceptions-bulk-create.yaml │ │ ├── sod-exceptions.yaml │ │ ├── sod-policies.yaml │ │ ├── sod-policy-evaluate.yaml │ │ ├── sod-policy.yaml │ │ ├── sod-report-run.yaml │ │ ├── sod-schedule.yaml │ │ ├── sod-violation-report-status.yaml │ │ ├── sod-violation-report.yaml │ │ ├── sod-violations-check.yaml │ │ ├── sod-violations-predict.yaml │ │ ├── source-accounts-schema.yaml │ │ ├── source-aggregation-state.yaml │ │ ├── source-connections.yaml │ │ ├── source-connector-check-connection.yaml │ │ ├── source-connector-initiate-extract.yaml │ │ ├── source-connector-peek-resource-objects.yaml │ │ ├── source-connector-ping-cluster.yaml │ │ ├── source-connector-state.yaml │ │ ├── source-connector-test-configuration.yaml │ │ ├── source-connectors-source-config.yaml │ │ ├── source-entitlements-schema.yaml │ │ ├── source-health.yaml │ │ ├── source-machine-account-classify.yaml │ │ ├── source-schedule.yaml │ │ ├── source-schedules.yaml │ │ ├── source-synchronize-attributes.yaml │ │ ├── source-upload-connector-file.yaml │ │ ├── source-usage-status.yaml │ │ ├── source-usages.yaml │ │ ├── source.yaml │ │ ├── sources-available.yaml │ │ ├── sources-entitlement-request-config.yaml │ │ ├── sources-policy-holders.yaml │ │ ├── sources.yaml │ │ ├── sp-config-export-download.yaml │ │ ├── sp-config-export-status.yaml │ │ ├── sp-config-export.yaml │ │ ├── sp-config-import-download.yaml │ │ ├── sp-config-import-status.yaml │ │ ├── sp-config-import.yaml │ │ ├── sp-config-objects.yaml │ │ ├── suggested-entitlement-description-approvals.yaml │ │ ├── suggested-entitlement-description-assignments.yaml │ │ ├── suggested-entitlement-description-batches-stats.yaml │ │ ├── suggested-entitlement-description-batches.yaml │ │ ├── suggested-entitlement-descriptions.yaml │ │ ├── supportlogin │ │ │ ├── access-granter-support-login-get.yaml │ │ │ ├── access-granter-support-login-list.yaml │ │ │ ├── auth-support-login-create.yaml │ │ │ ├── auth-support-login-delete.yaml │ │ │ ├── auth-support-login-get.yaml │ │ │ ├── auth-support-login-list.yaml │ │ │ ├── auth-support-login-patch.yaml │ │ │ ├── auth-support-login-transfer-get.yaml │ │ │ ├── auth-support-login-transfer-post.yaml │ │ │ ├── auth-support-login-transfer.yaml │ │ │ ├── auth-support-login-transfers-list.yaml │ │ │ ├── auth-support-login.yaml │ │ │ ├── auth-support-logins-migrate.yaml │ │ │ ├── auth-support-logins.yaml │ │ │ ├── auth-support-tenant-create.yaml │ │ │ ├── auth-support-tenant-delete.yaml │ │ │ ├── auth-support-tenant-list.yaml │ │ │ ├── auth-support-tenants.yaml │ │ │ └── auth-support-user-eligibility-get.yaml │ │ ├── sync-password.yaml │ │ ├── system-accounts.yaml │ │ ├── system-notification-config.yaml │ │ ├── tag.yaml │ │ ├── tagged-object.yaml │ │ ├── tagged-objects-type.yaml │ │ ├── tagged-objects.yaml │ │ ├── tags-get-shared.yaml │ │ ├── tags.yaml │ │ ├── task-definition.yaml │ │ ├── task-definitions.yaml │ │ ├── task-execution-cancel.yaml │ │ ├── task-execution-run.yaml │ │ ├── task-status-list.yaml │ │ ├── task-status-pending.yaml │ │ ├── task-status.yaml │ │ ├── tenant-configuration.yaml │ │ ├── tenant-context.yaml │ │ ├── tenant.yaml │ │ ├── transform.yaml │ │ ├── transforms.yaml │ │ ├── trigger-invocations-complete.yaml │ │ ├── trigger-invocations-pending-events.yaml │ │ ├── trigger-invocations-start.yaml │ │ ├── trigger-invocations-status.yaml │ │ ├── trigger-invocations-test.yaml │ │ ├── trigger-invocations.yaml │ │ ├── trigger-subscription.yaml │ │ ├── trigger-subscriptions-internal.yaml │ │ ├── trigger-subscriptions-validate-filter.yaml │ │ ├── trigger-subscriptions.yaml │ │ ├── triggers.yaml │ │ ├── ui-metadata │ │ │ └── tenant-ui-metadata.yaml │ │ ├── verified-domains.yaml │ │ ├── verified-from-address.yaml │ │ ├── verified-from-addresses.yaml │ │ ├── work-item-forward.yaml │ │ ├── work-item.yaml │ │ ├── work-items-account-selection.yaml │ │ ├── work-items-approve-approval-item.yaml │ │ ├── work-items-bulk-approve-approval-item.yaml │ │ ├── work-items-bulk-reject-approval-item.yaml │ │ ├── work-items-complete.yaml │ │ ├── work-items-completed-count.yaml │ │ ├── work-items-completed.yaml │ │ ├── work-items-count.yaml │ │ ├── work-items-reject-approval-item.yaml │ │ ├── work-items-summary.yaml │ │ ├── work-items.yaml │ │ ├── workflows │ │ │ ├── workflow-execution-cancel.yaml │ │ │ ├── workflow-execution-history.yaml │ │ │ ├── workflow-execution.yaml │ │ │ ├── workflow-executions.yaml │ │ │ ├── workflow-external-execute-test.yaml │ │ │ ├── workflow-external-execute.yaml │ │ │ ├── workflow-external-oauth-client.yaml │ │ │ ├── workflow-library-actions.yaml │ │ │ ├── workflow-library-operators.yaml │ │ │ ├── workflow-library-triggers.yaml │ │ │ ├── workflow-library.yaml │ │ │ ├── workflow-test.yaml │ │ │ ├── workflow.yaml │ │ │ └── workflows.yaml │ │ └── workgroups │ │ │ ├── bulk-add-workgroup-members.yaml │ │ │ ├── bulk-delete-workgroup-members.yaml │ │ │ ├── connections.yaml │ │ │ ├── workgroup-members.yaml │ │ │ ├── workgroup.yaml │ │ │ ├── workgroups-bulk-delete.yaml │ │ │ └── workgroups.yaml │ ├── responses │ │ ├── 202.yaml │ │ ├── 204.yaml │ │ ├── 400.yaml │ │ ├── 401.yaml │ │ ├── 403.yaml │ │ ├── 404.yaml │ │ ├── 405.yaml │ │ ├── 412.yaml │ │ ├── 429.yaml │ │ └── 500.yaml │ ├── schemas │ │ ├── AWSCredentialsResponse.yaml │ │ ├── AccessConstraint.yaml │ │ ├── AccessCriteria.yaml │ │ ├── AccessGranterAuthSupportLoginResponse.yaml │ │ ├── AccessItemAccessProfileResponse.yaml │ │ ├── AccessItemAccountResponse.yaml │ │ ├── AccessItemAppResponse.yaml │ │ ├── AccessItemAssociated.yaml │ │ ├── AccessItemDiff.yaml │ │ ├── AccessItemDiffSummary.yaml │ │ ├── AccessItemEntitlementResponse.yaml │ │ ├── AccessItemOwnerDto.yaml │ │ ├── AccessItemRef.yaml │ │ ├── AccessItemRemoved.yaml │ │ ├── AccessItemRequestedFor.yaml │ │ ├── AccessItemRequestedForDto.yaml │ │ ├── AccessItemRequester.yaml │ │ ├── AccessItemRequesterDto.yaml │ │ ├── AccessItemReviewedBy.yaml │ │ ├── AccessItemRoleResponse.yaml │ │ ├── AccessModelMetadata.yaml │ │ ├── AccessRecommendation.yaml │ │ ├── AccessRecommendationMessage.yaml │ │ ├── AccessReference.yaml │ │ ├── AccessRequest.yaml │ │ ├── AccessRequestAdminItemStatus.yaml │ │ ├── AccessRequestApproversListResponse.yaml │ │ ├── AccessRequestConfig.yaml │ │ ├── AccessRequestContext.yaml │ │ ├── AccessRequestIdentityMetrics.yaml │ │ ├── AccessRequestItem.yaml │ │ ├── AccessRequestItemResponse.yaml │ │ ├── AccessRequestPhases.yaml │ │ ├── AccessRequestRecommendationActionItemDto.yaml │ │ ├── AccessRequestRecommendationActionItemResponseDto.yaml │ │ ├── AccessRequestRecommendationConfigDto.yaml │ │ ├── AccessRequestRecommendationItem.yaml │ │ ├── AccessRequestRecommendationItemDetail.yaml │ │ ├── AccessRequestRecommendationItemType.yaml │ │ ├── AccessRequestResponse.yaml │ │ ├── AccessRequestType.yaml │ │ ├── AccessRequested.yaml │ │ ├── AccessReviewItem.yaml │ │ ├── AccessRolesChangeSegmentAssignments.yaml │ │ ├── AccessSummary.yaml │ │ ├── AccessType.yaml │ │ ├── Account.yaml │ │ ├── AccountAction.yaml │ │ ├── AccountActivity.yaml │ │ ├── AccountActivityApprovalStatus.yaml │ │ ├── AccountActivityItem.yaml │ │ ├── AccountActivityItemOperation.yaml │ │ ├── AccountAggregationStatus.yaml │ │ ├── AccountAttributes.yaml │ │ ├── AccountAttributesCreate.yaml │ │ ├── AccountDetails.yaml │ │ ├── AccountInfoDto.yaml │ │ ├── AccountRequestInfo.yaml │ │ ├── AccountStatusChanged.yaml │ │ ├── AccountToggleRequest.yaml │ │ ├── AccountUnlockRequest.yaml │ │ ├── AccountUsage.yaml │ │ ├── AccountsAsyncResult.yaml │ │ ├── AccountsSelectionRequest.yaml │ │ ├── ActivateCampaignOptions.yaml │ │ ├── ActiveInvocation.yaml │ │ ├── ActivityData.yaml │ │ ├── ActivityDataSource.yaml │ │ ├── ActivityInsights.yaml │ │ ├── AdminReviewReassign.yaml │ │ ├── AggregationState.yaml │ │ ├── AirflowDagDto.yaml │ │ ├── AmsCapability.yaml │ │ ├── AmsRightSet.yaml │ │ ├── ApplicationReference.yaml │ │ ├── Approval.yaml │ │ ├── ApprovalBatch.yaml │ │ ├── ApprovalComment.yaml │ │ ├── ApprovalDescription.yaml │ │ ├── ApprovalForwardHistory.yaml │ │ ├── ApprovalIdentity.yaml │ │ ├── ApprovalInfoResponse.yaml │ │ ├── ApprovalItemDetails.yaml │ │ ├── ApprovalName.yaml │ │ ├── ApprovalReference.yaml │ │ ├── ApprovalReminderAndEscalationConfig.yaml │ │ ├── ApprovalScheme.yaml │ │ ├── ApprovalStatus.yaml │ │ ├── ApprovalStatusDto.yaml │ │ ├── ApprovalSummary.yaml │ │ ├── Argument.yaml │ │ ├── AssignedIdentityCountByRole.yaml │ │ ├── AssignmentContextDto.yaml │ │ ├── AttrSyncSource.yaml │ │ ├── AttrSyncSourceAttributeConfig.yaml │ │ ├── AttrSyncSourceConfig.yaml │ │ ├── AttrSyncTenantAttributeConfig.yaml │ │ ├── AttrSyncTenantConfig.yaml │ │ ├── AttrSyncTenantSyncTarget.yaml │ │ ├── AttributeChange.yaml │ │ ├── AttributeDefinition.yaml │ │ ├── AttributeDefinitionType.yaml │ │ ├── AttributeMappings.yaml │ │ ├── AttributesChanged.yaml │ │ ├── AuthOrgConfiguration.yaml │ │ ├── AuthProfile.yaml │ │ ├── AuthProfileRequest.yaml │ │ ├── AuthProfileSummary.yaml │ │ ├── AuthSupportLoginRequest.yaml │ │ ├── AuthSupportLoginResponse.yaml │ │ ├── AuthSupportTenantRequest.yaml │ │ ├── AuthSupportTenantResponse.yaml │ │ ├── AuthSupportTransferStatusResponse.yaml │ │ ├── AuthSupportUserEligibilityResponse.yaml │ │ ├── AuthUser.yaml │ │ ├── AuthUserSaveRequest.yaml │ │ ├── AuthenticationType.yaml │ │ ├── BareReference.yaml │ │ ├── BaseCommonDto.yaml │ │ ├── BaseReferenceDto.yaml │ │ ├── BasicAuthConfig.yaml │ │ ├── BasicProvision.yaml │ │ ├── BearerTokenAuthConfig.yaml │ │ ├── BeforeProvisioningRuleDto.yaml │ │ ├── BrandingItem.yaml │ │ ├── BrandingItemCreate.yaml │ │ ├── BulkAddTaggedObject.yaml │ │ ├── BulkApproveAccessRequest.yaml │ │ ├── BulkCancelAccessRequest.yaml │ │ ├── BulkIdentitiesAccountsResponse.yaml │ │ ├── BulkRemoveTaggedObject.yaml │ │ ├── BulkTaggedObject.yaml │ │ ├── BulkTaggedObjectResponse.yaml │ │ ├── BulkUpdateAuthUser.yaml │ │ ├── Campaign.yaml │ │ ├── CampaignAlert.yaml │ │ ├── CampaignCompleteOptions.yaml │ │ ├── CampaignFilterDetails.yaml │ │ ├── CampaignReference.yaml │ │ ├── CampaignReport.yaml │ │ ├── CampaignReportsConfig.yaml │ │ ├── CampaignTemplate.yaml │ │ ├── CampaignsDeleteRequest.yaml │ │ ├── CancelAccessRequest.yaml │ │ ├── CancelableAccountActivity.yaml │ │ ├── CancelledRequestDetails.yaml │ │ ├── CertificateSignInput.yaml │ │ ├── CertificateSignResponse.yaml │ │ ├── CertificationDecision.yaml │ │ ├── CertificationDto.yaml │ │ ├── CertificationIdentitySummary.yaml │ │ ├── CertificationItemType.yaml │ │ ├── CertificationPhase.yaml │ │ ├── CertificationReference.yaml │ │ ├── CertificationReferenceDto.yaml │ │ ├── CertificationResponse.yaml │ │ ├── CertificationTask.yaml │ │ ├── CertifierResponse.yaml │ │ ├── Change.yaml │ │ ├── ChangeRequest.yaml │ │ ├── ChangesetDetails.yaml │ │ ├── CheckStatus.yaml │ │ ├── Children.yaml │ │ ├── ClassificationMode.yaml │ │ ├── ClientLogConfiguration.yaml │ │ ├── ClientLogConfigurationDurationMinutes.yaml │ │ ├── ClientLogConfigurationExpiration.yaml │ │ ├── ClientStatusBody.yaml │ │ ├── ClientType.yaml │ │ ├── CloseAccessRequest.yaml │ │ ├── ClusterManualUpgrade.yaml │ │ ├── ClusterSource.yaml │ │ ├── ClusterUpgradeData.yaml │ │ ├── Comment.yaml │ │ ├── CommentDto.yaml │ │ ├── CommonAccessClassifyRequest.yaml │ │ ├── CommonAccessClassifyResponse.yaml │ │ ├── CommonAccessIDStatus.yaml │ │ ├── CommonAccessItemAccess.yaml │ │ ├── CommonAccessItemRequest.yaml │ │ ├── CommonAccessItemResponse.yaml │ │ ├── CommonAccessItemState.yaml │ │ ├── CommonAccessResponse.yaml │ │ ├── CommonAccessType.yaml │ │ ├── CompleteCampaignOptions.yaml │ │ ├── CompleteInvocation.yaml │ │ ├── CompleteInvocationInput.yaml │ │ ├── CompletedApproval.yaml │ │ ├── CompletedApprovalState.yaml │ │ ├── CompletionStatus.yaml │ │ ├── ComplexRoleCriterion.yaml │ │ ├── ComplexRoleCriterionKey.yaml │ │ ├── ConfigObject.yaml │ │ ├── ConflictingAccessCriteria.yaml │ │ ├── ConnectorCacheConfig.yaml │ │ ├── ConnectorCustomizerCreateRequest.yaml │ │ ├── ConnectorCustomizerCreateResponse.yaml │ │ ├── ConnectorCustomizerUpdateRequest.yaml │ │ ├── ConnectorCustomizerUpdateResponse.yaml │ │ ├── ConnectorCustomizerVersionCreateResponse.yaml │ │ ├── ConnectorCustomizersResponse.yaml │ │ ├── ConnectorDetail.yaml │ │ ├── ConnectorFileUploadHistory.yaml │ │ ├── ConnectorMessage.yaml │ │ ├── ConnectorRuleCreateRequest.yaml │ │ ├── ConnectorRuleResponse.yaml │ │ ├── ConnectorRuleUpdateRequest.yaml │ │ ├── ConnectorRuleValidationResponse.yaml │ │ ├── ConnectorSourcesUploadFiles.yaml │ │ ├── ContextAttributeDto.yaml │ │ ├── CorrelatedGovernanceEvent.yaml │ │ ├── CorrelationConfig.yaml │ │ ├── CreateOAuthClientRequest.yaml │ │ ├── CreateOAuthClientResponse.yaml │ │ ├── CreatePersonalAccessTokenRequest.yaml │ │ ├── CreatePersonalAccessTokenResponse.yaml │ │ ├── CriteriaType.yaml │ │ ├── CurrentWorkItemOwnerDto.yaml │ │ ├── CustomPasswordInstruction.yaml │ │ ├── DataAccess.yaml │ │ ├── DataPipeline.yaml │ │ ├── DataPipelineEvent.yaml │ │ ├── DataPipelineOperation.yaml │ │ ├── DataPipelineQualifiers.yaml │ │ ├── DataPipelineRelatedQualifiers.yaml │ │ ├── DataPipelineSummary.yaml │ │ ├── DecisionSummary.yaml │ │ ├── DeleteCampaignsRequest.yaml │ │ ├── DependantAppConnections.yaml │ │ ├── DependantConnectionsMissingDto.yaml │ │ ├── DiscoveredApplications.yaml │ │ ├── DkimAttributes.yaml │ │ ├── DomainAddress.yaml │ │ ├── DomainStatusDto.yaml │ │ ├── DtoType.yaml │ │ ├── DuoVerificationRequest.yaml │ │ ├── EmailNotificationOption.yaml │ │ ├── EmailRequest.yaml │ │ ├── EmailStatusDto.yaml │ │ ├── Entitlement.yaml │ │ ├── EntitlementAccessRequestConfig.yaml │ │ ├── EntitlementApprovalScheme.yaml │ │ ├── EntitlementBulkUpdateRequest.yaml │ │ ├── EntitlementDto.yaml │ │ ├── EntitlementPopularityDto.yaml │ │ ├── EntitlementRef.yaml │ │ ├── EntitlementRefDto.yaml │ │ ├── EntitlementRequestConfig.yaml │ │ ├── EntitlementRevocationRequestConfig.yaml │ │ ├── EntitlementSource.yaml │ │ ├── EntitlementSourceResetBaseReferenceDto.yaml │ │ ├── EntitlementViewResponse.yaml │ │ ├── ErrorMessageDto.yaml │ │ ├── ErrorMessageDtoList.yaml │ │ ├── ErrorResponseDto.yaml │ │ ├── EventBridgeConfig.yaml │ │ ├── EventStatus.yaml │ │ ├── ExecutionStatus.yaml │ │ ├── ExportOptions.yaml │ │ ├── ExportPayload.yaml │ │ ├── Expression.yaml │ │ ├── ExternalObjectDetails.yaml │ │ ├── ExternalObjectDetailsReference.yaml │ │ ├── ExternalObjectDetailsReferenceTarget.yaml │ │ ├── ExternalObjectSummary.yaml │ │ ├── ExtractRequest.yaml │ │ ├── FeatureStoreFeatureValuesRequest.yaml │ │ ├── FeatureStoreFeatureValuesResponse.yaml │ │ ├── FeatureValueDto.yaml │ │ ├── FederationProtocolDetails.yaml │ │ ├── FieldDetails.yaml │ │ ├── FieldDetailsDto.yaml │ │ ├── ForgotUsernameRequest.yaml │ │ ├── FormDetails.yaml │ │ ├── FormItemDetails.yaml │ │ ├── ForwardApprovalDto.yaml │ │ ├── FullAccount.yaml │ │ ├── FullDiscoveredApplications.yaml │ │ ├── GetEncryptionKeysData.yaml │ │ ├── GetMfaTokenRequest.yaml │ │ ├── GetMfaTokenResponse.yaml │ │ ├── GetOAuthClientResponse.yaml │ │ ├── GetPersonalAccessTokenResponse.yaml │ │ ├── GetSecretResponse.yaml │ │ ├── GovernanceEventResponse.yaml │ │ ├── GrantType.yaml │ │ ├── HttpAuthenticationType.yaml │ │ ├── HttpConfig.yaml │ │ ├── HttpDispatchMode.yaml │ │ ├── IaiConfigurationDto.yaml │ │ ├── IaiDataRole.yaml │ │ ├── IaiDataRoleEntitlement.yaml │ │ ├── IaiDataRoleEntitlementIdentity.yaml │ │ ├── IaiDataRoleIdentityEntitlement.yaml │ │ ├── IdentitiesAccountsBulkRequest.yaml │ │ ├── Identity.yaml │ │ ├── IdentityAssociationDetails.yaml │ │ ├── IdentityAttribute.yaml │ │ ├── IdentityAttributeConfig.yaml │ │ ├── IdentityAttributeDistributionDto.yaml │ │ ├── IdentityAttributePreview.yaml │ │ ├── IdentityAttributeTransform.yaml │ │ ├── IdentityAttributeValueCountDto.yaml │ │ ├── IdentityCertDecisionSummary.yaml │ │ ├── IdentityCertificationDto.yaml │ │ ├── IdentityCertificationTask.yaml │ │ ├── IdentityCertified.yaml │ │ ├── IdentityCompareResponse.yaml │ │ ├── IdentityDeletedEvent.yaml │ │ ├── IdentityEntities.yaml │ │ ├── IdentityEntitlementDetails.yaml │ │ ├── IdentityEntitlementDetailsAccountTarget.yaml │ │ ├── IdentityEntitlementDetailsEntitlementDto.yaml │ │ ├── IdentityEntitlements.yaml │ │ ├── IdentityExceptionReportReference.yaml │ │ ├── IdentityGroupDto.yaml │ │ ├── IdentityHistoryEventResponse.yaml │ │ ├── IdentityHistoryResponse.yaml │ │ ├── IdentityListItem.yaml │ │ ├── IdentityOwnershipAssociationDetails.yaml │ │ ├── IdentityPreview.yaml │ │ ├── IdentityPreviewRequest.yaml │ │ ├── IdentityPreviewResponse.yaml │ │ ├── IdentityProfile.yaml │ │ ├── IdentityProfileBulkDelete.yaml │ │ ├── IdentityProfileExportedObject.yaml │ │ ├── IdentityProfilesConnections.yaml │ │ ├── IdentityRefWithAttributes.yaml │ │ ├── IdentityReference.yaml │ │ ├── IdentityReferenceWithId.yaml │ │ ├── IdentityReferenceWithNameAndEmail.yaml │ │ ├── IdentityRequestItemResponse.yaml │ │ ├── IdentitySnapshotSummaryResponse.yaml │ │ ├── IdentitySummary.yaml │ │ ├── IdentitySummaryResponse.yaml │ │ ├── IdentitySyncJob.yaml │ │ ├── IdentitySyncPayload.yaml │ │ ├── IdentityUpdatedAccountAttributesDto.yaml │ │ ├── IdentityWithNewAccess.yaml │ │ ├── IdpDetails.yaml │ │ ├── ImportObject.yaml │ │ ├── ImportOptions.yaml │ │ ├── Incident.yaml │ │ ├── InlineConfig.yaml │ │ ├── InternalIdentityDto.yaml │ │ ├── InviteIdentitiesRequest.yaml │ │ ├── Invocation.yaml │ │ ├── InvocationStatus.yaml │ │ ├── InvocationStatusType.yaml │ │ ├── JITConfiguration.yaml │ │ ├── JobState.yaml │ │ ├── JobType.yaml │ │ ├── JsonPatch.yaml │ │ ├── JsonPatchOperation.yaml │ │ ├── JsonWebKey.yaml │ │ ├── KbaAnswerRequestItem.yaml │ │ ├── KbaAnswerResponseItem.yaml │ │ ├── KbaAuthResponse.yaml │ │ ├── KbaAuthResponseItem.yaml │ │ ├── KbaQuestion.yaml │ │ ├── LatestOutlierSummary.yaml │ │ ├── Launcher.yaml │ │ ├── LauncherRequest.yaml │ │ ├── License.yaml │ │ ├── LifecycleState.yaml │ │ ├── LifecycleStateDto.yaml │ │ ├── LifecyclestateDeleted.yaml │ │ ├── LoadAccountsTask.yaml │ │ ├── LoadEntitlementTask.yaml │ │ ├── LoadUncorrelatedAccountsTask.yaml │ │ ├── LocaleOrigin.yaml │ │ ├── LocalizedMessage.yaml │ │ ├── LockoutConfiguration.yaml │ │ ├── LogLevelSpec.yaml │ │ ├── LoginInfoErrorResponse.yaml │ │ ├── LoginInfoResponse.yaml │ │ ├── MachineAccount.yaml │ │ ├── MachineClassificationConfig.yaml │ │ ├── MachineIdentity.yaml │ │ ├── MailFromAttributes.yaml │ │ ├── MailFromAttributesDto.yaml │ │ ├── ManagedClient.yaml │ │ ├── ManagedClientRequest.yaml │ │ ├── ManagedClientStatus.yaml │ │ ├── ManagedClientStatusAggResponse.yaml │ │ ├── ManagedClientStatusCode.yaml │ │ ├── ManagedClientStatusEnum.yaml │ │ ├── ManagedClientType.yaml │ │ ├── ManagedCluster.yaml │ │ ├── ManagedClusterAttributes.yaml │ │ ├── ManagedClusterEncryptionConfig.yaml │ │ ├── ManagedClusterKeyPair.yaml │ │ ├── ManagedClusterQueue.yaml │ │ ├── ManagedClusterRedis.yaml │ │ ├── ManagedClusterRequest.yaml │ │ ├── ManagedClusterStatus.yaml │ │ ├── ManagedClusterType.yaml │ │ ├── ManagedClusterTypes.yaml │ │ ├── ManagedProcess.yaml │ │ ├── ManagedProcessConfiguration.yaml │ │ ├── ManagedProcessConfigurationHashMap.yaml │ │ ├── ManagerCorrelationMapping.yaml │ │ ├── ManualDiscoverApplications.yaml │ │ ├── ManualDiscoverApplicationsTemplate.yaml │ │ ├── ManualWorkItemDetails.yaml │ │ ├── ManualWorkItemState.yaml │ │ ├── Medium.yaml │ │ ├── MemberReference.yaml │ │ ├── MessageCatalogDto.yaml │ │ ├── MetricResponse.yaml │ │ ├── MetricsCredentialsResponse.yaml │ │ ├── MfaConfigTestResponse.yaml │ │ ├── MfaDuoConfig.yaml │ │ ├── MfaOktaConfig.yaml │ │ ├── MfaRegistrationResponse.yaml │ │ ├── MfaResetRequest.yaml │ │ ├── MfaVerificationResponse.yaml │ │ ├── MultiHostIntegrationTemplateType.yaml │ │ ├── MultiHostIntegrations.yaml │ │ ├── MultiHostIntegrationsAggScheduleUpdate.yaml │ │ ├── MultiHostIntegrationsCreate.yaml │ │ ├── MultiHostIntegrationsCreateSources.yaml │ │ ├── MultiHostSources.yaml │ │ ├── MultiPolicyRequest.yaml │ │ ├── NativeChangeDetectionConfig.yaml │ │ ├── NetworkConfiguration.yaml │ │ ├── NonEmployeeApprovalDecision.yaml │ │ ├── NonEmployeeApprovalItem.yaml │ │ ├── NonEmployeeApprovalItemBase.yaml │ │ ├── NonEmployeeApprovalItemDetail.yaml │ │ ├── NonEmployeeApprovalSummary.yaml │ │ ├── NonEmployeeBulkUploadJob.yaml │ │ ├── NonEmployeeBulkUploadStatus.yaml │ │ ├── NonEmployeeIdnUserRequest.yaml │ │ ├── NonEmployeeRecord.yaml │ │ ├── NonEmployeeRejectApprovalDecision.yaml │ │ ├── NonEmployeeRequest.yaml │ │ ├── NonEmployeeRequestBody.yaml │ │ ├── NonEmployeeRequestLite.yaml │ │ ├── NonEmployeeRequestSummary.yaml │ │ ├── NonEmployeeRequestWithoutApprovalItem.yaml │ │ ├── NonEmployeeSchemaAttribute.yaml │ │ ├── NonEmployeeSchemaAttributeBody.yaml │ │ ├── NonEmployeeSchemaAttributeType.yaml │ │ ├── NonEmployeeSource.yaml │ │ ├── NonEmployeeSourceLite.yaml │ │ ├── NonEmployeeSourceLiteWithSchemaAttributes.yaml │ │ ├── NonEmployeeSourceRequestBody.yaml │ │ ├── NonEmployeeSourceWithCloudExternalId.yaml │ │ ├── NonEmployeeSourceWithNECount.yaml │ │ ├── NotificationTemplateContext.yaml │ │ ├── ObjectExportImportOptions.yaml │ │ ├── ObjectImportResult.yaml │ │ ├── OktaVerificationRequest.yaml │ │ ├── Operation.yaml │ │ ├── OrgConfig.yaml │ │ ├── OrgConfiguration.yaml │ │ ├── OriginalApprovalOwnerDto.yaml │ │ ├── OriginalWorkItemOwnerDto.yaml │ │ ├── Outlier.yaml │ │ ├── OutlierContributingFeature.yaml │ │ ├── OutlierFeatureReference.yaml │ │ ├── OutlierFeatureSummary.yaml │ │ ├── OutlierFeatureTranslation.yaml │ │ ├── OutlierMLModelInfo.yaml │ │ ├── OutlierReference.yaml │ │ ├── OutlierSummary.yaml │ │ ├── OutlierValueType.yaml │ │ ├── OutliersBulkDetectionRequest.yaml │ │ ├── OutliersContributingFeatureAccessItems.yaml │ │ ├── Owner.yaml │ │ ├── OwnerDto.yaml │ │ ├── OwnerResponse.yaml │ │ ├── PasswordChangeRequest.yaml │ │ ├── PasswordChangeResponse.yaml │ │ ├── PasswordDigitToken.yaml │ │ ├── PasswordDigitTokenReset.yaml │ │ ├── PasswordInfo.yaml │ │ ├── PasswordInfoAccount.yaml │ │ ├── PasswordInfoQueryDTO.yaml │ │ ├── PasswordOrgConfig.yaml │ │ ├── PasswordPolicyHoldersDto.yaml │ │ ├── PasswordPolicyHoldersDtoAttributes.yaml │ │ ├── PasswordPolicyV3Dto.yaml │ │ ├── PasswordStatus.yaml │ │ ├── PasswordSyncGroup.yaml │ │ ├── PasswordUpdateRequest.yaml │ │ ├── PatOwner.yaml │ │ ├── PeerGroupMember.yaml │ │ ├── PendingApproval.yaml │ │ ├── PendingApprovalAction.yaml │ │ ├── PermissionDto.yaml │ │ ├── PreApprovalTriggerDetails.yaml │ │ ├── PreferencesDto.yaml │ │ ├── ProcessIdentitiesRequest.yaml │ │ ├── Product.yaml │ │ ├── ProvisionManagedClientInput.yaml │ │ ├── ProvisioningConfig.yaml │ │ ├── ProvisioningDetails.yaml │ │ ├── ProvisioningPolicyDto.yaml │ │ ├── ProvisioningState.yaml │ │ ├── PublicIdentity.yaml │ │ ├── PublicIdentityAttributeConfig.yaml │ │ ├── PublicIdentityConfig.yaml │ │ ├── QueuedCheckConfigDetails.yaml │ │ ├── ReassignReference.yaml │ │ ├── Reassignment.yaml │ │ ├── ReassignmentTrailDTO.yaml │ │ ├── ReassignmentTrailDTOList.yaml │ │ ├── ReassignmentType.yaml │ │ ├── Recommendation.yaml │ │ ├── RecommendationConfigDto.yaml │ │ ├── RecommendationRequest.yaml │ │ ├── RecommendationRequestDto.yaml │ │ ├── RecommendationResponse.yaml │ │ ├── RecommendationResponseDto.yaml │ │ ├── RecommenderCalculations.yaml │ │ ├── RemediationItemDetails.yaml │ │ ├── ReportConfigDTO.yaml │ │ ├── ReportResultReference.yaml │ │ ├── ReportType.yaml │ │ ├── RequestOnBehalfOfConfig.yaml │ │ ├── RequestableObject.yaml │ │ ├── RequestableObjectReference.yaml │ │ ├── RequestableObjectRequestStatus.yaml │ │ ├── RequestableObjectType.yaml │ │ ├── RequestedAccountRef.yaml │ │ ├── RequestedItemStatus.yaml │ │ ├── RequestedItemStatusRequestState.yaml │ │ ├── ResourceBundleMessage.yaml │ │ ├── ResourceObject.yaml │ │ ├── ResourceObjectsRequest.yaml │ │ ├── ResourceObjectsResponse.yaml │ │ ├── Response.yaml │ │ ├── ResponseMode.yaml │ │ ├── ReviewData.yaml │ │ ├── ReviewDecision.yaml │ │ ├── ReviewItem.yaml │ │ ├── ReviewItemActivity.yaml │ │ ├── ReviewItemsActivityTask.yaml │ │ ├── ReviewReassign.yaml │ │ ├── ReviewRecommendation.yaml │ │ ├── Reviewer.yaml │ │ ├── RevocationRequestConfig.yaml │ │ ├── RoleAssignmentDto.yaml │ │ ├── RoleAssignmentRef.yaml │ │ ├── RoleIDs.yaml │ │ ├── RoleInsight.yaml │ │ ├── RoleInsightsEntitlement.yaml │ │ ├── RoleInsightsEntitlementChanges.yaml │ │ ├── RoleInsightsIdentities.yaml │ │ ├── RoleInsightsInsight.yaml │ │ ├── RoleInsightsResponse.yaml │ │ ├── RoleInsightsRole.yaml │ │ ├── RoleInsightsSummary.yaml │ │ ├── RoleMatchDto.yaml │ │ ├── RoleMiningEntitlement.yaml │ │ ├── RoleMiningEntitlementRef.yaml │ │ ├── RoleMiningIdentity.yaml │ │ ├── RoleMiningIdentityDistribution.yaml │ │ ├── RoleMiningPotentialRole.yaml │ │ ├── RoleMiningPotentialRoleApplication.yaml │ │ ├── RoleMiningPotentialRoleEditEntitlements.yaml │ │ ├── RoleMiningPotentialRoleEntitlements.yaml │ │ ├── RoleMiningPotentialRoleExportRequest.yaml │ │ ├── RoleMiningPotentialRoleExportResponse.yaml │ │ ├── RoleMiningPotentialRoleExportState.yaml │ │ ├── RoleMiningPotentialRoleProvisionRequest.yaml │ │ ├── RoleMiningPotentialRoleProvisionState.yaml │ │ ├── RoleMiningPotentialRoleRef.yaml │ │ ├── RoleMiningPotentialRoleSourceUsage.yaml │ │ ├── RoleMiningPotentialRoleSummary.yaml │ │ ├── RoleMiningPotentialRoleSummaryDistribution.yaml │ │ ├── RoleMiningSessionDraftRoleDto.yaml │ │ ├── RoleMiningSessionDto.yaml │ │ ├── RoleMiningSessionParametersDto.yaml │ │ ├── RoleMiningSessionResponse.yaml │ │ ├── RoleMiningSessionScope.yaml │ │ ├── RoleMiningSessionScopingMethod.yaml │ │ ├── RoleMiningSessionState.yaml │ │ ├── RoleMiningSessionStatus.yaml │ │ ├── RoleTargetDto.yaml │ │ ├── RuleReference.yaml │ │ ├── SaasManagementApplication.yaml │ │ ├── SaasManagementApplicationMap.yaml │ │ ├── Schedule.yaml │ │ ├── ScheduledAction.yaml │ │ ├── Schema.yaml │ │ ├── ScriptConfig.yaml │ │ ├── SearchAttributeConfig.yaml │ │ ├── SearchCriteria.yaml │ │ ├── SectionDetails.yaml │ │ ├── Sed.yaml │ │ ├── SedApproval.yaml │ │ ├── SedApprovalStatus.yaml │ │ ├── SedAssignee.yaml │ │ ├── SedAssignment.yaml │ │ ├── SedAssignmentResponse.yaml │ │ ├── SedBatchRecord.yaml │ │ ├── SedBatchRequest.yaml │ │ ├── SedBatchResponse.yaml │ │ ├── SedBatchStats.yaml │ │ ├── SedPatch.yaml │ │ ├── Segment.yaml │ │ ├── SegmentChangeAssignments.yaml │ │ ├── SelfImportExportDto.yaml │ │ ├── SendAccountVerificationRequest.yaml │ │ ├── SendTestNotificationRequestDto.yaml │ │ ├── SendTokenRequest.yaml │ │ ├── SendTokenResponse.yaml │ │ ├── ServiceDeskIntegrationDto.yaml │ │ ├── ServiceDeskIntegrationTemplateDto.yaml │ │ ├── ServiceDeskIntegrationTemplateType.yaml │ │ ├── ServiceDeskSource.yaml │ │ ├── ServiceProviderConfiguration.yaml │ │ ├── ServiceRequest.yaml │ │ ├── ServiceRequestProvision.yaml │ │ ├── SessionConfiguration.yaml │ │ ├── SetEncryptionKeysData.yaml │ │ ├── SimIntegrationDetails.yaml │ │ ├── SlimAccount.yaml │ │ ├── SlimCampaign.yaml │ │ ├── SlimDiscoveredApplications.yaml │ │ ├── SodExemptCriteria.yaml │ │ ├── SodPolicy.yaml │ │ ├── SodPolicyDto.yaml │ │ ├── SodPolicySchedule.yaml │ │ ├── SodRecipient.yaml │ │ ├── SodReportResultDto.yaml │ │ ├── SodViolationCheck.yaml │ │ ├── SodViolationCheckResult.yaml │ │ ├── SodViolationContext.yaml │ │ ├── SodViolationContextCheckCompleted.yaml │ │ ├── Source.yaml │ │ ├── SourceClassificationStatus.yaml │ │ ├── SourceClusterDto.yaml │ │ ├── SourceCode.yaml │ │ ├── SourceConnectionsDto.yaml │ │ ├── SourceCreationErrors.yaml │ │ ├── SourceDto.yaml │ │ ├── SourceEntitlementRequestConfig.yaml │ │ ├── SourceFeature.yaml │ │ ├── SourceHealthDto.yaml │ │ ├── SourceRef.yaml │ │ ├── SourceSyncJob.yaml │ │ ├── SourceSyncPayload.yaml │ │ ├── SourceUsage.yaml │ │ ├── SourceUsageStatus.yaml │ │ ├── SpConfigExportJob.yaml │ │ ├── SpConfigExportJobStatus.yaml │ │ ├── SpConfigExportResults.yaml │ │ ├── SpConfigImportJobStatus.yaml │ │ ├── SpConfigImportResults.yaml │ │ ├── SpConfigJob.yaml │ │ ├── SpConfigMessage.yaml │ │ ├── SpConfigObject.yaml │ │ ├── SpConfigRule.yaml │ │ ├── SpConfigRules.yaml │ │ ├── SpConfigUrl.yaml │ │ ├── SpDetails.yaml │ │ ├── StandardLevel.yaml │ │ ├── StartInvocationInput.yaml │ │ ├── StatusChange.yaml │ │ ├── StatusResponse.yaml │ │ ├── SubmitActivationCodeInput.yaml │ │ ├── Subscription.yaml │ │ ├── SubscriptionInternal.yaml │ │ ├── SubscriptionPatchRequest.yaml │ │ ├── SubscriptionPostRequest.yaml │ │ ├── SubscriptionPutRequest.yaml │ │ ├── SubscriptionType.yaml │ │ ├── SyncPasswordRequest.yaml │ │ ├── SystemNotificationConfigDto.yaml │ │ ├── Tag.yaml │ │ ├── TagCategoryDto.yaml │ │ ├── TaggedObject.yaml │ │ ├── TaggedObjectDto.yaml │ │ ├── Target.yaml │ │ ├── TargetSummary.yaml │ │ ├── TaskDefinitionSummary.yaml │ │ ├── TaskInvocation.yaml │ │ ├── TaskResultDto.yaml │ │ ├── TaskResultResponse.yaml │ │ ├── TaskResultSimplified.yaml │ │ ├── TaskReturnDetails.yaml │ │ ├── TaskStatus.yaml │ │ ├── TaskStatusMessage.yaml │ │ ├── TeamSummaryDto.yaml │ │ ├── TeamSummaryReportsDto.yaml │ │ ├── TemplateBulkDeleteDto.yaml │ │ ├── TemplateDto.yaml │ │ ├── TemplateDtoDefault.yaml │ │ ├── TemplateSlack.yaml │ │ ├── TemplateTeams.yaml │ │ ├── Tenant.yaml │ │ ├── TestInvocation.yaml │ │ ├── TicketType.yaml │ │ ├── TokenAuthRequest.yaml │ │ ├── TokenAuthResponse.yaml │ │ ├── TotpCodeRequest.yaml │ │ ├── Transform.yaml │ │ ├── TransformDefinition.yaml │ │ ├── TransformRead.yaml │ │ ├── TranslationMessage.yaml │ │ ├── Trigger.yaml │ │ ├── TriggerType.yaml │ │ ├── TypeSummary.yaml │ │ ├── UpdateDetail.yaml │ │ ├── UpdateSegmentEntitlementAssignmentInput.yaml │ │ ├── UsageType.yaml │ │ ├── V3ConnectorDto.yaml │ │ ├── V3CreateConnectorDto.yaml │ │ ├── VaJob.yaml │ │ ├── ValidateFilterInputDto.yaml │ │ ├── ValidateFilterOutputDto.yaml │ │ ├── Value.yaml │ │ ├── VerificationPollRequest.yaml │ │ ├── VerificationResponse.yaml │ │ ├── ViolationOwnerAssignmentConfig.yaml │ │ ├── VisibilityCriteria.yaml │ │ ├── WorkItemForward.yaml │ │ ├── WorkItemState.yaml │ │ ├── WorkItemStateManualWorkItems.yaml │ │ ├── WorkItemType.yaml │ │ ├── WorkItemTypeManualWorkItems.yaml │ │ ├── WorkItems.yaml │ │ ├── WorkItemsCount.yaml │ │ ├── WorkItemsSummary.yaml │ │ ├── WorkgroupMemberIdentities.yaml │ │ ├── access-requests │ │ │ ├── AccessRequestResponse.yaml │ │ │ ├── AccessRequestTracking.yaml │ │ │ ├── AccountInfoRef.yaml │ │ │ ├── AccountItemRef.yaml │ │ │ ├── AccountsSelectionResponse.yaml │ │ │ ├── IdentityAccountSelections.yaml │ │ │ ├── RequestedForDtoRef.yaml │ │ │ ├── RequestedItemAccountSelections.yaml │ │ │ ├── RequestedItemDetails.yaml │ │ │ ├── RequestedItemDtoRef.yaml │ │ │ ├── SourceAccountSelections.yaml │ │ │ └── SourceItemRef.yaml │ │ ├── access │ │ │ ├── AccessProfile.yaml │ │ │ ├── AccessProfileApprovalScheme.yaml │ │ │ ├── AccessProfileBulkDeleteRequest.yaml │ │ │ ├── AccessProfileBulkDeleteResponse.yaml │ │ │ ├── AccessProfileBulkUpdateRequest.yaml │ │ │ ├── AccessProfileBulkUpdateResponse.yaml │ │ │ ├── AccessProfileRef.yaml │ │ │ ├── AccessProfileSourceRef.yaml │ │ │ ├── AccessProfileUpdateItem.yaml │ │ │ ├── AccessProfileUsage.yaml │ │ │ ├── ApprovalSchemeForRole.yaml │ │ │ ├── Dimension.yaml │ │ │ ├── DimensionBulkDeleteRequest.yaml │ │ │ ├── DimensionCriteriaKey.yaml │ │ │ ├── DimensionCriteriaKeyType.yaml │ │ │ ├── DimensionCriteriaLevel1.yaml │ │ │ ├── DimensionCriteriaLevel2.yaml │ │ │ ├── DimensionCriteriaLevel3.yaml │ │ │ ├── DimensionCriteriaOperation.yaml │ │ │ ├── DimensionMembershipSelector.yaml │ │ │ ├── DimensionMembershipSelectorType.yaml │ │ │ ├── DimensionRef.yaml │ │ │ ├── EntitlementRef.yaml │ │ │ ├── IdentityReference.yaml │ │ │ ├── OwnerReference.yaml │ │ │ ├── OwnerReferenceSegments.yaml │ │ │ ├── ProvisioningCriteriaLevel1.yaml │ │ │ ├── ProvisioningCriteriaLevel2.yaml │ │ │ ├── ProvisioningCriteriaLevel3.yaml │ │ │ ├── ProvisioningCriteriaOperation.yaml │ │ │ ├── Requestability.yaml │ │ │ ├── RequestabilityForRole.yaml │ │ │ ├── Revocability.yaml │ │ │ ├── RevocabilityForRole.yaml │ │ │ ├── Role.yaml │ │ │ ├── RoleAssignmentSourceType.yaml │ │ │ ├── RoleBulkDeleteRequest.yaml │ │ │ ├── RoleCriteriaKey.yaml │ │ │ ├── RoleCriteriaKeyType.yaml │ │ │ ├── RoleCriteriaLevel1.yaml │ │ │ ├── RoleCriteriaLevel2.yaml │ │ │ ├── RoleCriteriaLevel3.yaml │ │ │ ├── RoleCriteriaOperation.yaml │ │ │ ├── RoleIdentity.yaml │ │ │ ├── RoleMembershipIdentity.yaml │ │ │ ├── RoleMembershipSelector.yaml │ │ │ └── RoleMembershipSelectorType.yaml │ │ ├── app │ │ │ ├── AccessProfileDetails.yaml │ │ │ ├── AppAccountDetails.yaml │ │ │ ├── SourceApp.yaml │ │ │ ├── SourceAppBulkUpdateRequest.yaml │ │ │ ├── SourceAppCreateDto.yaml │ │ │ ├── SourceAppPatchDto.yaml │ │ │ ├── UserApp.yaml │ │ │ ├── matchTerm.yaml │ │ │ └── selector.yaml │ │ ├── campaign │ │ │ └── examples │ │ │ │ ├── CampaignTemplateManager.yaml │ │ │ │ ├── CampaignTemplateRoleComposition.yaml │ │ │ │ ├── CampaignTemplateSearch.yaml │ │ │ │ ├── CampaignTemplateSourceOwner.yaml │ │ │ │ ├── CampaignTemplates.yaml │ │ │ │ ├── CreateCampaignMachineAccount.yaml │ │ │ │ ├── CreateCampaignManager.yaml │ │ │ │ ├── CreateCampaignRoleComposition.yaml │ │ │ │ ├── CreateCampaignSearch.yaml │ │ │ │ ├── CreateCampaignSourceOwner.yaml │ │ │ │ ├── CreateCampaignTemplateManager.yaml │ │ │ │ ├── CreateCampaignTemplateRoleComposition.yaml │ │ │ │ ├── CreateCampaignTemplateSearch.yaml │ │ │ │ ├── CreateCampaignTemplateSourceOwner.yaml │ │ │ │ ├── FullCampaignMachineAccount.yaml │ │ │ │ ├── FullCampaignManager.yaml │ │ │ │ ├── FullCampaignRoleComposition.yaml │ │ │ │ ├── FullCampaignSearch.yaml │ │ │ │ ├── FullCampaignSourceOwner.yaml │ │ │ │ ├── FullCampaigns.yaml │ │ │ │ ├── SlimCampaignManager.yaml │ │ │ │ ├── SlimCampaignRoleComposition.yaml │ │ │ │ ├── SlimCampaignSearch.yaml │ │ │ │ ├── SlimCampaignSourceOwner.yaml │ │ │ │ └── SlimCampaigns.yaml │ │ ├── campaignFilters │ │ │ └── example │ │ │ │ └── CreateCampaignFilter.yaml │ │ ├── configuration-hub │ │ │ ├── ApprovalComment.yaml │ │ │ ├── BackupOptions.yaml │ │ │ ├── BackupResponse.yaml │ │ │ ├── DeployRequest.yaml │ │ │ ├── DeployResponse.yaml │ │ │ ├── DraftResponse.yaml │ │ │ ├── ObjectExportImportNames.yaml │ │ │ ├── ObjectMappingBulkCreateRequest.yaml │ │ │ ├── ObjectMappingBulkCreateResponse.yaml │ │ │ ├── ObjectMappingBulkPatchRequest.yaml │ │ │ ├── ObjectMappingBulkPatchResponse.yaml │ │ │ ├── ObjectMappingRequest.yaml │ │ │ ├── ObjectMappingResponse.yaml │ │ │ ├── ScheduledActionPayload.yaml │ │ │ └── ScheduledActionResponse.yaml │ │ ├── data-segment │ │ │ ├── Data-Segment.yaml │ │ │ ├── MembershipType.yaml │ │ │ ├── Ref.yaml │ │ │ ├── Scope.yaml │ │ │ ├── ScopeType.yaml │ │ │ ├── ScopeVisibilityType.yaml │ │ │ ├── Scopes.yaml │ │ │ ├── SegmentId.yaml │ │ │ ├── SegmentMembership.yaml │ │ │ ├── Selection.yaml │ │ │ ├── enabled.yaml │ │ │ └── published.yaml │ │ ├── discovered-applications │ │ │ ├── JsonPatchOperations.yaml │ │ │ └── examples │ │ │ │ ├── FullDiscoveredApplications.yaml │ │ │ │ └── SlimDiscoveredApplications.yaml │ │ ├── filter │ │ │ ├── Bound.yaml │ │ │ ├── Filter.yaml │ │ │ ├── FilterType.yaml │ │ │ ├── Range.yaml │ │ │ └── examples │ │ │ │ ├── exists.yaml │ │ │ │ ├── range.yaml │ │ │ │ └── terms.yaml │ │ ├── forms │ │ │ ├── ConditionEffect.yaml │ │ │ ├── ConditionRule.yaml │ │ │ ├── CreateFormDefinitionRequest.yaml │ │ │ ├── CreateFormInstanceRequest.yaml │ │ │ ├── Error.yaml │ │ │ ├── ErrorMessage.yaml │ │ │ ├── FormCondition.yaml │ │ │ ├── FormDefinitionDynamicSchemaRequest.yaml │ │ │ ├── FormDefinitionDynamicSchemaResponse.yaml │ │ │ ├── FormDefinitionFileUploadResponse.yaml │ │ │ ├── FormDefinitionInput.yaml │ │ │ ├── FormDefinitionResponse.yaml │ │ │ ├── FormDefinitionSelfImportExportDto.yaml │ │ │ ├── FormElement.yaml │ │ │ ├── FormElementDataSourceConfigOptions.yaml │ │ │ ├── FormElementDynamicDataSource.yaml │ │ │ ├── FormElementDynamicDataSourceConfig.yaml │ │ │ ├── FormElementPreviewRequest.yaml │ │ │ ├── FormElementValidationsSet.yaml │ │ │ ├── FormError.yaml │ │ │ ├── FormInstanceCreatedBy.yaml │ │ │ ├── FormInstanceRecipient.yaml │ │ │ ├── FormInstanceResponse.yaml │ │ │ ├── FormOwner.yaml │ │ │ ├── FormUsedBy.yaml │ │ │ ├── ListFormDefinitionsByTenantResponse.yaml │ │ │ ├── ListFormElementDataByElementIDResponse.yaml │ │ │ ├── ListFormInstancesByTenantResponse.yaml │ │ │ ├── ListPredefinedSelectOptionsResponse.yaml │ │ │ ├── Nil.yaml │ │ │ ├── Operation.yaml │ │ │ ├── Patch.yaml │ │ │ ├── PreDefinedSelectOption.yaml │ │ │ └── PreviewDataSourceResponse.yaml │ │ ├── gov-attributes │ │ │ ├── AttributeDTO.yaml │ │ │ ├── AttributeDTOList.yaml │ │ │ └── AttributeValueDTO.yaml │ │ ├── gov-entitlement │ │ │ ├── EntitlementDTO.yaml │ │ │ ├── EntitlementIdentifierDTO.yaml │ │ │ ├── ManuallyUpdatedFieldsDTO.yaml │ │ │ ├── OwnerReferenceDto.yaml │ │ │ └── PermissionDTO.yaml │ │ ├── iai │ │ │ ├── EntityCreatedByDTO.yaml │ │ │ ├── NullableEntityCreatedByDTO.yaml │ │ │ └── RoleMiningRoleType.yaml │ │ ├── identity-attributes │ │ │ ├── IdentityAttribute.yaml │ │ │ ├── IdentityAttributeNames.yaml │ │ │ └── Source.yaml │ │ ├── machine │ │ │ ├── MachineClassificationCriteriaLevel1.yaml │ │ │ ├── MachineClassificationCriteriaLevel2.yaml │ │ │ ├── MachineClassificationCriteriaLevel3.yaml │ │ │ └── MachineClassificationCriteriaOperation.yaml │ │ ├── managedClustersClientLogConfiguration │ │ │ └── examples │ │ │ │ ├── client-log-configuration-duration-minutes.yaml │ │ │ │ └── client-log-configuration-expiration.yaml │ │ ├── non-employee │ │ │ ├── ApprovalItemDetails.yaml │ │ │ ├── ApprovalReminderAndEscalationConfig.yaml │ │ │ ├── ApprovalStatus.yaml │ │ │ ├── ApprovalSummary.yaml │ │ │ ├── NonEmployeeApprovalDecision.yaml │ │ │ ├── NonEmployeeApprovalItem.yaml │ │ │ ├── NonEmployeeApprovalItemBase.yaml │ │ │ ├── NonEmployeeApprovalItemDetail.yaml │ │ │ ├── NonEmployeeApprovalSummary.yaml │ │ │ ├── NonEmployeeBulkUploadJob.yaml │ │ │ ├── NonEmployeeBulkUploadStatus.yaml │ │ │ ├── NonEmployeeIdentityDtoType.yaml │ │ │ ├── NonEmployeeIdentityReferenceWithId.yaml │ │ │ ├── NonEmployeeIdnUserRequest.yaml │ │ │ ├── NonEmployeeRecord.yaml │ │ │ ├── NonEmployeeRejectApprovalDecision.yaml │ │ │ ├── NonEmployeeRequest.yaml │ │ │ ├── NonEmployeeRequestBody.yaml │ │ │ ├── NonEmployeeRequestLite.yaml │ │ │ ├── NonEmployeeRequestSummary.yaml │ │ │ ├── NonEmployeeRequestWithoutApprovalItem.yaml │ │ │ ├── NonEmployeeSchemaAttribute.yaml │ │ │ ├── NonEmployeeSchemaAttributeBody.yaml │ │ │ ├── NonEmployeeSchemaAttributeType.yaml │ │ │ ├── NonEmployeeSource.yaml │ │ │ ├── NonEmployeeSourceLite.yaml │ │ │ ├── NonEmployeeSourceLiteWithSchemaAttributes.yaml │ │ │ ├── NonEmployeeSourceRequestBody.yaml │ │ │ ├── NonEmployeeSourceWithCloudExternalId.yaml │ │ │ └── NonEmployeeSourceWithNECount.yaml │ │ ├── reports │ │ │ ├── ReportDetails.yaml │ │ │ ├── ReportResults.yaml │ │ │ ├── TaskResultDetails.yaml │ │ │ ├── arguments │ │ │ │ ├── accounts-export-report-arguments.yaml │ │ │ │ ├── identities-details-report-arguments.yaml │ │ │ │ ├── identities-report-arguments.yaml │ │ │ │ ├── identity-profile-identity-error-report-arguments.yaml │ │ │ │ ├── orphan-identities-report-arguments.yaml │ │ │ │ ├── search-export-report-arguments.yaml │ │ │ │ └── uncorrelated-accounts-report-arguments.yaml │ │ │ └── examples │ │ │ │ ├── account-export-report-details.yaml │ │ │ │ ├── identities-details-report-details.yaml │ │ │ │ ├── identities-details-report-results.yaml │ │ │ │ ├── identities-details-report-task-result.yaml │ │ │ │ ├── identities-report-details.yaml │ │ │ │ ├── identity-profile-identity-error-report-details.yaml │ │ │ │ ├── orphan-identities-report-details.yaml │ │ │ │ ├── search-export-report-details.yaml │ │ │ │ ├── search-export-report-task-result.yaml │ │ │ │ └── uncorrelated-accounts-report-details.yaml │ │ ├── reviews │ │ │ ├── ReviewableAccessProfile.yaml │ │ │ ├── ReviewableEntitlement.yaml │ │ │ └── ReviewableRole.yaml │ │ ├── role-metadata │ │ │ ├── RoleBulkUpdateResponse.yaml │ │ │ ├── RoleGetAllBulkUpdateResponse.yaml │ │ │ ├── RoleListFilterDTO.yaml │ │ │ ├── RoleMetadataBulkUpdateByFilterRequest.yaml │ │ │ ├── RoleMetadataBulkUpdateByIdRequest.yaml │ │ │ └── RoleMetadataBulkUpdateByQueryRequest.yaml │ │ ├── schedule │ │ │ ├── Schedule.yaml │ │ │ ├── ScheduleType.yaml │ │ │ ├── Selector.yaml │ │ │ └── SelectorType.yaml │ │ ├── search │ │ │ ├── ElasticVersion.yaml │ │ │ ├── Index.yaml │ │ │ ├── InnerHit.yaml │ │ │ ├── Query.yaml │ │ │ ├── QueryResultFilter.yaml │ │ │ ├── QueryType.yaml │ │ │ ├── Search.yaml │ │ │ ├── TextQuery.yaml │ │ │ ├── TypeAheadQuery.yaml │ │ │ ├── aggregate │ │ │ │ ├── AggregationType.yaml │ │ │ │ ├── Aggregations.yaml │ │ │ │ ├── BucketAggregation.yaml │ │ │ │ ├── BucketType.yaml │ │ │ │ ├── FilterAggregation.yaml │ │ │ │ ├── MetricAggregation.yaml │ │ │ │ ├── MetricType.yaml │ │ │ │ ├── NestedAggregation.yaml │ │ │ │ ├── SearchAggregationSpecification.yaml │ │ │ │ ├── SearchFilterType.yaml │ │ │ │ ├── SubSearchAggregationSpecification.yaml │ │ │ │ └── examples │ │ │ │ │ ├── bucketAggregation-dsl.yaml │ │ │ │ │ ├── bucketAggregation-subAggregation-dsl.yaml │ │ │ │ │ ├── bucketAggregation-subAggregation.yaml │ │ │ │ │ ├── bucketAggregation.yaml │ │ │ │ │ ├── metricAggregation-dsl.yaml │ │ │ │ │ ├── metricAggregation.yaml │ │ │ │ │ ├── nestedAggregation-bucketAggregation-dsl.yaml │ │ │ │ │ ├── nestedAggregation-bucketAggregation.yaml │ │ │ │ │ ├── nestedAggregation-filterAggregation-bucketAggregation-dsl.yaml │ │ │ │ │ └── nestedAggregation-filterAggregation-bucketAggregation.yaml │ │ │ ├── documents │ │ │ │ ├── AggregationResult-csv.yaml │ │ │ │ ├── AggregationResult.yaml │ │ │ │ ├── SearchDocument.yaml │ │ │ │ ├── SearchDocuments.yaml │ │ │ │ └── examples │ │ │ │ │ ├── accessProfile.yaml │ │ │ │ │ ├── accessProfiles.yaml │ │ │ │ │ ├── accountActivities.yaml │ │ │ │ │ ├── accountActivity.yaml │ │ │ │ │ ├── bullet-bull-dog.yml │ │ │ │ │ ├── entitlement.yaml │ │ │ │ │ ├── entitlements.yaml │ │ │ │ │ ├── event.yaml │ │ │ │ │ ├── events.yaml │ │ │ │ │ ├── filterExists.yaml │ │ │ │ │ ├── filterRange.yaml │ │ │ │ │ ├── filterTerms.yaml │ │ │ │ │ ├── identities.yaml │ │ │ │ │ ├── identity.yaml │ │ │ │ │ ├── nina-kitty.yml │ │ │ │ │ ├── queryFields.yaml │ │ │ │ │ ├── queryInnerHit.yaml │ │ │ │ │ ├── queryTimeZone.yaml │ │ │ │ │ ├── role.yaml │ │ │ │ │ ├── roles.yaml │ │ │ │ │ ├── typeAheadQuery.yaml │ │ │ │ │ └── typeAheadQueryNestedType.yaml │ │ │ ├── examples │ │ │ │ ├── filter-exists.yaml │ │ │ │ ├── filter-range.yaml │ │ │ │ ├── filter-terms.yaml │ │ │ │ ├── query-accessprofiles.yaml │ │ │ │ ├── query-accountactivities.yaml │ │ │ │ ├── query-entitlements.yaml │ │ │ │ ├── query-events.yaml │ │ │ │ ├── query-fields.yaml │ │ │ │ ├── query-identities.yaml │ │ │ │ ├── query-innerHit.yaml │ │ │ │ ├── query-roles.yaml │ │ │ │ ├── query-timeZone.yaml │ │ │ │ ├── typeAheadQuery-nestedType.yaml │ │ │ │ └── typeAheadQuery.yaml │ │ │ ├── model │ │ │ │ ├── access │ │ │ │ │ ├── Access.yaml │ │ │ │ │ ├── AccessApps.yaml │ │ │ │ │ ├── AccessProfileEntitlement.yaml │ │ │ │ │ ├── AccessProfileRole.yaml │ │ │ │ │ ├── AccessProfileSummary.yaml │ │ │ │ │ ├── BaseAccess.yaml │ │ │ │ │ └── profile │ │ │ │ │ │ ├── AccessProfileDocument.yaml │ │ │ │ │ │ └── AccessProfileDocuments.yaml │ │ │ │ ├── account │ │ │ │ │ ├── AccountSource.yaml │ │ │ │ │ ├── ActivityIdentity.yaml │ │ │ │ │ ├── BaseAccount.yaml │ │ │ │ │ └── activity │ │ │ │ │ │ ├── AccountActivityDocument.yaml │ │ │ │ │ │ ├── AccountActivityDocuments.yaml │ │ │ │ │ │ ├── AccountRequest.yaml │ │ │ │ │ │ ├── Approval.yaml │ │ │ │ │ │ ├── ApprovalComment.yaml │ │ │ │ │ │ ├── AttributeRequest.yaml │ │ │ │ │ │ ├── ExpansionItem.yaml │ │ │ │ │ │ ├── OriginalRequest.yaml │ │ │ │ │ │ └── Result.yaml │ │ │ │ ├── base │ │ │ │ │ ├── BaseAccessProfile.yaml │ │ │ │ │ ├── BaseDocument.yaml │ │ │ │ │ ├── BaseSegment.yaml │ │ │ │ │ ├── DateTime.yaml │ │ │ │ │ ├── DisplayReference.yaml │ │ │ │ │ ├── DocumentFields.yaml │ │ │ │ │ ├── DocumentType.yaml │ │ │ │ │ ├── Reference.yaml │ │ │ │ │ ├── Tags.yaml │ │ │ │ │ └── TypedReference.yaml │ │ │ │ ├── entitlement │ │ │ │ │ ├── BaseEntitlement.yaml │ │ │ │ │ ├── EntitlementDocument.yaml │ │ │ │ │ └── EntitlementDocuments.yaml │ │ │ │ ├── event │ │ │ │ │ ├── EventDocument.yaml │ │ │ │ │ ├── EventDocuments.yaml │ │ │ │ │ └── NameType.yaml │ │ │ │ ├── identity │ │ │ │ │ ├── App.yaml │ │ │ │ │ ├── IdentityAccess.yaml │ │ │ │ │ ├── IdentityDocument.yaml │ │ │ │ │ ├── IdentityDocuments.yaml │ │ │ │ │ ├── Owner.yaml │ │ │ │ │ ├── Owns.yaml │ │ │ │ │ ├── ProcessingDetails.yaml │ │ │ │ │ └── SearchIdentityReference.yaml │ │ │ │ └── role │ │ │ │ │ ├── RoleDocument.yaml │ │ │ │ │ └── RoleDocuments.yaml │ │ │ ├── saved │ │ │ │ ├── Column.yaml │ │ │ │ ├── SavedSearch.yaml │ │ │ │ ├── SavedSearchDetail.yaml │ │ │ │ ├── SavedSearchName.yaml │ │ │ │ ├── SearchArguments.yaml │ │ │ │ └── examples │ │ │ │ │ ├── execute-scheduled.yaml │ │ │ │ │ └── execute-test.yaml │ │ │ └── scheduled │ │ │ │ ├── ScheduledSearch.yaml │ │ │ │ ├── ScheduledSearchName.yaml │ │ │ │ └── SearchSchedule.yaml │ │ ├── sod │ │ │ ├── examples │ │ │ │ ├── exception-body-bulk.yaml │ │ │ │ ├── exception-body-patch.yaml │ │ │ │ ├── exception-body.yaml │ │ │ │ ├── exception-response-bulk.yaml │ │ │ │ └── exception-response.yaml │ │ │ ├── models │ │ │ │ ├── ArmRisk.yaml │ │ │ │ ├── BulkCreate.yaml │ │ │ │ ├── Exception.yaml │ │ │ │ ├── ExceptionAccessCriteria.yaml │ │ │ │ ├── ExceptionCriteria.yaml │ │ │ │ ├── ExceptionCriteriaAccess.yaml │ │ │ │ ├── ExceptionList.yaml │ │ │ │ ├── ExceptionOriginDto.yaml │ │ │ │ ├── IdentityWithNewAccess.yaml │ │ │ │ ├── SodPolicyDto.yaml │ │ │ │ ├── ViolationContext.yaml │ │ │ │ └── ViolationPrediction.yaml │ │ │ └── responses │ │ │ │ ├── 200-list.yaml │ │ │ │ ├── 200-patch.yaml │ │ │ │ ├── 200.yaml │ │ │ │ ├── 201.yaml │ │ │ │ └── 202.yaml │ │ ├── sources │ │ │ └── Schedule.yaml │ │ ├── transforms │ │ │ ├── AccountAttribute.yaml │ │ │ ├── Base64Decode.yaml │ │ │ ├── Base64Encode.yaml │ │ │ ├── Concatenation.yaml │ │ │ ├── Conditional.yaml │ │ │ ├── DateCompare.yaml │ │ │ ├── DateFormat.yaml │ │ │ ├── DateMath.yaml │ │ │ ├── DecomposeDiacriticalMarks.yaml │ │ │ ├── E164phone.yaml │ │ │ ├── FirstValid.yaml │ │ │ ├── ISO3166.yaml │ │ │ ├── IdentityAttribute.yaml │ │ │ ├── IndexOf.yaml │ │ │ ├── LastIndexOf.yaml │ │ │ ├── LeftPad.yaml │ │ │ ├── Lookup.yaml │ │ │ ├── Lower.yaml │ │ │ ├── NameNormalizer.yaml │ │ │ ├── RandomAlphaNumeric.yaml │ │ │ ├── RandomNumeric.yaml │ │ │ ├── Reference.yaml │ │ │ ├── Replace.yaml │ │ │ ├── ReplaceAll.yaml │ │ │ ├── RequiresPeriodicRefresh.yaml │ │ │ ├── RightPad.yaml │ │ │ ├── Rule.yaml │ │ │ ├── Split.yaml │ │ │ ├── Static.yaml │ │ │ ├── Substring.yaml │ │ │ ├── Trim.yaml │ │ │ ├── UUIDGenerator.yaml │ │ │ ├── Upper.yaml │ │ │ ├── date-formats │ │ │ │ ├── namedConstructs.yaml │ │ │ │ └── simpleDateFormat.yaml │ │ │ ├── input.yaml │ │ │ └── rules │ │ │ │ ├── GenerateRandomString.yaml │ │ │ │ ├── GetEndOfString.yaml │ │ │ │ ├── GetReferenceIdentityAttribute.yaml │ │ │ │ └── TransformRule.yaml │ │ ├── trigger │ │ │ ├── example-input │ │ │ │ ├── AccessItemApproverDto.yaml │ │ │ │ ├── AccessItemRequestedForDto.yaml │ │ │ │ ├── AccessItemRequesterDto.yaml │ │ │ │ ├── AccessRequestDynamicApprovalResponse.yaml │ │ │ │ ├── AccessRequestDynamicApprover.yaml │ │ │ │ ├── AccessRequestPostApproval.yaml │ │ │ │ ├── AccessRequestPreApproval.yaml │ │ │ │ ├── AccessRequestSubmittedResponse.yaml │ │ │ │ ├── AccountAggregationCompleted.yaml │ │ │ │ ├── AccountAttributesChanged.yaml │ │ │ │ ├── AccountCorrelated.yaml │ │ │ │ ├── AccountUncorrelated.yaml │ │ │ │ ├── AccountsCollectedForAggregation.yaml │ │ │ │ ├── CampaignActivated.yaml │ │ │ │ ├── CampaignEnded.yaml │ │ │ │ ├── CampaignGenerated.yaml │ │ │ │ ├── CertificationSignedOff.yaml │ │ │ │ ├── FormSubmitted.yaml │ │ │ │ ├── IdentityAttributesChanged.yaml │ │ │ │ ├── IdentityCreated.yaml │ │ │ │ ├── IdentityDeleted.yaml │ │ │ │ ├── OutlierDetected.yaml │ │ │ │ ├── ProvisioningCompleted.yaml │ │ │ │ ├── SavedSearchComplete.yaml │ │ │ │ ├── SourceAccountCreated.yaml │ │ │ │ ├── SourceAccountDeleted.yaml │ │ │ │ ├── SourceAccountUpdated.yaml │ │ │ │ ├── SourceCreated.yaml │ │ │ │ ├── SourceDeleted.yaml │ │ │ │ ├── SourceUpdated.yaml │ │ │ │ └── VAClusterStatusChangeEvent.yaml │ │ │ └── example-output │ │ │ │ ├── AccessRequestDynamicApprover.yaml │ │ │ │ └── AccessRequestPreApproval.yaml │ │ ├── ui-metadata │ │ │ ├── TenantUiMetadataItemResponse.yaml │ │ │ └── TenantUiMetadataItemUpdateRequest.yaml │ │ ├── work-reassignment │ │ │ ├── AuditDetails.yaml │ │ │ ├── ConfigType.yaml │ │ │ ├── ConfigTypeEnum.yaml │ │ │ ├── ConfigTypeEnumCamel.yaml │ │ │ ├── ConfigurationDetailsResponse.yaml │ │ │ ├── ConfigurationItemRequest.yaml │ │ │ ├── ConfigurationItemResponse.yaml │ │ │ ├── ConfigurationResponse.yaml │ │ │ ├── EvaluateResponse.yaml │ │ │ ├── Identity.yaml │ │ │ ├── LookupStep.yaml │ │ │ ├── ReassignmentTypeEnum.yaml │ │ │ ├── TenantConfigurationDetails.yaml │ │ │ ├── TenantConfigurationRequest.yaml │ │ │ ├── TenantConfigurationResponse.yaml │ │ │ └── examples │ │ │ │ ├── evaluateEmpty.yaml │ │ │ │ ├── evaluateLong.yaml │ │ │ │ └── evaluateSelfReview.yaml │ │ ├── workflows │ │ │ ├── Workflow.yaml │ │ │ ├── WorkflowBody.yaml │ │ │ ├── WorkflowDefinition.yaml │ │ │ ├── WorkflowExecution.yaml │ │ │ ├── WorkflowExecutionEvent.yaml │ │ │ ├── WorkflowLibraryAction.yaml │ │ │ ├── WorkflowLibraryFormFields.yaml │ │ │ ├── WorkflowLibraryOperator.yaml │ │ │ ├── WorkflowLibraryTrigger.yaml │ │ │ ├── WorkflowModifiedBy.yaml │ │ │ ├── WorkflowOAuthClient.yaml │ │ │ ├── WorkflowTrigger.yaml │ │ │ └── trigger-attributes │ │ │ │ ├── EventAttributes.yaml │ │ │ │ ├── ExternalAttributes.yaml │ │ │ │ └── ScheduledAttributes.yaml │ │ └── workgroups │ │ │ ├── BulkWorkgroupMembersRequest.yaml │ │ │ ├── ConnectedObject.yaml │ │ │ ├── ConnectedObjectType.yaml │ │ │ ├── WorkgroupBulkDeleteRequest.yaml │ │ │ ├── WorkgroupBulkDeleteResponse.yaml │ │ │ ├── WorkgroupConnectionDto.yaml │ │ │ ├── WorkgroupDeleteItem.yaml │ │ │ ├── WorkgroupDto.yaml │ │ │ ├── WorkgroupMemberAddItem.yaml │ │ │ ├── WorkgroupMemberBulkAddResponse.yaml │ │ │ ├── WorkgroupMemberBulkDeleteResponse.yaml │ │ │ └── WorkgroupMemberDeleteItem.yaml │ ├── securitySchemes │ │ └── OAuth2.yaml │ └── webhooks │ │ ├── access-request-decision.yaml │ │ ├── access-request-dynamic-approval.yaml │ │ ├── access-request-submitted.yaml │ │ ├── account-aggregation-completed.yaml │ │ ├── campaign-activated.yaml │ │ ├── campaign-ended.yaml │ │ ├── campaign-generated.yaml │ │ ├── certification-signed-off.yaml │ │ ├── form-submitted.yaml │ │ ├── identity-attributes-changed.yaml │ │ ├── identity-created.yaml │ │ ├── identity-deleted.yaml │ │ ├── native-change-account-created.yaml │ │ ├── native-change-account-deleted.yaml │ │ ├── native-change-account-updated.yaml │ │ ├── outlier-detected.yaml │ │ ├── provisioning-completed.yaml │ │ ├── scheduled-search.yaml │ │ ├── source-created.yaml │ │ ├── source-deleted.yaml │ │ ├── source-updated.yaml │ │ └── va-cluster-status-change.yaml ├── v2025 │ ├── parameters │ │ ├── count.yaml │ │ ├── limit.yaml │ │ ├── limit50.yaml │ │ ├── offset.yaml │ │ ├── path │ │ │ └── search │ │ │ │ ├── id.yaml │ │ │ │ └── index.yaml │ │ └── searchlimit.yaml │ ├── paths │ │ ├── access-model-metadata-list.yaml │ │ ├── access-model-metadata-update-filter.yaml │ │ ├── access-model-metadata-update-ids.yaml │ │ ├── access-model-metadata-update-query.yaml │ │ ├── access-model-metadata-value-list.yaml │ │ ├── access-model-metadata-value.yaml │ │ ├── access-model-metadata.yaml │ │ ├── access-profile-bulk-delete.yaml │ │ ├── access-profile-bulk-update-requestable.yaml │ │ ├── access-profile-entitlements.yaml │ │ ├── access-profile.yaml │ │ ├── access-profiles-cleanup.yaml │ │ ├── access-profiles.yaml │ │ ├── access-request-approval-summary.yaml │ │ ├── access-request-approvers-list.yaml │ │ ├── access-request-bulk-approve.yaml │ │ ├── access-request-cancel.yaml │ │ ├── access-request-close.yaml │ │ ├── access-request-config.yaml │ │ ├── access-request-identity-metrics.yaml │ │ ├── access-request-status-administrator.yaml │ │ ├── access-request-status.yaml │ │ ├── access-requests-accounts-selection.yaml │ │ ├── access-requests.yaml │ │ ├── access-roles-change-segment-assignments.yaml │ │ ├── account-activities.yaml │ │ ├── account-activity-get-one.yaml │ │ ├── account-activity-list.yaml │ │ ├── account-activity.yaml │ │ ├── account-aggregation-status.yaml │ │ ├── account-usages.yaml │ │ ├── account.yaml │ │ ├── accounts-id-disable.yaml │ │ ├── accounts-id-enable.yaml │ │ ├── accounts-id-entitlements.yaml │ │ ├── accounts-id-reload.yaml │ │ ├── accounts-id-unlock.yaml │ │ ├── accounts.yaml │ │ ├── aggregate-agents.yaml │ │ ├── ai-access-request-recommendations-config.yaml │ │ ├── ai-access-request-recommendations-ignored.yaml │ │ ├── ai-access-request-recommendations-requested.yaml │ │ ├── ai-access-request-recommendations-viewed-bulk-create.yaml │ │ ├── ai-access-request-recommendations-viewed.yaml │ │ ├── ai-access-request-recommendations.yaml │ │ ├── api-usage │ │ │ ├── get-summary.yaml │ │ │ └── get-total-count.yaml │ │ ├── approval.yaml │ │ ├── approvals-bulk-approve.yaml │ │ ├── approvals-bulk-cancel.yaml │ │ ├── approvals-bulk-reassign.yaml │ │ ├── approvals-bulk-reject.yaml │ │ ├── approvals-config-id.yaml │ │ ├── approvals-config.yaml │ │ ├── approvals-id-approve.yaml │ │ ├── approvals-id-attributes.yaml │ │ ├── approvals-id-comments.yaml │ │ ├── approvals-id-reassign.yaml │ │ ├── approvals-id-reject.yaml │ │ ├── approvals.yaml │ │ ├── approve-access-request-approval.yaml │ │ ├── assign-verified-from-addresses.yaml │ │ ├── attr-sync-config-source.yaml │ │ ├── attr-sync-config-tenant.yaml │ │ ├── auth-org-config.yaml │ │ ├── auth-org-lockout-config.yaml │ │ ├── auth-org-network-config.yaml │ │ ├── auth-org-service-provider-config.yaml │ │ ├── auth-org-session-config.yaml │ │ ├── auth-profile.yaml │ │ ├── auth-profiles.yaml │ │ ├── auth-user-password.yaml │ │ ├── auth-user.yaml │ │ ├── auth.yaml │ │ ├── authmfa │ │ │ ├── confirm-registration.yaml │ │ │ ├── generate-mfa-token.yaml │ │ │ ├── generate-secret.yaml │ │ │ ├── mfa-registration-reset.yaml │ │ │ ├── registration-status.yaml │ │ │ └── verify-code.yaml │ │ ├── authorization-capabilities.yaml │ │ ├── authorization │ │ │ ├── user-level-identities.yaml │ │ │ └── user-levels-identity-count.yaml │ │ ├── branding.yaml │ │ ├── brandings.yaml │ │ ├── bulk-add-tagged-objects.yaml │ │ ├── bulk-cancel-access-request.yaml │ │ ├── bulk-remove-tagged-objects.yaml │ │ ├── bulk-update-auth-user.yaml │ │ ├── campaign-activate.yaml │ │ ├── campaign-admin-cert-reassign.yaml │ │ ├── campaign-complete.yaml │ │ ├── campaign-filter.yaml │ │ ├── campaign-filters-delete.yaml │ │ ├── campaign-filters.yaml │ │ ├── campaign-reports-configuration.yaml │ │ ├── campaign-reports.yaml │ │ ├── campaign-run-remediation-scan.yaml │ │ ├── campaign-run-report.yaml │ │ ├── campaign-template-generate.yaml │ │ ├── campaign-template-schedule.yaml │ │ ├── campaign-template.yaml │ │ ├── campaign-templates.yaml │ │ ├── campaign.yaml │ │ ├── campaigns-delete.yaml │ │ ├── campaigns.yaml │ │ ├── certification-task.yaml │ │ ├── certification-tasks.yaml │ │ ├── certification.yaml │ │ ├── certifications-access-summaries.yaml │ │ ├── certifications-decide.yaml │ │ ├── certifications-decision-summary.yaml │ │ ├── certifications-entitlement-permissions.yaml │ │ ├── certifications-reassign-async.yaml │ │ ├── certifications-reassign.yaml │ │ ├── certifications-review-items-activity.yaml │ │ ├── certifications-review-items.yaml │ │ ├── certifications-reviewers.yaml │ │ ├── certifications-sign-off.yaml │ │ ├── certifications-target-summaries.yaml │ │ ├── certifications-target-summary.yaml │ │ ├── certifications.yaml │ │ ├── common-access-classify-request.yaml │ │ ├── common-access-classify.yaml │ │ ├── common-access-update-status.yaml │ │ ├── common-access.yaml │ │ ├── completed-access-request-approvals.yaml │ │ ├── configuration-hub │ │ │ ├── backup-id.yaml │ │ │ ├── backup-uploads-id.yaml │ │ │ ├── backup-uploads.yaml │ │ │ ├── backup.yaml │ │ │ ├── deploy-id.yaml │ │ │ ├── deploy.yaml │ │ │ ├── draft-id.yaml │ │ │ ├── draft.yaml │ │ │ ├── object-mapping-bulk-create.yaml │ │ │ ├── object-mapping-bulk-update.yaml │ │ │ ├── object-mapping-delete.yaml │ │ │ ├── object-mapping.yaml │ │ │ ├── scheduled-actions-id.yaml │ │ │ └── scheduled-actions.yaml │ │ ├── connector-customizers-id.yaml │ │ ├── connector-customizers-versions.yaml │ │ ├── connector-customizers.yaml │ │ ├── connector-rule-validate.yaml │ │ ├── connector-rule.yaml │ │ ├── connector-rules.yaml │ │ ├── connector.yaml │ │ ├── connectors-correlation-config.yaml │ │ ├── connectors-source-config.yaml │ │ ├── connectors-source-template.yaml │ │ ├── connectors-translations.yaml │ │ ├── connectors.yaml │ │ ├── correlation-config.yaml │ │ ├── count-assigned-identities-by-roles.yaml │ │ ├── custom-password-instruction.yaml │ │ ├── custom-password-instructions.yaml │ │ ├── custom-user-levels │ │ │ ├── authorization-assignable-right-sets.yaml │ │ │ ├── custom-user-levels-id-publish.yaml │ │ │ ├── custom-user-levels-id.yaml │ │ │ └── custom-user-levels.yaml │ │ ├── data-access-security │ │ │ ├── tasks-cancel-id.yaml │ │ │ ├── tasks-id.yaml │ │ │ ├── tasks-rerun-id.yaml │ │ │ ├── tasks-schedules-id.yaml │ │ │ ├── tasks-schedules.yaml │ │ │ └── tasks.yaml │ │ ├── data-pipeline-events-qualifier-related.yaml │ │ ├── data-pipeline-events-qualifier.yaml │ │ ├── data-pipeline-events.yaml │ │ ├── data-pipelines.yaml │ │ ├── data-segment-membership.yaml │ │ ├── data-segment-user-enabled.yaml │ │ ├── data-segment.yaml │ │ ├── data-segments.yaml │ │ ├── delete-lifecycle-state.yaml │ │ ├── dimension-access-profiles.yaml │ │ ├── dimension-bulk-delete.yaml │ │ ├── dimension-entitlements.yaml │ │ ├── dimension.yaml │ │ ├── dimensions.yaml │ │ ├── discovered-application.yaml │ │ ├── discovered-applications.yaml │ │ ├── ears-entitlement-bulk-update.yaml │ │ ├── ears-entitlement-children.yaml │ │ ├── ears-entitlement-parents.yaml │ │ ├── ears-entitlement.yaml │ │ ├── ears-identity-entitlement.yaml │ │ ├── ears-source-app-access-profiles-bulk-remove.yaml │ │ ├── ears-source-app-access-profiles.yaml │ │ ├── ears-source-app-bulk-update.yaml │ │ ├── ears-source-app.yaml │ │ ├── ears-source-apps-all.yaml │ │ ├── ears-source-apps-assigned.yaml │ │ ├── ears-source-apps.yaml │ │ ├── ears-user-app-available-accounts.yaml │ │ ├── ears-user-app.yaml │ │ ├── ears-user-apps-all.yaml │ │ ├── ears-user-apps.yaml │ │ ├── email-requests.yaml │ │ ├── entitlement-access-model-metadata.yaml │ │ ├── entitlement-request-config.yaml │ │ ├── entitlement.yaml │ │ ├── entitlements-update-segment-assignments.yaml │ │ ├── entitlements.yaml │ │ ├── featurestore-api-feature-values.yaml │ │ ├── form-definition-data-source.yaml │ │ ├── form-definition-file.yaml │ │ ├── form-definition-files.yaml │ │ ├── form-definition-forms-action-dynamic-schema.yaml │ │ ├── form-definition.yaml │ │ ├── form-definitions-export.yaml │ │ ├── form-definitions-import.yaml │ │ ├── form-definitions-predefined-select-options.yaml │ │ ├── form-definitions-template.yaml │ │ ├── form-definitions.yaml │ │ ├── form-instance-data-source.yaml │ │ ├── form-instance-file.yaml │ │ ├── form-instance.yaml │ │ ├── form-instances.yaml │ │ ├── forward-access-request-approval.yaml │ │ ├── historical-identities.yaml │ │ ├── historical-identity-access-items.yaml │ │ ├── historical-identity-compare-type.yaml │ │ ├── historical-identity-compare.yaml │ │ ├── historical-identity-events.yaml │ │ ├── historical-identity-snapshot-date-access-items.yaml │ │ ├── historical-identity-snapshot-date.yaml │ │ ├── historical-identity-snapshot-summary.yaml │ │ ├── historical-identity-snapshots.yaml │ │ ├── historical-identity-start-date.yaml │ │ ├── historical-identity.yaml │ │ ├── iai-configuration.yaml │ │ ├── iai-configurations.yaml │ │ ├── iai-data-role-entitlement-identities.yaml │ │ ├── iai-data-role-entitlements.yaml │ │ ├── iai-data-role-identities-entitlements.yaml │ │ ├── iai-data-roles.yaml │ │ ├── iai-raw-object-history.yaml │ │ ├── iai-raw-object.yaml │ │ ├── iai-raw-objects-summary.yaml │ │ ├── iai-raw-objects.yaml │ │ ├── icon.yaml │ │ ├── identities-accounts-disable.yaml │ │ ├── identities-accounts-enable.yaml │ │ ├── identities-invite.yaml │ │ ├── identities-process.yaml │ │ ├── identities-role-assignment.yaml │ │ ├── identities-role-assignments.yaml │ │ ├── identities.yaml │ │ ├── identity-accounts-id-disable.yaml │ │ ├── identity-accounts-id-enable.yaml │ │ ├── identity-attribute.yaml │ │ ├── identity-attributes-bulk-delete.yaml │ │ ├── identity-attributes.yaml │ │ ├── identity-certification.yaml │ │ ├── identity-certifications-access-review-items.yaml │ │ ├── identity-certifications-access-summaries.yaml │ │ ├── identity-certifications-decide.yaml │ │ ├── identity-certifications-decision-summary.yaml │ │ ├── identity-certifications-identity-summaries.yaml │ │ ├── identity-certifications-identity-summary.yaml │ │ ├── identity-certifications-item-permissions.yaml │ │ ├── identity-certifications-reassign-async.yaml │ │ ├── identity-certifications-reassign.yaml │ │ ├── identity-certifications-sign-off.yaml │ │ ├── identity-certifications-task-status.yaml │ │ ├── identity-certifications-tasks-pending.yaml │ │ ├── identity-certifications.yaml │ │ ├── identity-group-applications.yaml │ │ ├── identity-group-distribution.yaml │ │ ├── identity-group-entitlement-popularities.yaml │ │ ├── identity-group-identities.yaml │ │ ├── identity-group.yaml │ │ ├── identity-groups.yaml │ │ ├── identity-head.yaml │ │ ├── identity-ownership.yaml │ │ ├── identity-patch.yaml │ │ ├── identity-profile-default-config.yaml │ │ ├── identity-profile-lifecycle-state.yaml │ │ ├── identity-profile-lifecycle-states.yaml │ │ ├── identity-profile-process-identities.yaml │ │ ├── identity-profile.yaml │ │ ├── identity-profiles-bulk-delete.yaml │ │ ├── identity-profiles-export.yaml │ │ ├── identity-profiles-id.yaml │ │ ├── identity-profiles-identity-preview.yaml │ │ ├── identity-profiles-import.yaml │ │ ├── identity-profiles.yaml │ │ ├── identity-reset.yaml │ │ ├── identity-send-account-verification.yaml │ │ ├── identity-set-lifecycle-state.yaml │ │ ├── identity-synchronize-attributes.yaml │ │ ├── identity-team.yaml │ │ ├── identity.yaml │ │ ├── internal-password-sync-groups.yaml │ │ ├── json-web-key-set.yaml │ │ ├── launcher-launch.yaml │ │ ├── launcher.yaml │ │ ├── launchers.yaml │ │ ├── lifecycle-states.yaml │ │ ├── load-accounts.yaml │ │ ├── load-entitlements-by-sources.yaml │ │ ├── load-entitlements.yaml │ │ ├── load-uncorrelated-accounts.yaml │ │ ├── login-info.yaml │ │ ├── machine-account-classify.yaml │ │ ├── machine-account-mapping.yaml │ │ ├── machine-account.yaml │ │ ├── machine-accounts.yaml │ │ ├── machine-classification-config.yaml │ │ ├── machine-identities.yaml │ │ ├── machine-identity-user-entitlements.yaml │ │ ├── machine-identity.yaml │ │ ├── machine-mappings.yaml │ │ ├── mail-from-attribute.yaml │ │ ├── mail-from-attributes.yaml │ │ ├── managed-client-health-indicators.yaml │ │ ├── managed-client-status.yaml │ │ ├── managed-client.yaml │ │ ├── managed-clients-certificate.yaml │ │ ├── managed-clients-credentials.yaml │ │ ├── managed-clients-get-encryption-keys.yaml │ │ ├── managed-clients-metrics-credentials.yaml │ │ ├── managed-clients-path.yaml │ │ ├── managed-clients-provision.yaml │ │ ├── managed-clients-submit-activation-code.yaml │ │ ├── managed-clients.yaml │ │ ├── managed-cluster-cache.yaml │ │ ├── managed-cluster-jobs.yaml │ │ ├── managed-cluster-log-config.yaml │ │ ├── managed-cluster-manualUpgrade.yaml │ │ ├── managed-cluster-path-full.yaml │ │ ├── managed-cluster-path-internal.yaml │ │ ├── managed-cluster-path.yaml │ │ ├── managed-cluster-processes.yaml │ │ ├── managed-cluster-reboot.yaml │ │ ├── managed-cluster-status.yaml │ │ ├── managed-cluster-types-path.yaml │ │ ├── managed-cluster-types.yaml │ │ ├── managed-cluster-upgrade.yaml │ │ ├── managed-cluster.yaml │ │ ├── managed-clusters-create.yaml │ │ ├── managed-clusters-full.yaml │ │ ├── managed-clusters-set-encryption-keys.yaml │ │ ├── managed-clusters.yaml │ │ ├── managed-processes-path.yaml │ │ ├── managed-processes.yaml │ │ ├── manual-discover-applications-template.yaml │ │ ├── manual-discover-applications.yaml │ │ ├── message-catalog.yaml │ │ ├── mfa-config-delete.yaml │ │ ├── mfa-config-test.yaml │ │ ├── mfa-duo-config.yaml │ │ ├── mfa-duo-verify.yaml │ │ ├── mfa-kba-authenticate.yaml │ │ ├── mfa-kba-config-answers.yaml │ │ ├── mfa-kba-config.yaml │ │ ├── mfa-okta-config.yaml │ │ ├── mfa-okta-verify.yaml │ │ ├── mfa-poll.yaml │ │ ├── mfa-token-authenticate.yaml │ │ ├── mfa-token-send.yaml │ │ ├── multi-host-integration-get-acct-agg-groups.yaml │ │ ├── multi-host-integration-get-entitlement-agg-groups.yaml │ │ ├── multi-host-integration-list-sources.yaml │ │ ├── multi-host-integration-sources-bulk-delete.yaml │ │ ├── multi-host-integration-sources-creation-error.yaml │ │ ├── multi-host-integration-test-connection-source.yaml │ │ ├── multi-host-integration-test-connection.yaml │ │ ├── multi-host-integration-types.yaml │ │ ├── multi-host-integration.yaml │ │ ├── multi-host-integrations.yaml │ │ ├── native-change-detection-config.yaml │ │ ├── non-employee-approval-list.yaml │ │ ├── non-employee-approval-summary.yaml │ │ ├── non-employee-approve-get.yaml │ │ ├── non-employee-approve-request.yaml │ │ ├── non-employee-bulk-upload-jobs-fail.yaml │ │ ├── non-employee-record.yaml │ │ ├── non-employee-records-bulk-delete.yaml │ │ ├── non-employee-records.yaml │ │ ├── non-employee-reject-request.yaml │ │ ├── non-employee-request-summary-get.yaml │ │ ├── non-employee-request.yaml │ │ ├── non-employee-requests.yaml │ │ ├── non-employee-source-aggregate.yaml │ │ ├── non-employee-source.yaml │ │ ├── non-employee-sources-bulk-upload-details.yaml │ │ ├── non-employee-sources-bulk-upload-non-employees.yaml │ │ ├── non-employee-sources-bulk-upload-status.yaml │ │ ├── non-employee-sources-export-non-employees.yaml │ │ ├── non-employee-sources-export-schema-attributes-template.yaml │ │ ├── non-employee-sources-schema-attribute.yaml │ │ ├── non-employee-sources-schema-attributes.yaml │ │ ├── non-employee-sources.yaml │ │ ├── notification-preference.yaml │ │ ├── notification-preferences.yaml │ │ ├── notification-template-context.yaml │ │ ├── notification-template-defaults.yaml │ │ ├── notification-template.yaml │ │ ├── notification-templates-bulk-delete.yaml │ │ ├── notification-templates.yaml │ │ ├── oauth-client.yaml │ │ ├── oauth-clients.yaml │ │ ├── org-config-valid-time-zones.yaml │ │ ├── org-config.yaml │ │ ├── outlier-feature-summaries.yaml │ │ ├── outlier-summaries-latest.yaml │ │ ├── outlier-summaries.yaml │ │ ├── outliers-bulk-outlier-detection.yaml │ │ ├── outliers-contributing-feature-access-items.yaml │ │ ├── outliers-contributing-features.yaml │ │ ├── outliers-export.yaml │ │ ├── outliers-ignore.yaml │ │ ├── outliers-unignore.yaml │ │ ├── outliers.yaml │ │ ├── parameter-storage-get-attestation-document.yaml │ │ ├── parameter-storage-parameter-id-reference.yaml │ │ ├── parameter-storage-parameter-id.yaml │ │ ├── parameter-storage-parameter.yaml │ │ ├── parameter-storage-specification.yaml │ │ ├── password-change-status.yaml │ │ ├── password-dictionary.yaml │ │ ├── password-org-config.yaml │ │ ├── password-policies.yaml │ │ ├── password-policy.yaml │ │ ├── password-reset-digit-token.yaml │ │ ├── password-sync-group.yaml │ │ ├── password-sync-groups.yaml │ │ ├── peer-group-strategies.yaml │ │ ├── pending-access-request-approvals.yaml │ │ ├── personal-access-token.yaml │ │ ├── personal-access-tokens.yaml │ │ ├── provisioning-policies-bulk-update.yaml │ │ ├── provisioning-policies.yaml │ │ ├── provisioning-policy.yaml │ │ ├── public-identities-config.yaml │ │ ├── public-identities.yaml │ │ ├── query-password-info.yaml │ │ ├── rats-access-request-recommendations.yaml │ │ ├── reassignment-configuration-config-type.yaml │ │ ├── reassignment-configuration-evaluate.yaml │ │ ├── reassignment-configuration-types.yaml │ │ ├── reassignment-configuration.yaml │ │ ├── reassignment-configurations.yaml │ │ ├── recommendations-config.yaml │ │ ├── recommendations-request.yaml │ │ ├── reject-access-request-approval.yaml │ │ ├── remove-account.yaml │ │ ├── remove-accounts.yaml │ │ ├── reports-cancel.yaml │ │ ├── reports-get-file.yaml │ │ ├── reports-result.yaml │ │ ├── reports-run.yaml │ │ ├── requestable-object-list.yaml │ │ ├── reset-entitlements.yaml │ │ ├── revocable-objects.yaml │ │ ├── role-access-model-metadata │ │ │ ├── role-bulk-update-filter.yaml │ │ │ ├── role-bulk-update-ids.yaml │ │ │ ├── role-bulk-update-query.yaml │ │ │ ├── role-bulk-update-status-id.yaml │ │ │ ├── role-bulk-update-status.yaml │ │ │ ├── role-filter.yaml │ │ │ └── role-id-access-model-metadata.yaml │ │ ├── role-access-profiles.yaml │ │ ├── role-assigned-identities.yaml │ │ ├── role-bulk-delete.yaml │ │ ├── role-entitlements.yaml │ │ ├── role-insight.yaml │ │ ├── role-insights-current-entitlements.yaml │ │ ├── role-insights-entitlement-changes-download.yaml │ │ ├── role-insights-entitlement-changes-identities.yaml │ │ ├── role-insights-entitlement-changes.yaml │ │ ├── role-insights-request.yaml │ │ ├── role-insights-requests.yaml │ │ ├── role-insights-summary.yaml │ │ ├── role-insights.yaml │ │ ├── role-mining-potential-role-edit-entitlements.yaml │ │ ├── role-mining-potential-role-entitlement-popularities.yaml │ │ ├── role-mining-potential-role-entitlement-popularity-distribution.yaml │ │ ├── role-mining-potential-role-excluded-entitlements.yaml │ │ ├── role-mining-potential-role-identities.yaml │ │ ├── role-mining-potential-role-provision.yaml │ │ ├── role-mining-potential-role-source-identity-usage.yaml │ │ ├── role-mining-potential-role-summaries.yaml │ │ ├── role-mining-potential-role.yaml │ │ ├── role-mining-potential-roles-draft.yaml │ │ ├── role-mining-session-potential-role-applications.yaml │ │ ├── role-mining-session-potential-role-entitlements.yaml │ │ ├── role-mining-session-potential-role-export-async.yaml │ │ ├── role-mining-session-potential-role-export-download.yaml │ │ ├── role-mining-session-potential-role-export-status.yaml │ │ ├── role-mining-session-potential-role-export.yaml │ │ ├── role-mining-session-potential-role-summaries.yaml │ │ ├── role-mining-session-potential-role-summary.yaml │ │ ├── role-mining-session-status.yaml │ │ ├── role-mining-session.yaml │ │ ├── role-mining-sessions.yaml │ │ ├── role.yaml │ │ ├── roles-by-identity.yaml │ │ ├── roles.yaml │ │ ├── run-datapipeline-dagid.yaml │ │ ├── run-datapipeline-dagtype.yaml │ │ ├── s3-proxy.yaml │ │ ├── saas-management-application-for-source.yaml │ │ ├── saas-management-applications-test.yaml │ │ ├── saas-management-applications-update-map.yaml │ │ ├── saas-management-applications.yaml │ │ ├── saved-searches-execute.yaml │ │ ├── saved-searches-id.yaml │ │ ├── saved-searches.yaml │ │ ├── scheduled-actions-bulk-delete.yaml │ │ ├── scheduled-actions-delete.yaml │ │ ├── scheduled-actions.yaml │ │ ├── scheduled-searches-id.yaml │ │ ├── scheduled-searches-unsubscribe.yaml │ │ ├── scheduled-searches.yaml │ │ ├── schema.yaml │ │ ├── schemas.yaml │ │ ├── search-aggregate.yaml │ │ ├── search-count.yaml │ │ ├── search-get.yaml │ │ ├── search-post.yaml │ │ ├── searchAttributeConfig-get-patch-delete.yaml │ │ ├── searchAttributeConfig.yaml │ │ ├── segment-change-assignments.yaml │ │ ├── segment.yaml │ │ ├── segments.yaml │ │ ├── send-test-notification.yaml │ │ ├── service-desk-integration-configuration.yaml │ │ ├── service-desk-integration-template.yaml │ │ ├── service-desk-integration-types.yaml │ │ ├── service-desk-integration.yaml │ │ ├── service-desk-integrations.yaml │ │ ├── set-password.yaml │ │ ├── sim-integrations-before-provisioning-rule.yaml │ │ ├── sim-integrations-value-list.yaml │ │ ├── sim-integrations.yaml │ │ ├── sod-all-report-run.yaml │ │ ├── sod-all-report-status.yaml │ │ ├── sod-download-custom-report.yaml │ │ ├── sod-download-default-report.yaml │ │ ├── sod-exception.yaml │ │ ├── sod-exceptions-bulk-create.yaml │ │ ├── sod-exceptions.yaml │ │ ├── sod-policies.yaml │ │ ├── sod-policy-evaluate.yaml │ │ ├── sod-policy.yaml │ │ ├── sod-report-run.yaml │ │ ├── sod-schedule.yaml │ │ ├── sod-violation-report-status.yaml │ │ ├── sod-violation-report.yaml │ │ ├── sod-violations-check.yaml │ │ ├── sod-violations-predict.yaml │ │ ├── source-accounts-schema.yaml │ │ ├── source-aggregation-state.yaml │ │ ├── source-connections.yaml │ │ ├── source-connector-check-connection.yaml │ │ ├── source-connector-initiate-extract.yaml │ │ ├── source-connector-peek-resource-objects.yaml │ │ ├── source-connector-ping-cluster.yaml │ │ ├── source-connector-state.yaml │ │ ├── source-connector-test-configuration.yaml │ │ ├── source-connectors-source-config.yaml │ │ ├── source-entitlements-schema.yaml │ │ ├── source-health.yaml │ │ ├── source-machine-account-classify.yaml │ │ ├── source-machine-account-subtype-id.yaml │ │ ├── source-machine-account-subtype.yaml │ │ ├── source-machine-account-subtypes.yaml │ │ ├── source-schedule.yaml │ │ ├── source-schedules.yaml │ │ ├── source-synchronize-attributes.yaml │ │ ├── source-upload-connector-file.yaml │ │ ├── source-usage-status.yaml │ │ ├── source-usages.yaml │ │ ├── source.yaml │ │ ├── sources-available.yaml │ │ ├── sources-entitlement-request-config.yaml │ │ ├── sources-policy-holders.yaml │ │ ├── sources.yaml │ │ ├── sp-config-export-download.yaml │ │ ├── sp-config-export-status.yaml │ │ ├── sp-config-export.yaml │ │ ├── sp-config-import-download.yaml │ │ ├── sp-config-import-status.yaml │ │ ├── sp-config-import.yaml │ │ ├── sp-config-objects.yaml │ │ ├── suggested-entitlement-description-approvals.yaml │ │ ├── suggested-entitlement-description-assignments.yaml │ │ ├── suggested-entitlement-description-batches-stats.yaml │ │ ├── suggested-entitlement-description-batches.yaml │ │ ├── suggested-entitlement-descriptions.yaml │ │ ├── supportlogin │ │ │ ├── access-granter-support-login-get.yaml │ │ │ ├── access-granter-support-login-list.yaml │ │ │ ├── auth-support-login-create.yaml │ │ │ ├── auth-support-login-delete.yaml │ │ │ ├── auth-support-login-get.yaml │ │ │ ├── auth-support-login-list.yaml │ │ │ ├── auth-support-login-patch.yaml │ │ │ ├── auth-support-login-transfer-get.yaml │ │ │ ├── auth-support-login-transfer-post.yaml │ │ │ ├── auth-support-login-transfer.yaml │ │ │ ├── auth-support-login-transfers-list.yaml │ │ │ ├── auth-support-login.yaml │ │ │ ├── auth-support-logins-migrate.yaml │ │ │ ├── auth-support-logins.yaml │ │ │ ├── auth-support-tenant-create.yaml │ │ │ ├── auth-support-tenant-delete.yaml │ │ │ ├── auth-support-tenant-list.yaml │ │ │ ├── auth-support-tenants.yaml │ │ │ └── auth-support-user-eligibility-get.yaml │ │ ├── sync-password.yaml │ │ ├── system-accounts.yaml │ │ ├── system-notification-config.yaml │ │ ├── tag.yaml │ │ ├── tagged-object.yaml │ │ ├── tagged-objects-type.yaml │ │ ├── tagged-objects.yaml │ │ ├── tags-get-shared.yaml │ │ ├── tags.yaml │ │ ├── task-definition.yaml │ │ ├── task-definitions.yaml │ │ ├── task-execution-cancel.yaml │ │ ├── task-execution-run.yaml │ │ ├── task-status-list.yaml │ │ ├── task-status-pending.yaml │ │ ├── task-status.yaml │ │ ├── tenant-configuration.yaml │ │ ├── tenant-context.yaml │ │ ├── tenant.yaml │ │ ├── transform.yaml │ │ ├── transforms.yaml │ │ ├── trigger-invocations-complete.yaml │ │ ├── trigger-invocations-pending-events.yaml │ │ ├── trigger-invocations-start.yaml │ │ ├── trigger-invocations-status.yaml │ │ ├── trigger-invocations-test.yaml │ │ ├── trigger-invocations.yaml │ │ ├── trigger-subscription.yaml │ │ ├── trigger-subscriptions-internal.yaml │ │ ├── trigger-subscriptions-validate-filter.yaml │ │ ├── trigger-subscriptions.yaml │ │ ├── triggers.yaml │ │ ├── ui-metadata │ │ │ └── tenant-ui-metadata.yaml │ │ ├── verified-domains.yaml │ │ ├── verified-from-address.yaml │ │ ├── verified-from-addresses.yaml │ │ ├── work-item-forward.yaml │ │ ├── work-item.yaml │ │ ├── work-items-account-selection.yaml │ │ ├── work-items-approve-approval-item.yaml │ │ ├── work-items-bulk-approve-approval-item.yaml │ │ ├── work-items-bulk-reject-approval-item.yaml │ │ ├── work-items-complete.yaml │ │ ├── work-items-completed-count.yaml │ │ ├── work-items-completed.yaml │ │ ├── work-items-count.yaml │ │ ├── work-items-reject-approval-item.yaml │ │ ├── work-items-summary.yaml │ │ ├── work-items.yaml │ │ ├── workflows │ │ │ ├── workflow-execution-cancel.yaml │ │ │ ├── workflow-execution-history-v2.yaml │ │ │ ├── workflow-execution-history.yaml │ │ │ ├── workflow-execution.yaml │ │ │ ├── workflow-executions.yaml │ │ │ ├── workflow-external-execute-test.yaml │ │ │ ├── workflow-external-execute.yaml │ │ │ ├── workflow-external-oauth-client.yaml │ │ │ ├── workflow-library-actions.yaml │ │ │ ├── workflow-library-operators.yaml │ │ │ ├── workflow-library-triggers.yaml │ │ │ ├── workflow-library.yaml │ │ │ ├── workflow-test.yaml │ │ │ ├── workflow.yaml │ │ │ └── workflows.yaml │ │ └── workgroups │ │ │ ├── bulk-add-workgroup-members.yaml │ │ │ ├── bulk-delete-workgroup-members.yaml │ │ │ ├── connections.yaml │ │ │ ├── workgroup-members.yaml │ │ │ ├── workgroup.yaml │ │ │ ├── workgroups-bulk-delete.yaml │ │ │ └── workgroups.yaml │ ├── responses │ │ ├── 202.yaml │ │ ├── 204.yaml │ │ ├── 400.yaml │ │ ├── 401.yaml │ │ ├── 403.yaml │ │ ├── 404.yaml │ │ ├── 405.yaml │ │ ├── 409.yaml │ │ ├── 412.yaml │ │ ├── 429.yaml │ │ └── 500.yaml │ ├── schemas │ │ ├── AWSCredentialsResponse.yaml │ │ ├── AccessActionConfiguration.yaml │ │ ├── AccessConstraint.yaml │ │ ├── AccessCriteria.yaml │ │ ├── AccessGranterAuthSupportLoginResponse.yaml │ │ ├── AccessItemAccessProfileResponse.yaml │ │ ├── AccessItemAccountResponse.yaml │ │ ├── AccessItemAppResponse.yaml │ │ ├── AccessItemAssociated.yaml │ │ ├── AccessItemDiff.yaml │ │ ├── AccessItemDiffSummary.yaml │ │ ├── AccessItemEntitlementResponse.yaml │ │ ├── AccessItemOwnerDto.yaml │ │ ├── AccessItemRef.yaml │ │ ├── AccessItemRemoved.yaml │ │ ├── AccessItemRequestedFor.yaml │ │ ├── AccessItemRequestedForDto.yaml │ │ ├── AccessItemRequester.yaml │ │ ├── AccessItemRequesterDto.yaml │ │ ├── AccessItemReviewedBy.yaml │ │ ├── AccessItemRoleResponse.yaml │ │ ├── AccessModelMetadata.yaml │ │ ├── AccessRecommendation.yaml │ │ ├── AccessRecommendationMessage.yaml │ │ ├── AccessReference.yaml │ │ ├── AccessRequest.yaml │ │ ├── AccessRequestAdminItemStatus.yaml │ │ ├── AccessRequestApproversListResponse.yaml │ │ ├── AccessRequestConfig.yaml │ │ ├── AccessRequestContext.yaml │ │ ├── AccessRequestIdentityMetrics.yaml │ │ ├── AccessRequestItem.yaml │ │ ├── AccessRequestItemResponse.yaml │ │ ├── AccessRequestPhases.yaml │ │ ├── AccessRequestRecommendationActionItemDto.yaml │ │ ├── AccessRequestRecommendationActionItemResponseDto.yaml │ │ ├── AccessRequestRecommendationConfigDto.yaml │ │ ├── AccessRequestRecommendationItem.yaml │ │ ├── AccessRequestRecommendationItemDetail.yaml │ │ ├── AccessRequestRecommendationItemType.yaml │ │ ├── AccessRequestResponse.yaml │ │ ├── AccessRequestType.yaml │ │ ├── AccessRequested.yaml │ │ ├── AccessReviewItem.yaml │ │ ├── AccessRolesChangeSegmentAssignments.yaml │ │ ├── AccessSummary.yaml │ │ ├── AccessType.yaml │ │ ├── Account.yaml │ │ ├── AccountAction.yaml │ │ ├── AccountActivity.yaml │ │ ├── AccountActivityApprovalStatus.yaml │ │ ├── AccountActivityItem.yaml │ │ ├── AccountActivityItemOperation.yaml │ │ ├── AccountAggregationStatus.yaml │ │ ├── AccountAttributes.yaml │ │ ├── AccountAttributesCreate.yaml │ │ ├── AccountDetails.yaml │ │ ├── AccountInfoDto.yaml │ │ ├── AccountRequestInfo.yaml │ │ ├── AccountStatusChanged.yaml │ │ ├── AccountToggleRequest.yaml │ │ ├── AccountUnlockRequest.yaml │ │ ├── AccountUsage.yaml │ │ ├── AccountsAsyncResult.yaml │ │ ├── AccountsSelectionRequest.yaml │ │ ├── ActivateCampaignOptions.yaml │ │ ├── ActiveInvocation.yaml │ │ ├── ActivityData.yaml │ │ ├── ActivityDataSource.yaml │ │ ├── ActivityInsights.yaml │ │ ├── AdminReviewReassign.yaml │ │ ├── AggregationState.yaml │ │ ├── AirflowDagDto.yaml │ │ ├── AmsCapability.yaml │ │ ├── AmsRightSet.yaml │ │ ├── ApplicationReference.yaml │ │ ├── Approval.yaml │ │ ├── ApprovalApproveRequest.yaml │ │ ├── ApprovalAttributesRequest.yaml │ │ ├── ApprovalBatch.yaml │ │ ├── ApprovalComment.yaml │ │ ├── ApprovalCommentsRequest.yaml │ │ ├── ApprovalConfig.yaml │ │ ├── ApprovalDescription.yaml │ │ ├── ApprovalForwardHistory.yaml │ │ ├── ApprovalIdentity.yaml │ │ ├── ApprovalIdentityRecord.yaml │ │ ├── ApprovalInfoResponse.yaml │ │ ├── ApprovalItemDetails.yaml │ │ ├── ApprovalName.yaml │ │ ├── ApprovalReassignRequest.yaml │ │ ├── ApprovalReassignmentHistory.yaml │ │ ├── ApprovalReference.yaml │ │ ├── ApprovalRejectRequest.yaml │ │ ├── ApprovalReminderAndEscalationConfig.yaml │ │ ├── ApprovalRequestedTarget.yaml │ │ ├── ApprovalScheme.yaml │ │ ├── ApprovalStatus.yaml │ │ ├── ApprovalStatusDto.yaml │ │ ├── ApprovalSummary.yaml │ │ ├── Argument.yaml │ │ ├── AssignedIdentityCountByRole.yaml │ │ ├── AssignmentContextDto.yaml │ │ ├── AttrSyncSource.yaml │ │ ├── AttrSyncSourceAttributeConfig.yaml │ │ ├── AttrSyncSourceConfig.yaml │ │ ├── AttrSyncTenantAttributeConfig.yaml │ │ ├── AttrSyncTenantConfig.yaml │ │ ├── AttrSyncTenantSyncTarget.yaml │ │ ├── AttributeChange.yaml │ │ ├── AttributeDefinition.yaml │ │ ├── AttributeDefinitionType.yaml │ │ ├── AttributeMappings.yaml │ │ ├── AttributesChanged.yaml │ │ ├── AuthOrgConfiguration.yaml │ │ ├── AuthProfile.yaml │ │ ├── AuthProfileRequest.yaml │ │ ├── AuthProfileSummary.yaml │ │ ├── AuthSupportLoginRequest.yaml │ │ ├── AuthSupportLoginResponse.yaml │ │ ├── AuthSupportTenantRequest.yaml │ │ ├── AuthSupportTenantResponse.yaml │ │ ├── AuthSupportTransferStatusResponse.yaml │ │ ├── AuthSupportUserEligibilityResponse.yaml │ │ ├── AuthUser.yaml │ │ ├── AuthUserSaveRequest.yaml │ │ ├── AuthenticationType.yaml │ │ ├── BareReference.yaml │ │ ├── BaseCommonDto.yaml │ │ ├── BaseReferenceDto.yaml │ │ ├── BasicAuthConfig.yaml │ │ ├── BasicProvision.yaml │ │ ├── BearerTokenAuthConfig.yaml │ │ ├── BeforeProvisioningRuleDto.yaml │ │ ├── BrandingItem.yaml │ │ ├── BrandingItemCreate.yaml │ │ ├── BulkAddTaggedObject.yaml │ │ ├── BulkApproveAccessRequest.yaml │ │ ├── BulkApproveRequestDTO.yaml │ │ ├── BulkCancelAccessRequest.yaml │ │ ├── BulkCancelRequestDTO.yaml │ │ ├── BulkIdentitiesAccountsResponse.yaml │ │ ├── BulkReassignRequestDTO.yaml │ │ ├── BulkRejectRequestDTO.yaml │ │ ├── BulkRemoveTaggedObject.yaml │ │ ├── BulkTaggedObject.yaml │ │ ├── BulkTaggedObjectResponse.yaml │ │ ├── BulkUpdateAuthUser.yaml │ │ ├── Campaign.yaml │ │ ├── CampaignAlert.yaml │ │ ├── CampaignCompleteOptions.yaml │ │ ├── CampaignFilterDetails.yaml │ │ ├── CampaignReference.yaml │ │ ├── CampaignReport.yaml │ │ ├── CampaignReportsConfig.yaml │ │ ├── CampaignTemplate.yaml │ │ ├── CampaignsDeleteRequest.yaml │ │ ├── CancelAccessRequest.yaml │ │ ├── CancelableAccountActivity.yaml │ │ ├── CancelledRequestDetails.yaml │ │ ├── CertificateSignInput.yaml │ │ ├── CertificateSignResponse.yaml │ │ ├── CertificationDecision.yaml │ │ ├── CertificationDto.yaml │ │ ├── CertificationIdentitySummary.yaml │ │ ├── CertificationItemType.yaml │ │ ├── CertificationPhase.yaml │ │ ├── CertificationReference.yaml │ │ ├── CertificationReferenceDto.yaml │ │ ├── CertificationResponse.yaml │ │ ├── CertificationTask.yaml │ │ ├── CertifierResponse.yaml │ │ ├── Change.yaml │ │ ├── ChangeRequest.yaml │ │ ├── ChangesetDetails.yaml │ │ ├── CheckStatus.yaml │ │ ├── Children.yaml │ │ ├── ClassificationMode.yaml │ │ ├── ClientLogConfiguration.yaml │ │ ├── ClientLogConfigurationDurationMinutes.yaml │ │ ├── ClientLogConfigurationExpiration.yaml │ │ ├── ClientStatusBody.yaml │ │ ├── ClientType.yaml │ │ ├── CloseAccessRequest.yaml │ │ ├── ClusterManualUpgrade.yaml │ │ ├── ClusterSource.yaml │ │ ├── ClusterUpgradeData.yaml │ │ ├── Comment.yaml │ │ ├── CommentDto.yaml │ │ ├── CommonAccessClassifyRequest.yaml │ │ ├── CommonAccessClassifyResponse.yaml │ │ ├── CommonAccessIDStatus.yaml │ │ ├── CommonAccessItemAccess.yaml │ │ ├── CommonAccessItemRequest.yaml │ │ ├── CommonAccessItemResponse.yaml │ │ ├── CommonAccessItemState.yaml │ │ ├── CommonAccessResponse.yaml │ │ ├── CommonAccessType.yaml │ │ ├── CompleteCampaignOptions.yaml │ │ ├── CompleteInvocation.yaml │ │ ├── CompleteInvocationInput.yaml │ │ ├── CompletedApproval.yaml │ │ ├── CompletedApprovalState.yaml │ │ ├── CompletionStatus.yaml │ │ ├── ComplexRoleCriterion.yaml │ │ ├── ComplexRoleCriterionKey.yaml │ │ ├── ConfigObject.yaml │ │ ├── ConflictingAccessCriteria.yaml │ │ ├── ConnectorCacheConfig.yaml │ │ ├── ConnectorCustomizerCreateRequest.yaml │ │ ├── ConnectorCustomizerCreateResponse.yaml │ │ ├── ConnectorCustomizerUpdateRequest.yaml │ │ ├── ConnectorCustomizerUpdateResponse.yaml │ │ ├── ConnectorCustomizerVersionCreateResponse.yaml │ │ ├── ConnectorCustomizersResponse.yaml │ │ ├── ConnectorDetail.yaml │ │ ├── ConnectorFileUploadHistory.yaml │ │ ├── ConnectorMessage.yaml │ │ ├── ConnectorRuleCreateRequest.yaml │ │ ├── ConnectorRuleResponse.yaml │ │ ├── ConnectorRuleUpdateRequest.yaml │ │ ├── ConnectorRuleValidationResponse.yaml │ │ ├── ConnectorSourcesUploadFiles.yaml │ │ ├── ContextAttributeDto.yaml │ │ ├── CorrelatedGovernanceEvent.yaml │ │ ├── CorrelationConfig.yaml │ │ ├── CreateOAuthClientRequest.yaml │ │ ├── CreateOAuthClientResponse.yaml │ │ ├── CreatePersonalAccessTokenRequest.yaml │ │ ├── CreatePersonalAccessTokenResponse.yaml │ │ ├── CriteriaType.yaml │ │ ├── CurrentWorkItemOwnerDto.yaml │ │ ├── CustomPasswordInstruction.yaml │ │ ├── DataAccess.yaml │ │ ├── DataPipeline.yaml │ │ ├── DataPipelineEvent.yaml │ │ ├── DataPipelineOperation.yaml │ │ ├── DataPipelineQualifiers.yaml │ │ ├── DataPipelineRelatedQualifiers.yaml │ │ ├── DataPipelineSummary.yaml │ │ ├── DecisionSummary.yaml │ │ ├── DeleteCampaignsRequest.yaml │ │ ├── DependantAppConnections.yaml │ │ ├── DependantConnectionsMissingDto.yaml │ │ ├── DiscoveredApplications.yaml │ │ ├── DkimAttributes.yaml │ │ ├── DomainAddress.yaml │ │ ├── DomainStatusDto.yaml │ │ ├── DtoType.yaml │ │ ├── DuoVerificationRequest.yaml │ │ ├── EmailNotificationOption.yaml │ │ ├── EmailRequest.yaml │ │ ├── EmailStatusDto.yaml │ │ ├── Entitlement.yaml │ │ ├── EntitlementAccessRequestConfig.yaml │ │ ├── EntitlementApprovalScheme.yaml │ │ ├── EntitlementBulkUpdateRequest.yaml │ │ ├── EntitlementDto.yaml │ │ ├── EntitlementPopularityDto.yaml │ │ ├── EntitlementRef.yaml │ │ ├── EntitlementRefDto.yaml │ │ ├── EntitlementRequestConfig.yaml │ │ ├── EntitlementRevocationRequestConfig.yaml │ │ ├── EntitlementSource.yaml │ │ ├── EntitlementSourceResetBaseReferenceDto.yaml │ │ ├── EntitlementViewResponse.yaml │ │ ├── ErrorMessageDto.yaml │ │ ├── ErrorMessageDtoList.yaml │ │ ├── ErrorResponseDto.yaml │ │ ├── EventBridgeConfig.yaml │ │ ├── EventStatus.yaml │ │ ├── ExecutionStatus.yaml │ │ ├── ExportOptions.yaml │ │ ├── ExportPayload.yaml │ │ ├── Expression.yaml │ │ ├── ExternalObjectDetails.yaml │ │ ├── ExternalObjectDetailsReference.yaml │ │ ├── ExternalObjectDetailsReferenceTarget.yaml │ │ ├── ExternalObjectSummary.yaml │ │ ├── ExtractRequest.yaml │ │ ├── FeatureStoreFeatureValuesRequest.yaml │ │ ├── FeatureStoreFeatureValuesResponse.yaml │ │ ├── FeatureValueDto.yaml │ │ ├── FederationProtocolDetails.yaml │ │ ├── FieldDetails.yaml │ │ ├── FieldDetailsDto.yaml │ │ ├── ForgotUsernameRequest.yaml │ │ ├── FormDetails.yaml │ │ ├── FormItemDetails.yaml │ │ ├── ForwardApprovalDto.yaml │ │ ├── FullAccount.yaml │ │ ├── FullDiscoveredApplications.yaml │ │ ├── GetEncryptionKeysData.yaml │ │ ├── GetMfaTokenRequest.yaml │ │ ├── GetMfaTokenResponse.yaml │ │ ├── GetOAuthClientResponse.yaml │ │ ├── GetPersonalAccessTokenResponse.yaml │ │ ├── GetSecretResponse.yaml │ │ ├── GovernanceEventResponse.yaml │ │ ├── GrantType.yaml │ │ ├── HttpAuthenticationType.yaml │ │ ├── HttpConfig.yaml │ │ ├── HttpDispatchMode.yaml │ │ ├── IaiConfigurationDto.yaml │ │ ├── IaiDataRole.yaml │ │ ├── IaiDataRoleEntitlement.yaml │ │ ├── IaiDataRoleEntitlementIdentity.yaml │ │ ├── IaiDataRoleIdentityEntitlement.yaml │ │ ├── IdentitiesAccountsBulkRequest.yaml │ │ ├── Identity.yaml │ │ ├── IdentityAssociationDetails.yaml │ │ ├── IdentityAttribute.yaml │ │ ├── IdentityAttributeConfig.yaml │ │ ├── IdentityAttributeDistributionDto.yaml │ │ ├── IdentityAttributePreview.yaml │ │ ├── IdentityAttributeTransform.yaml │ │ ├── IdentityAttributeValueCountDto.yaml │ │ ├── IdentityCertDecisionSummary.yaml │ │ ├── IdentityCertificationDto.yaml │ │ ├── IdentityCertificationTask.yaml │ │ ├── IdentityCertified.yaml │ │ ├── IdentityCompareResponse.yaml │ │ ├── IdentityDeletedEvent.yaml │ │ ├── IdentityEntities.yaml │ │ ├── IdentityEntitlementDetails.yaml │ │ ├── IdentityEntitlementDetailsAccountTarget.yaml │ │ ├── IdentityEntitlementDetailsEntitlementDto.yaml │ │ ├── IdentityEntitlements.yaml │ │ ├── IdentityExceptionReportReference.yaml │ │ ├── IdentityGroupDto.yaml │ │ ├── IdentityHistoryEventResponse.yaml │ │ ├── IdentityHistoryResponse.yaml │ │ ├── IdentityListItem.yaml │ │ ├── IdentityOwnershipAssociationDetails.yaml │ │ ├── IdentityPreview.yaml │ │ ├── IdentityPreviewRequest.yaml │ │ ├── IdentityPreviewResponse.yaml │ │ ├── IdentityProfile.yaml │ │ ├── IdentityProfileBulkDelete.yaml │ │ ├── IdentityProfileExportedObject.yaml │ │ ├── IdentityProfilesConnections.yaml │ │ ├── IdentityRefWithAttributes.yaml │ │ ├── IdentityReference.yaml │ │ ├── IdentityReferenceWithId.yaml │ │ ├── IdentityReferenceWithNameAndEmail.yaml │ │ ├── IdentityRequestItemResponse.yaml │ │ ├── IdentitySnapshotSummaryResponse.yaml │ │ ├── IdentitySummary.yaml │ │ ├── IdentitySummaryResponse.yaml │ │ ├── IdentitySyncJob.yaml │ │ ├── IdentitySyncPayload.yaml │ │ ├── IdentityUpdatedAccountAttributesDto.yaml │ │ ├── IdentityWithNewAccess.yaml │ │ ├── IdpDetails.yaml │ │ ├── ImportObject.yaml │ │ ├── ImportOptions.yaml │ │ ├── Incident.yaml │ │ ├── InlineConfig.yaml │ │ ├── InternalIdentityDto.yaml │ │ ├── InviteIdentitiesRequest.yaml │ │ ├── Invocation.yaml │ │ ├── InvocationStatus.yaml │ │ ├── InvocationStatusType.yaml │ │ ├── JITConfiguration.yaml │ │ ├── JobState.yaml │ │ ├── JobType.yaml │ │ ├── JsonPatch.yaml │ │ ├── JsonPatchOperation.yaml │ │ ├── JsonWebKey.yaml │ │ ├── KbaAnswerRequestItem.yaml │ │ ├── KbaAnswerResponseItem.yaml │ │ ├── KbaAuthResponse.yaml │ │ ├── KbaAuthResponseItem.yaml │ │ ├── KbaQuestion.yaml │ │ ├── LatestOutlierSummary.yaml │ │ ├── Launcher.yaml │ │ ├── LauncherRequest.yaml │ │ ├── License.yaml │ │ ├── LifecycleState.yaml │ │ ├── LifecycleStateDto.yaml │ │ ├── LifecyclestateDeleted.yaml │ │ ├── LoadAccountsTask.yaml │ │ ├── LoadEntitlementTask.yaml │ │ ├── LoadUncorrelatedAccountsTask.yaml │ │ ├── LocaleOrigin.yaml │ │ ├── LocalizedMessage.yaml │ │ ├── LockoutConfiguration.yaml │ │ ├── LogLevelSpec.yaml │ │ ├── LoginInfoErrorResponse.yaml │ │ ├── LoginInfoResponse.yaml │ │ ├── MachineAccount.yaml │ │ ├── MachineClassificationConfig.yaml │ │ ├── MachineIdentity.yaml │ │ ├── MachineIdentityAggregationRequest.yaml │ │ ├── MachineIdentityAggregationResponse.yaml │ │ ├── MachineIdentityRequest.yaml │ │ ├── MachineIdentityResponse.yaml │ │ ├── MachineIdentityUserEntitlementResponse.yaml │ │ ├── MailFromAttributes.yaml │ │ ├── MailFromAttributesDto.yaml │ │ ├── ManagedClient.yaml │ │ ├── ManagedClientHealthIndicators.yaml │ │ ├── ManagedClientRequest.yaml │ │ ├── ManagedClientStatus.yaml │ │ ├── ManagedClientStatusAggResponse.yaml │ │ ├── ManagedClientStatusCode.yaml │ │ ├── ManagedClientStatusEnum.yaml │ │ ├── ManagedClientType.yaml │ │ ├── ManagedCluster.yaml │ │ ├── ManagedClusterAttributes.yaml │ │ ├── ManagedClusterEncryptionConfig.yaml │ │ ├── ManagedClusterKeyPair.yaml │ │ ├── ManagedClusterQueue.yaml │ │ ├── ManagedClusterRedis.yaml │ │ ├── ManagedClusterRequest.yaml │ │ ├── ManagedClusterStatus.yaml │ │ ├── ManagedClusterType.yaml │ │ ├── ManagedClusterTypes.yaml │ │ ├── ManagedProcess.yaml │ │ ├── ManagedProcessConfiguration.yaml │ │ ├── ManagedProcessConfigurationHashMap.yaml │ │ ├── ManagerCorrelationMapping.yaml │ │ ├── ManualDiscoverApplications.yaml │ │ ├── ManualDiscoverApplicationsTemplate.yaml │ │ ├── ManualWorkItemDetails.yaml │ │ ├── ManualWorkItemState.yaml │ │ ├── Medium.yaml │ │ ├── MemberReference.yaml │ │ ├── MessageCatalogDto.yaml │ │ ├── MetricResponse.yaml │ │ ├── MetricsCredentialsResponse.yaml │ │ ├── MfaConfigTestResponse.yaml │ │ ├── MfaDuoConfig.yaml │ │ ├── MfaOktaConfig.yaml │ │ ├── MfaRegistrationResponse.yaml │ │ ├── MfaResetRequest.yaml │ │ ├── MfaVerificationResponse.yaml │ │ ├── MultiHostIntegrationBulkSourcesDelete.yaml │ │ ├── MultiHostIntegrationTemplateType.yaml │ │ ├── MultiHostIntegrations.yaml │ │ ├── MultiHostIntegrationsAggScheduleUpdate.yaml │ │ ├── MultiHostIntegrationsCreate.yaml │ │ ├── MultiHostIntegrationsCreateSources.yaml │ │ ├── MultiHostSources.yaml │ │ ├── MultiPolicyRequest.yaml │ │ ├── NativeChangeDetectionConfig.yaml │ │ ├── NetworkConfiguration.yaml │ │ ├── NonEmployeeApprovalDecision.yaml │ │ ├── NonEmployeeApprovalItem.yaml │ │ ├── NonEmployeeApprovalItemBase.yaml │ │ ├── NonEmployeeApprovalItemDetail.yaml │ │ ├── NonEmployeeApprovalSummary.yaml │ │ ├── NonEmployeeBulkUploadJob.yaml │ │ ├── NonEmployeeBulkUploadStatus.yaml │ │ ├── NonEmployeeIdnUserRequest.yaml │ │ ├── NonEmployeeRecord.yaml │ │ ├── NonEmployeeRejectApprovalDecision.yaml │ │ ├── NonEmployeeRequest.yaml │ │ ├── NonEmployeeRequestBody.yaml │ │ ├── NonEmployeeRequestLite.yaml │ │ ├── NonEmployeeRequestSummary.yaml │ │ ├── NonEmployeeRequestWithoutApprovalItem.yaml │ │ ├── NonEmployeeSchemaAttribute.yaml │ │ ├── NonEmployeeSchemaAttributeBody.yaml │ │ ├── NonEmployeeSchemaAttributeType.yaml │ │ ├── NonEmployeeSource.yaml │ │ ├── NonEmployeeSourceLite.yaml │ │ ├── NonEmployeeSourceLiteWithSchemaAttributes.yaml │ │ ├── NonEmployeeSourceRequestBody.yaml │ │ ├── NonEmployeeSourceWithCloudExternalId.yaml │ │ ├── NonEmployeeSourceWithNECount.yaml │ │ ├── NotificationTemplateContext.yaml │ │ ├── ObjectExportImportOptions.yaml │ │ ├── ObjectImportResult.yaml │ │ ├── OktaVerificationRequest.yaml │ │ ├── Operation.yaml │ │ ├── OrgConfig.yaml │ │ ├── OrgConfiguration.yaml │ │ ├── OriginalApprovalOwnerDto.yaml │ │ ├── OriginalWorkItemOwnerDto.yaml │ │ ├── Outlier.yaml │ │ ├── OutlierContributingFeature.yaml │ │ ├── OutlierFeatureReference.yaml │ │ ├── OutlierFeatureSummary.yaml │ │ ├── OutlierFeatureTranslation.yaml │ │ ├── OutlierMLModelInfo.yaml │ │ ├── OutlierReference.yaml │ │ ├── OutlierSummary.yaml │ │ ├── OutlierValueType.yaml │ │ ├── OutliersBulkDetectionRequest.yaml │ │ ├── OutliersContributingFeatureAccessItems.yaml │ │ ├── Owner.yaml │ │ ├── OwnerDto.yaml │ │ ├── OwnerResponse.yaml │ │ ├── ParameterStorageAttestationDocument.yaml │ │ ├── ParameterStorageJsonPatch.yaml │ │ ├── ParameterStorageNewParameter.yaml │ │ ├── ParameterStorageParameter.yaml │ │ ├── ParameterStorageReference.yaml │ │ ├── ParameterStorageUpdateParameter.yaml │ │ ├── PasswordChangeRequest.yaml │ │ ├── PasswordChangeResponse.yaml │ │ ├── PasswordDigitToken.yaml │ │ ├── PasswordDigitTokenReset.yaml │ │ ├── PasswordInfo.yaml │ │ ├── PasswordInfoAccount.yaml │ │ ├── PasswordInfoQueryDTO.yaml │ │ ├── PasswordOrgConfig.yaml │ │ ├── PasswordPolicyHoldersDto.yaml │ │ ├── PasswordPolicyHoldersDtoAttributes.yaml │ │ ├── PasswordPolicyV3Dto.yaml │ │ ├── PasswordStatus.yaml │ │ ├── PasswordSyncGroup.yaml │ │ ├── PasswordUpdateRequest.yaml │ │ ├── PatOwner.yaml │ │ ├── PeerGroupMember.yaml │ │ ├── PendingApproval.yaml │ │ ├── PendingApprovalAction.yaml │ │ ├── PermissionDto.yaml │ │ ├── PreApprovalTriggerDetails.yaml │ │ ├── PreferencesDto.yaml │ │ ├── ProcessIdentitiesRequest.yaml │ │ ├── Product.yaml │ │ ├── ProvisionManagedClientInput.yaml │ │ ├── ProvisioningConfig.yaml │ │ ├── ProvisioningDetails.yaml │ │ ├── ProvisioningPolicyDto.yaml │ │ ├── ProvisioningState.yaml │ │ ├── PublicIdentity.yaml │ │ ├── PublicIdentityAttributeConfig.yaml │ │ ├── PublicIdentityConfig.yaml │ │ ├── QueuedCheckConfigDetails.yaml │ │ ├── ReassignReference.yaml │ │ ├── Reassignment.yaml │ │ ├── ReassignmentTrailDTO.yaml │ │ ├── ReassignmentTrailDTOList.yaml │ │ ├── ReassignmentType.yaml │ │ ├── Recommendation.yaml │ │ ├── RecommendationConfigDto.yaml │ │ ├── RecommendationRequest.yaml │ │ ├── RecommendationRequestDto.yaml │ │ ├── RecommendationResponse.yaml │ │ ├── RecommendationResponseDto.yaml │ │ ├── RecommenderCalculations.yaml │ │ ├── RemediationItemDetails.yaml │ │ ├── ReportConfigDTO.yaml │ │ ├── ReportResultReference.yaml │ │ ├── ReportType.yaml │ │ ├── RequestOnBehalfOfConfig.yaml │ │ ├── RequestableObject.yaml │ │ ├── RequestableObjectReference.yaml │ │ ├── RequestableObjectRequestStatus.yaml │ │ ├── RequestableObjectType.yaml │ │ ├── RequestedAccountRef.yaml │ │ ├── RequestedItemStatus.yaml │ │ ├── RequestedItemStatusRequestState.yaml │ │ ├── ResourceBundleMessage.yaml │ │ ├── ResourceObject.yaml │ │ ├── ResourceObjectsRequest.yaml │ │ ├── ResourceObjectsResponse.yaml │ │ ├── Response.yaml │ │ ├── ResponseMode.yaml │ │ ├── ReviewData.yaml │ │ ├── ReviewDecision.yaml │ │ ├── ReviewItem.yaml │ │ ├── ReviewItemActivity.yaml │ │ ├── ReviewItemsActivityTask.yaml │ │ ├── ReviewReassign.yaml │ │ ├── ReviewRecommendation.yaml │ │ ├── Reviewer.yaml │ │ ├── RevocationRequestConfig.yaml │ │ ├── RoleAssignmentDto.yaml │ │ ├── RoleAssignmentRef.yaml │ │ ├── RoleIDs.yaml │ │ ├── RoleInsight.yaml │ │ ├── RoleInsightsEntitlement.yaml │ │ ├── RoleInsightsEntitlementChanges.yaml │ │ ├── RoleInsightsIdentities.yaml │ │ ├── RoleInsightsInsight.yaml │ │ ├── RoleInsightsResponse.yaml │ │ ├── RoleInsightsRole.yaml │ │ ├── RoleInsightsSummary.yaml │ │ ├── RoleMatchDto.yaml │ │ ├── RoleMiningEntitlement.yaml │ │ ├── RoleMiningEntitlementRef.yaml │ │ ├── RoleMiningIdentity.yaml │ │ ├── RoleMiningIdentityDistribution.yaml │ │ ├── RoleMiningPotentialRole.yaml │ │ ├── RoleMiningPotentialRoleApplication.yaml │ │ ├── RoleMiningPotentialRoleEditEntitlements.yaml │ │ ├── RoleMiningPotentialRoleEntitlements.yaml │ │ ├── RoleMiningPotentialRoleExportRequest.yaml │ │ ├── RoleMiningPotentialRoleExportResponse.yaml │ │ ├── RoleMiningPotentialRoleExportState.yaml │ │ ├── RoleMiningPotentialRoleProvisionRequest.yaml │ │ ├── RoleMiningPotentialRoleProvisionState.yaml │ │ ├── RoleMiningPotentialRoleRef.yaml │ │ ├── RoleMiningPotentialRoleSourceUsage.yaml │ │ ├── RoleMiningPotentialRoleSummary.yaml │ │ ├── RoleMiningPotentialRoleSummaryDistribution.yaml │ │ ├── RoleMiningSessionDraftRoleDto.yaml │ │ ├── RoleMiningSessionDto.yaml │ │ ├── RoleMiningSessionParametersDto.yaml │ │ ├── RoleMiningSessionResponse.yaml │ │ ├── RoleMiningSessionScope.yaml │ │ ├── RoleMiningSessionScopingMethod.yaml │ │ ├── RoleMiningSessionState.yaml │ │ ├── RoleMiningSessionStatus.yaml │ │ ├── RoleTargetDto.yaml │ │ ├── RuleReference.yaml │ │ ├── SaasManagementApplication.yaml │ │ ├── SaasManagementApplicationMap.yaml │ │ ├── Schedule.yaml │ │ ├── ScheduledAction.yaml │ │ ├── Schema.yaml │ │ ├── ScriptConfig.yaml │ │ ├── SearchAttributeConfig.yaml │ │ ├── SearchCriteria.yaml │ │ ├── SectionDetails.yaml │ │ ├── Sed.yaml │ │ ├── SedApproval.yaml │ │ ├── SedApprovalStatus.yaml │ │ ├── SedAssignee.yaml │ │ ├── SedAssignment.yaml │ │ ├── SedAssignmentResponse.yaml │ │ ├── SedBatchRecord.yaml │ │ ├── SedBatchRequest.yaml │ │ ├── SedBatchResponse.yaml │ │ ├── SedBatchStats.yaml │ │ ├── SedPatch.yaml │ │ ├── Segment.yaml │ │ ├── SegmentChangeAssignments.yaml │ │ ├── SelfImportExportDto.yaml │ │ ├── SendAccountVerificationRequest.yaml │ │ ├── SendTestNotificationRequestDto.yaml │ │ ├── SendTokenRequest.yaml │ │ ├── SendTokenResponse.yaml │ │ ├── ServiceDeskIntegrationDto.yaml │ │ ├── ServiceDeskIntegrationTemplateDto.yaml │ │ ├── ServiceDeskIntegrationTemplateType.yaml │ │ ├── ServiceDeskSource.yaml │ │ ├── ServiceProviderConfiguration.yaml │ │ ├── ServiceRequest.yaml │ │ ├── ServiceRequestProvision.yaml │ │ ├── SessionConfiguration.yaml │ │ ├── SetEncryptionKeysData.yaml │ │ ├── SimIntegrationDetails.yaml │ │ ├── SlimAccount.yaml │ │ ├── SlimCampaign.yaml │ │ ├── SlimDiscoveredApplications.yaml │ │ ├── SodExemptCriteria.yaml │ │ ├── SodPolicy.yaml │ │ ├── SodPolicyDto.yaml │ │ ├── SodPolicySchedule.yaml │ │ ├── SodRecipient.yaml │ │ ├── SodReportResultDto.yaml │ │ ├── SodViolationCheck.yaml │ │ ├── SodViolationCheckResult.yaml │ │ ├── SodViolationContext.yaml │ │ ├── SodViolationContextCheckCompleted.yaml │ │ ├── Source.yaml │ │ ├── SourceClassificationStatus.yaml │ │ ├── SourceClusterDto.yaml │ │ ├── SourceCode.yaml │ │ ├── SourceConnectionsDto.yaml │ │ ├── SourceCreationErrors.yaml │ │ ├── SourceDto.yaml │ │ ├── SourceEntitlementRequestConfig.yaml │ │ ├── SourceFeature.yaml │ │ ├── SourceHealthDto.yaml │ │ ├── SourceRef.yaml │ │ ├── SourceSubtype.yaml │ │ ├── SourceSyncJob.yaml │ │ ├── SourceSyncPayload.yaml │ │ ├── SourceUsage.yaml │ │ ├── SourceUsageStatus.yaml │ │ ├── SpConfigExportJob.yaml │ │ ├── SpConfigExportJobStatus.yaml │ │ ├── SpConfigExportResults.yaml │ │ ├── SpConfigImportJobStatus.yaml │ │ ├── SpConfigImportResults.yaml │ │ ├── SpConfigJob.yaml │ │ ├── SpConfigMessage.yaml │ │ ├── SpConfigObject.yaml │ │ ├── SpConfigRule.yaml │ │ ├── SpConfigRules.yaml │ │ ├── SpConfigUrl.yaml │ │ ├── SpDetails.yaml │ │ ├── StandardLevel.yaml │ │ ├── StartInvocationInput.yaml │ │ ├── StatusChange.yaml │ │ ├── StatusResponse.yaml │ │ ├── SubmitActivationCodeInput.yaml │ │ ├── Subscription.yaml │ │ ├── SubscriptionInternal.yaml │ │ ├── SubscriptionPatchRequest.yaml │ │ ├── SubscriptionPostRequest.yaml │ │ ├── SubscriptionPutRequest.yaml │ │ ├── SubscriptionType.yaml │ │ ├── SyncPasswordRequest.yaml │ │ ├── SystemNotificationConfigDto.yaml │ │ ├── Tag.yaml │ │ ├── TagCategoryDto.yaml │ │ ├── TaggedObject.yaml │ │ ├── TaggedObjectDto.yaml │ │ ├── Target.yaml │ │ ├── TargetSummary.yaml │ │ ├── TaskDefinitionSummary.yaml │ │ ├── TaskInvocation.yaml │ │ ├── TaskResultDto.yaml │ │ ├── TaskResultResponse.yaml │ │ ├── TaskResultSimplified.yaml │ │ ├── TaskReturnDetails.yaml │ │ ├── TaskStatus.yaml │ │ ├── TaskStatusMessage.yaml │ │ ├── TeamSummaryDto.yaml │ │ ├── TeamSummaryReportsDto.yaml │ │ ├── TemplateBulkDeleteDto.yaml │ │ ├── TemplateDto.yaml │ │ ├── TemplateDtoDefault.yaml │ │ ├── TemplateSlack.yaml │ │ ├── TemplateTeams.yaml │ │ ├── Tenant.yaml │ │ ├── TestInvocation.yaml │ │ ├── TicketType.yaml │ │ ├── TokenAuthRequest.yaml │ │ ├── TokenAuthResponse.yaml │ │ ├── TotpCodeRequest.yaml │ │ ├── Transform.yaml │ │ ├── TransformDefinition.yaml │ │ ├── TransformRead.yaml │ │ ├── TranslationMessage.yaml │ │ ├── Trigger.yaml │ │ ├── TriggerType.yaml │ │ ├── TypeSummary.yaml │ │ ├── UpdateDetail.yaml │ │ ├── UpdateSegmentEntitlementAssignmentInput.yaml │ │ ├── UsageType.yaml │ │ ├── V3ConnectorDto.yaml │ │ ├── V3CreateConnectorDto.yaml │ │ ├── VaJob.yaml │ │ ├── ValidateFilterInputDto.yaml │ │ ├── ValidateFilterOutputDto.yaml │ │ ├── Value.yaml │ │ ├── VerificationPollRequest.yaml │ │ ├── VerificationResponse.yaml │ │ ├── ViolationOwnerAssignmentConfig.yaml │ │ ├── VisibilityCriteria.yaml │ │ ├── WorkItemForward.yaml │ │ ├── WorkItemState.yaml │ │ ├── WorkItemStateManualWorkItems.yaml │ │ ├── WorkItemType.yaml │ │ ├── WorkItemTypeManualWorkItems.yaml │ │ ├── WorkItems.yaml │ │ ├── WorkItemsCount.yaml │ │ ├── WorkItemsSummary.yaml │ │ ├── WorkgroupMemberIdentities.yaml │ │ ├── access-requests │ │ │ ├── AccessRequestResponse.yaml │ │ │ ├── AccessRequestTracking.yaml │ │ │ ├── AccountInfoRef.yaml │ │ │ ├── AccountItemRef.yaml │ │ │ ├── AccountsSelectionResponse.yaml │ │ │ ├── IdentityAccountSelections.yaml │ │ │ ├── RequestedForDtoRef.yaml │ │ │ ├── RequestedItemAccountSelections.yaml │ │ │ ├── RequestedItemDetails.yaml │ │ │ ├── RequestedItemDtoRef.yaml │ │ │ ├── SourceAccountSelections.yaml │ │ │ └── SourceItemRef.yaml │ │ ├── access │ │ │ ├── AccessProfile.yaml │ │ │ ├── AccessProfileApprovalScheme.yaml │ │ │ ├── AccessProfileBulkDeleteRequest.yaml │ │ │ ├── AccessProfileBulkDeleteResponse.yaml │ │ │ ├── AccessProfileBulkUpdateRequest.yaml │ │ │ ├── AccessProfileBulkUpdateResponse.yaml │ │ │ ├── AccessProfileRef.yaml │ │ │ ├── AccessProfileSourceRef.yaml │ │ │ ├── AccessProfileUpdateItem.yaml │ │ │ ├── AccessProfileUsage.yaml │ │ │ ├── ApprovalSchemeForRole.yaml │ │ │ ├── Dimension.yaml │ │ │ ├── DimensionAttribute.yaml │ │ │ ├── DimensionBulkDeleteRequest.yaml │ │ │ ├── DimensionCriteriaKey.yaml │ │ │ ├── DimensionCriteriaKeyType.yaml │ │ │ ├── DimensionCriteriaLevel1.yaml │ │ │ ├── DimensionCriteriaLevel2.yaml │ │ │ ├── DimensionCriteriaLevel3.yaml │ │ │ ├── DimensionCriteriaOperation.yaml │ │ │ ├── DimensionMembershipSelector.yaml │ │ │ ├── DimensionMembershipSelectorType.yaml │ │ │ ├── DimensionRef.yaml │ │ │ ├── DimensionSchema.yaml │ │ │ ├── EntitlementRef.yaml │ │ │ ├── IdentityReference.yaml │ │ │ ├── OwnerReference.yaml │ │ │ ├── OwnerReferenceSegments.yaml │ │ │ ├── ProvisioningCriteriaLevel1.yaml │ │ │ ├── ProvisioningCriteriaLevel2.yaml │ │ │ ├── ProvisioningCriteriaLevel3.yaml │ │ │ ├── ProvisioningCriteriaOperation.yaml │ │ │ ├── Requestability.yaml │ │ │ ├── RequestabilityForRole.yaml │ │ │ ├── Revocability.yaml │ │ │ ├── RevocabilityForRole.yaml │ │ │ ├── Role.yaml │ │ │ ├── RoleAssignmentSourceType.yaml │ │ │ ├── RoleBulkDeleteRequest.yaml │ │ │ ├── RoleCriteriaKey.yaml │ │ │ ├── RoleCriteriaKeyType.yaml │ │ │ ├── RoleCriteriaLevel1.yaml │ │ │ ├── RoleCriteriaLevel2.yaml │ │ │ ├── RoleCriteriaLevel3.yaml │ │ │ ├── RoleCriteriaOperation.yaml │ │ │ ├── RoleIdentity.yaml │ │ │ ├── RoleMembershipIdentity.yaml │ │ │ ├── RoleMembershipSelector.yaml │ │ │ └── RoleMembershipSelectorType.yaml │ │ ├── ams │ │ │ ├── HierarchicalRightSet.yaml │ │ │ ├── NestedConfig.yaml │ │ │ ├── RightSetDTO.yaml │ │ │ ├── UserLevelPublishSummary.yaml │ │ │ ├── UserLevelRequest.yaml │ │ │ └── UserLevelSummaryDTO.yaml │ │ ├── api-usage │ │ │ ├── SummaryResponse.yaml │ │ │ └── TotalResponse.yaml │ │ ├── app │ │ │ ├── AccessProfileDetails.yaml │ │ │ ├── AppAccountDetails.yaml │ │ │ ├── SourceApp.yaml │ │ │ ├── SourceAppBulkUpdateRequest.yaml │ │ │ ├── SourceAppCreateDto.yaml │ │ │ ├── SourceAppPatchDto.yaml │ │ │ ├── UserApp.yaml │ │ │ ├── matchTerm.yaml │ │ │ └── selector.yaml │ │ ├── campaign │ │ │ └── examples │ │ │ │ ├── CampaignTemplateManager.yaml │ │ │ │ ├── CampaignTemplateRoleComposition.yaml │ │ │ │ ├── CampaignTemplateSearch.yaml │ │ │ │ ├── CampaignTemplateSourceOwner.yaml │ │ │ │ ├── CampaignTemplates.yaml │ │ │ │ ├── CreateCampaignMachineAccount.yaml │ │ │ │ ├── CreateCampaignManager.yaml │ │ │ │ ├── CreateCampaignRoleComposition.yaml │ │ │ │ ├── CreateCampaignSearch.yaml │ │ │ │ ├── CreateCampaignSourceOwner.yaml │ │ │ │ ├── CreateCampaignTemplateManager.yaml │ │ │ │ ├── CreateCampaignTemplateRoleComposition.yaml │ │ │ │ ├── CreateCampaignTemplateSearch.yaml │ │ │ │ ├── CreateCampaignTemplateSourceOwner.yaml │ │ │ │ ├── FullCampaignMachineAccount.yaml │ │ │ │ ├── FullCampaignManager.yaml │ │ │ │ ├── FullCampaignRoleComposition.yaml │ │ │ │ ├── FullCampaignSearch.yaml │ │ │ │ ├── FullCampaignSourceOwner.yaml │ │ │ │ ├── FullCampaigns.yaml │ │ │ │ ├── SlimCampaignManager.yaml │ │ │ │ ├── SlimCampaignRoleComposition.yaml │ │ │ │ ├── SlimCampaignSearch.yaml │ │ │ │ ├── SlimCampaignSourceOwner.yaml │ │ │ │ └── SlimCampaigns.yaml │ │ ├── campaignFilters │ │ │ └── example │ │ │ │ └── CreateCampaignFilter.yaml │ │ ├── configuration-hub │ │ │ ├── ApprovalComment.yaml │ │ │ ├── BackupOptions.yaml │ │ │ ├── BackupResponse.yaml │ │ │ ├── DeployRequest.yaml │ │ │ ├── DeployResponse.yaml │ │ │ ├── DraftResponse.yaml │ │ │ ├── ObjectExportImportNames.yaml │ │ │ ├── ObjectMappingBulkCreateRequest.yaml │ │ │ ├── ObjectMappingBulkCreateResponse.yaml │ │ │ ├── ObjectMappingBulkPatchRequest.yaml │ │ │ ├── ObjectMappingBulkPatchResponse.yaml │ │ │ ├── ObjectMappingRequest.yaml │ │ │ ├── ObjectMappingResponse.yaml │ │ │ ├── ScheduledActionPayload.yaml │ │ │ └── ScheduledActionResponse.yaml │ │ ├── data-access-security │ │ │ ├── CreateScheduleRequest.yaml │ │ │ ├── ScheduleInfo.yaml │ │ │ ├── TaskInfo.yaml │ │ │ └── UpdateScheduleRequest.yaml │ │ ├── data-segment │ │ │ ├── Data-Segment.yaml │ │ │ ├── MembershipType.yaml │ │ │ ├── Ref.yaml │ │ │ ├── Scope.yaml │ │ │ ├── ScopeType.yaml │ │ │ ├── ScopeVisibilityType.yaml │ │ │ ├── Scopes.yaml │ │ │ ├── SegmentId.yaml │ │ │ ├── SegmentMembership.yaml │ │ │ ├── Selection.yaml │ │ │ ├── enabled.yaml │ │ │ └── published.yaml │ │ ├── discovered-applications │ │ │ ├── JsonPatchOperations.yaml │ │ │ └── examples │ │ │ │ ├── FullDiscoveredApplications.yaml │ │ │ │ └── SlimDiscoveredApplications.yaml │ │ ├── filter │ │ │ ├── Bound.yaml │ │ │ ├── Filter.yaml │ │ │ ├── FilterType.yaml │ │ │ ├── Range.yaml │ │ │ └── examples │ │ │ │ ├── exists.yaml │ │ │ │ ├── range.yaml │ │ │ │ └── terms.yaml │ │ ├── forms │ │ │ ├── ConditionEffect.yaml │ │ │ ├── ConditionRule.yaml │ │ │ ├── CreateFormDefinitionRequest.yaml │ │ │ ├── CreateFormInstanceRequest.yaml │ │ │ ├── Error.yaml │ │ │ ├── ErrorMessage.yaml │ │ │ ├── FormCondition.yaml │ │ │ ├── FormDefinitionDynamicSchemaRequest.yaml │ │ │ ├── FormDefinitionDynamicSchemaResponse.yaml │ │ │ ├── FormDefinitionFileUploadResponse.yaml │ │ │ ├── FormDefinitionInput.yaml │ │ │ ├── FormDefinitionResponse.yaml │ │ │ ├── FormDefinitionSelfImportExportDto.yaml │ │ │ ├── FormElement.yaml │ │ │ ├── FormElementDataSourceConfigOptions.yaml │ │ │ ├── FormElementDynamicDataSource.yaml │ │ │ ├── FormElementDynamicDataSourceConfig.yaml │ │ │ ├── FormElementPreviewRequest.yaml │ │ │ ├── FormElementValidationsSet.yaml │ │ │ ├── FormError.yaml │ │ │ ├── FormInstanceCreatedBy.yaml │ │ │ ├── FormInstanceRecipient.yaml │ │ │ ├── FormInstanceResponse.yaml │ │ │ ├── FormOwner.yaml │ │ │ ├── FormUsedBy.yaml │ │ │ ├── ListFormDefinitionsByTenantResponse.yaml │ │ │ ├── ListFormElementDataByElementIDResponse.yaml │ │ │ ├── ListFormInstancesByTenantResponse.yaml │ │ │ ├── ListPredefinedSelectOptionsResponse.yaml │ │ │ ├── Nil.yaml │ │ │ ├── Operation.yaml │ │ │ ├── Patch.yaml │ │ │ ├── PreDefinedSelectOption.yaml │ │ │ └── PreviewDataSourceResponse.yaml │ │ ├── gov-attributes │ │ │ ├── AttributeDTO.yaml │ │ │ ├── AttributeDTOList.yaml │ │ │ └── AttributeValueDTO.yaml │ │ ├── gov-entitlement │ │ │ ├── AccessModelMetadataBulkUpdateResponse.yaml │ │ │ ├── BulkUpdateAMMKeyValue.yaml │ │ │ ├── EntitlementAttributeBulkUpdateFilterRequest.yaml │ │ │ ├── EntitlementAttributeBulkUpdateIdsRequest.yaml │ │ │ ├── EntitlementAttributeBulkUpdateQueryRequest.yaml │ │ │ ├── EntitlementDTO.yaml │ │ │ ├── EntitlementIdentifierDTO.yaml │ │ │ ├── ManuallyUpdatedFieldsDTO.yaml │ │ │ ├── OwnerReferenceDto.yaml │ │ │ └── PermissionDTO.yaml │ │ ├── iai │ │ │ ├── EntityCreatedByDTO.yaml │ │ │ ├── NullableEntityCreatedByDTO.yaml │ │ │ └── RoleMiningRoleType.yaml │ │ ├── identity-attributes │ │ │ ├── IdentityAttribute.yaml │ │ │ ├── IdentityAttributeNames.yaml │ │ │ └── Source.yaml │ │ ├── machine │ │ │ ├── MachineClassificationCriteriaLevel1.yaml │ │ │ ├── MachineClassificationCriteriaLevel2.yaml │ │ │ ├── MachineClassificationCriteriaLevel3.yaml │ │ │ └── MachineClassificationCriteriaOperation.yaml │ │ ├── managedClustersClientLogConfiguration │ │ │ └── examples │ │ │ │ ├── client-log-configuration-duration-minutes.yaml │ │ │ │ └── client-log-configuration-expiration.yaml │ │ ├── non-employee │ │ │ ├── ApprovalItemDetails.yaml │ │ │ ├── ApprovalReminderAndEscalationConfig.yaml │ │ │ ├── ApprovalStatus.yaml │ │ │ ├── ApprovalSummary.yaml │ │ │ ├── NonEmployeeApprovalDecision.yaml │ │ │ ├── NonEmployeeApprovalItem.yaml │ │ │ ├── NonEmployeeApprovalItemBase.yaml │ │ │ ├── NonEmployeeApprovalItemDetail.yaml │ │ │ ├── NonEmployeeApprovalSummary.yaml │ │ │ ├── NonEmployeeBulkUploadJob.yaml │ │ │ ├── NonEmployeeBulkUploadStatus.yaml │ │ │ ├── NonEmployeeIdentityDtoType.yaml │ │ │ ├── NonEmployeeIdentityReferenceWithId.yaml │ │ │ ├── NonEmployeeIdnUserRequest.yaml │ │ │ ├── NonEmployeeRecord.yaml │ │ │ ├── NonEmployeeRejectApprovalDecision.yaml │ │ │ ├── NonEmployeeRequest.yaml │ │ │ ├── NonEmployeeRequestBody.yaml │ │ │ ├── NonEmployeeRequestLite.yaml │ │ │ ├── NonEmployeeRequestSummary.yaml │ │ │ ├── NonEmployeeRequestWithoutApprovalItem.yaml │ │ │ ├── NonEmployeeSchemaAttribute.yaml │ │ │ ├── NonEmployeeSchemaAttributeBody.yaml │ │ │ ├── NonEmployeeSchemaAttributeType.yaml │ │ │ ├── NonEmployeeSource.yaml │ │ │ ├── NonEmployeeSourceLite.yaml │ │ │ ├── NonEmployeeSourceLiteWithSchemaAttributes.yaml │ │ │ ├── NonEmployeeSourceRequestBody.yaml │ │ │ ├── NonEmployeeSourceWithCloudExternalId.yaml │ │ │ └── NonEmployeeSourceWithNECount.yaml │ │ ├── reports │ │ │ ├── ReportDetails.yaml │ │ │ ├── ReportResults.yaml │ │ │ ├── TaskResultDetails.yaml │ │ │ ├── arguments │ │ │ │ ├── accounts-export-report-arguments.yaml │ │ │ │ ├── identities-details-report-arguments.yaml │ │ │ │ ├── identities-report-arguments.yaml │ │ │ │ ├── identity-profile-identity-error-report-arguments.yaml │ │ │ │ ├── orphan-identities-report-arguments.yaml │ │ │ │ ├── search-export-report-arguments.yaml │ │ │ │ └── uncorrelated-accounts-report-arguments.yaml │ │ │ └── examples │ │ │ │ ├── account-export-report-details.yaml │ │ │ │ ├── identities-details-report-details.yaml │ │ │ │ ├── identities-details-report-results.yaml │ │ │ │ ├── identities-details-report-task-result.yaml │ │ │ │ ├── identities-report-details.yaml │ │ │ │ ├── identity-profile-identity-error-report-details.yaml │ │ │ │ ├── orphan-identities-report-details.yaml │ │ │ │ ├── search-export-report-details.yaml │ │ │ │ ├── search-export-report-task-result.yaml │ │ │ │ └── uncorrelated-accounts-report-details.yaml │ │ ├── reviews │ │ │ ├── ReviewableAccessProfile.yaml │ │ │ ├── ReviewableEntitlement.yaml │ │ │ └── ReviewableRole.yaml │ │ ├── role-metadata │ │ │ ├── RoleBulkUpdateResponse.yaml │ │ │ ├── RoleGetAllBulkUpdateResponse.yaml │ │ │ ├── RoleListFilterDTO.yaml │ │ │ ├── RoleMetadataBulkUpdateByFilterRequest.yaml │ │ │ ├── RoleMetadataBulkUpdateByIdRequest.yaml │ │ │ └── RoleMetadataBulkUpdateByQueryRequest.yaml │ │ ├── schedule │ │ │ ├── Schedule.yaml │ │ │ ├── ScheduleType.yaml │ │ │ ├── Selector.yaml │ │ │ └── SelectorType.yaml │ │ ├── search │ │ │ ├── ElasticVersion.yaml │ │ │ ├── Index.yaml │ │ │ ├── InnerHit.yaml │ │ │ ├── Query.yaml │ │ │ ├── QueryResultFilter.yaml │ │ │ ├── QueryType.yaml │ │ │ ├── Search.yaml │ │ │ ├── TextQuery.yaml │ │ │ ├── TypeAheadQuery.yaml │ │ │ ├── aggregate │ │ │ │ ├── AggregationType.yaml │ │ │ │ ├── Aggregations.yaml │ │ │ │ ├── BucketAggregation.yaml │ │ │ │ ├── BucketType.yaml │ │ │ │ ├── FilterAggregation.yaml │ │ │ │ ├── MetricAggregation.yaml │ │ │ │ ├── MetricType.yaml │ │ │ │ ├── NestedAggregation.yaml │ │ │ │ ├── SearchAggregationSpecification.yaml │ │ │ │ ├── SearchFilterType.yaml │ │ │ │ ├── SubSearchAggregationSpecification.yaml │ │ │ │ └── examples │ │ │ │ │ ├── bucketAggregation-dsl.yaml │ │ │ │ │ ├── bucketAggregation-subAggregation-dsl.yaml │ │ │ │ │ ├── bucketAggregation-subAggregation.yaml │ │ │ │ │ ├── bucketAggregation.yaml │ │ │ │ │ ├── metricAggregation-dsl.yaml │ │ │ │ │ ├── metricAggregation.yaml │ │ │ │ │ ├── nestedAggregation-bucketAggregation-dsl.yaml │ │ │ │ │ ├── nestedAggregation-bucketAggregation.yaml │ │ │ │ │ ├── nestedAggregation-filterAggregation-bucketAggregation-dsl.yaml │ │ │ │ │ └── nestedAggregation-filterAggregation-bucketAggregation.yaml │ │ │ ├── documents │ │ │ │ ├── AggregationResult-csv.yaml │ │ │ │ ├── AggregationResult.yaml │ │ │ │ ├── SearchDocument.yaml │ │ │ │ ├── SearchDocuments.yaml │ │ │ │ └── examples │ │ │ │ │ ├── accessProfile.yaml │ │ │ │ │ ├── accessProfiles.yaml │ │ │ │ │ ├── accountActivities.yaml │ │ │ │ │ ├── accountActivity.yaml │ │ │ │ │ ├── bullet-bull-dog.yml │ │ │ │ │ ├── entitlement.yaml │ │ │ │ │ ├── entitlements.yaml │ │ │ │ │ ├── event.yaml │ │ │ │ │ ├── events.yaml │ │ │ │ │ ├── filterExists.yaml │ │ │ │ │ ├── filterRange.yaml │ │ │ │ │ ├── filterTerms.yaml │ │ │ │ │ ├── identities.yaml │ │ │ │ │ ├── identity.yaml │ │ │ │ │ ├── nina-kitty.yml │ │ │ │ │ ├── queryFields.yaml │ │ │ │ │ ├── queryInnerHit.yaml │ │ │ │ │ ├── queryTimeZone.yaml │ │ │ │ │ ├── role.yaml │ │ │ │ │ ├── roles.yaml │ │ │ │ │ ├── typeAheadQuery.yaml │ │ │ │ │ └── typeAheadQueryNestedType.yaml │ │ │ ├── examples │ │ │ │ ├── filter-exists.yaml │ │ │ │ ├── filter-range.yaml │ │ │ │ ├── filter-terms.yaml │ │ │ │ ├── query-accessprofiles.yaml │ │ │ │ ├── query-accountactivities.yaml │ │ │ │ ├── query-entitlements.yaml │ │ │ │ ├── query-events.yaml │ │ │ │ ├── query-fields.yaml │ │ │ │ ├── query-identities.yaml │ │ │ │ ├── query-innerHit.yaml │ │ │ │ ├── query-roles.yaml │ │ │ │ ├── query-timeZone.yaml │ │ │ │ ├── typeAheadQuery-nestedType.yaml │ │ │ │ └── typeAheadQuery.yaml │ │ │ ├── model │ │ │ │ ├── access │ │ │ │ │ ├── Access.yaml │ │ │ │ │ ├── AccessApps.yaml │ │ │ │ │ ├── AccessProfileEntitlement.yaml │ │ │ │ │ ├── AccessProfileRole.yaml │ │ │ │ │ ├── AccessProfileSummary.yaml │ │ │ │ │ ├── BaseAccess.yaml │ │ │ │ │ └── profile │ │ │ │ │ │ ├── AccessProfileDocument.yaml │ │ │ │ │ │ └── AccessProfileDocuments.yaml │ │ │ │ ├── account │ │ │ │ │ ├── AccountSource.yaml │ │ │ │ │ ├── ActivityIdentity.yaml │ │ │ │ │ ├── BaseAccount.yaml │ │ │ │ │ └── activity │ │ │ │ │ │ ├── AccountActivityDocument.yaml │ │ │ │ │ │ ├── AccountActivityDocuments.yaml │ │ │ │ │ │ ├── AccountRequest.yaml │ │ │ │ │ │ ├── Approval.yaml │ │ │ │ │ │ ├── ApprovalComment.yaml │ │ │ │ │ │ ├── AttributeRequest.yaml │ │ │ │ │ │ ├── ExpansionItem.yaml │ │ │ │ │ │ ├── OriginalRequest.yaml │ │ │ │ │ │ └── Result.yaml │ │ │ │ ├── base │ │ │ │ │ ├── BaseAccessProfile.yaml │ │ │ │ │ ├── BaseDocument.yaml │ │ │ │ │ ├── BaseSegment.yaml │ │ │ │ │ ├── DateTime.yaml │ │ │ │ │ ├── DisplayReference.yaml │ │ │ │ │ ├── DocumentFields.yaml │ │ │ │ │ ├── DocumentType.yaml │ │ │ │ │ ├── Reference.yaml │ │ │ │ │ ├── Tags.yaml │ │ │ │ │ └── TypedReference.yaml │ │ │ │ ├── entitlement │ │ │ │ │ ├── BaseEntitlement.yaml │ │ │ │ │ ├── EntitlementDocument.yaml │ │ │ │ │ └── EntitlementDocuments.yaml │ │ │ │ ├── event │ │ │ │ │ ├── EventDocument.yaml │ │ │ │ │ ├── EventDocuments.yaml │ │ │ │ │ └── NameType.yaml │ │ │ │ ├── identity │ │ │ │ │ ├── App.yaml │ │ │ │ │ ├── IdentityAccess.yaml │ │ │ │ │ ├── IdentityDocument.yaml │ │ │ │ │ ├── IdentityDocuments.yaml │ │ │ │ │ ├── Owner.yaml │ │ │ │ │ ├── Owns.yaml │ │ │ │ │ ├── ProcessingDetails.yaml │ │ │ │ │ └── SearchIdentityReference.yaml │ │ │ │ └── role │ │ │ │ │ ├── RoleDocument.yaml │ │ │ │ │ └── RoleDocuments.yaml │ │ │ ├── saved │ │ │ │ ├── Column.yaml │ │ │ │ ├── SavedSearch.yaml │ │ │ │ ├── SavedSearchDetail.yaml │ │ │ │ ├── SavedSearchName.yaml │ │ │ │ ├── SearchArguments.yaml │ │ │ │ └── examples │ │ │ │ │ ├── execute-scheduled.yaml │ │ │ │ │ └── execute-test.yaml │ │ │ └── scheduled │ │ │ │ ├── ScheduledSearch.yaml │ │ │ │ ├── ScheduledSearchName.yaml │ │ │ │ └── SearchSchedule.yaml │ │ ├── sod │ │ │ ├── examples │ │ │ │ ├── exception-body-bulk.yaml │ │ │ │ ├── exception-body-patch.yaml │ │ │ │ ├── exception-body.yaml │ │ │ │ ├── exception-response-bulk.yaml │ │ │ │ └── exception-response.yaml │ │ │ ├── models │ │ │ │ ├── ArmRisk.yaml │ │ │ │ ├── BulkCreate.yaml │ │ │ │ ├── Exception.yaml │ │ │ │ ├── ExceptionAccessCriteria.yaml │ │ │ │ ├── ExceptionCriteria.yaml │ │ │ │ ├── ExceptionCriteriaAccess.yaml │ │ │ │ ├── ExceptionList.yaml │ │ │ │ ├── ExceptionOriginDto.yaml │ │ │ │ ├── IdentityWithNewAccess.yaml │ │ │ │ ├── SodPolicyDto.yaml │ │ │ │ ├── ViolationContext.yaml │ │ │ │ └── ViolationPrediction.yaml │ │ │ └── responses │ │ │ │ ├── 200-list.yaml │ │ │ │ ├── 200-patch.yaml │ │ │ │ ├── 200.yaml │ │ │ │ ├── 201.yaml │ │ │ │ └── 202.yaml │ │ ├── sources │ │ │ └── Schedule.yaml │ │ ├── transforms │ │ │ ├── AccountAttribute.yaml │ │ │ ├── Base64Decode.yaml │ │ │ ├── Base64Encode.yaml │ │ │ ├── Concatenation.yaml │ │ │ ├── Conditional.yaml │ │ │ ├── DateCompare.yaml │ │ │ ├── DateFormat.yaml │ │ │ ├── DateMath.yaml │ │ │ ├── DecomposeDiacriticalMarks.yaml │ │ │ ├── E164phone.yaml │ │ │ ├── FirstValid.yaml │ │ │ ├── ISO3166.yaml │ │ │ ├── IdentityAttribute.yaml │ │ │ ├── IndexOf.yaml │ │ │ ├── LastIndexOf.yaml │ │ │ ├── LeftPad.yaml │ │ │ ├── Lookup.yaml │ │ │ ├── Lower.yaml │ │ │ ├── NameNormalizer.yaml │ │ │ ├── RandomAlphaNumeric.yaml │ │ │ ├── RandomNumeric.yaml │ │ │ ├── Reference.yaml │ │ │ ├── Replace.yaml │ │ │ ├── ReplaceAll.yaml │ │ │ ├── RequiresPeriodicRefresh.yaml │ │ │ ├── RightPad.yaml │ │ │ ├── Rule.yaml │ │ │ ├── Split.yaml │ │ │ ├── Static.yaml │ │ │ ├── Substring.yaml │ │ │ ├── Trim.yaml │ │ │ ├── UUIDGenerator.yaml │ │ │ ├── Upper.yaml │ │ │ ├── date-formats │ │ │ │ ├── namedConstructs.yaml │ │ │ │ └── simpleDateFormat.yaml │ │ │ ├── input.yaml │ │ │ └── rules │ │ │ │ ├── GenerateRandomString.yaml │ │ │ │ ├── GetEndOfString.yaml │ │ │ │ ├── GetReferenceIdentityAttribute.yaml │ │ │ │ └── TransformRule.yaml │ │ ├── trigger │ │ │ ├── example-input │ │ │ │ ├── AccessItemApproverDto.yaml │ │ │ │ ├── AccessItemRequestedForDto.yaml │ │ │ │ ├── AccessItemRequesterDto.yaml │ │ │ │ ├── AccessRequestDynamicApprovalResponse.yaml │ │ │ │ ├── AccessRequestDynamicApprover.yaml │ │ │ │ ├── AccessRequestPostApproval.yaml │ │ │ │ ├── AccessRequestPreApproval.yaml │ │ │ │ ├── AccessRequestSubmittedResponse.yaml │ │ │ │ ├── AccountAggregationCompleted.yaml │ │ │ │ ├── AccountAttributesChanged.yaml │ │ │ │ ├── AccountCorrelated.yaml │ │ │ │ ├── AccountUncorrelated.yaml │ │ │ │ ├── AccountsCollectedForAggregation.yaml │ │ │ │ ├── CampaignActivated.yaml │ │ │ │ ├── CampaignEnded.yaml │ │ │ │ ├── CampaignGenerated.yaml │ │ │ │ ├── CertificationSignedOff.yaml │ │ │ │ ├── FormSubmitted.yaml │ │ │ │ ├── IdentityAttributesChanged.yaml │ │ │ │ ├── IdentityCreated.yaml │ │ │ │ ├── IdentityDeleted.yaml │ │ │ │ ├── OutlierDetected.yaml │ │ │ │ ├── ProvisioningCompleted.yaml │ │ │ │ ├── SavedSearchComplete.yaml │ │ │ │ ├── SourceAccountCreated.yaml │ │ │ │ ├── SourceAccountDeleted.yaml │ │ │ │ ├── SourceAccountUpdated.yaml │ │ │ │ ├── SourceCreated.yaml │ │ │ │ ├── SourceDeleted.yaml │ │ │ │ ├── SourceUpdated.yaml │ │ │ │ └── VAClusterStatusChangeEvent.yaml │ │ │ └── example-output │ │ │ │ ├── AccessRequestDynamicApprover.yaml │ │ │ │ └── AccessRequestPreApproval.yaml │ │ ├── ui-metadata │ │ │ ├── TenantUiMetadataItemResponse.yaml │ │ │ └── TenantUiMetadataItemUpdateRequest.yaml │ │ ├── user-levels │ │ │ ├── AuthUserLevelsIdentityCount.yaml │ │ │ └── AuthUserSlimResponse.yaml │ │ ├── work-reassignment │ │ │ ├── AuditDetails.yaml │ │ │ ├── ConfigType.yaml │ │ │ ├── ConfigTypeEnum.yaml │ │ │ ├── ConfigTypeEnumCamel.yaml │ │ │ ├── ConfigurationDetailsResponse.yaml │ │ │ ├── ConfigurationItemRequest.yaml │ │ │ ├── ConfigurationItemResponse.yaml │ │ │ ├── ConfigurationResponse.yaml │ │ │ ├── EvaluateResponse.yaml │ │ │ ├── Identity.yaml │ │ │ ├── LookupStep.yaml │ │ │ ├── ReassignmentTypeEnum.yaml │ │ │ ├── TenantConfigurationDetails.yaml │ │ │ ├── TenantConfigurationRequest.yaml │ │ │ ├── TenantConfigurationResponse.yaml │ │ │ └── examples │ │ │ │ ├── evaluateEmpty.yaml │ │ │ │ ├── evaluateLong.yaml │ │ │ │ └── evaluateSelfReview.yaml │ │ ├── workflows │ │ │ ├── Workflow.yaml │ │ │ ├── WorkflowBody.yaml │ │ │ ├── WorkflowDefinition.yaml │ │ │ ├── WorkflowExecution.yaml │ │ │ ├── WorkflowExecutionEvent.yaml │ │ │ ├── WorkflowExecutionHistory.yaml │ │ │ ├── WorkflowLibraryAction.yaml │ │ │ ├── WorkflowLibraryFormFields.yaml │ │ │ ├── WorkflowLibraryOperator.yaml │ │ │ ├── WorkflowLibraryTrigger.yaml │ │ │ ├── WorkflowModifiedBy.yaml │ │ │ ├── WorkflowOAuthClient.yaml │ │ │ ├── WorkflowTrigger.yaml │ │ │ └── trigger-attributes │ │ │ │ ├── EventAttributes.yaml │ │ │ │ ├── ExternalAttributes.yaml │ │ │ │ └── ScheduledAttributes.yaml │ │ └── workgroups │ │ │ ├── BulkWorkgroupMembersRequest.yaml │ │ │ ├── ConnectedObject.yaml │ │ │ ├── ConnectedObjectType.yaml │ │ │ ├── WorkgroupBulkDeleteRequest.yaml │ │ │ ├── WorkgroupBulkDeleteResponse.yaml │ │ │ ├── WorkgroupConnectionDto.yaml │ │ │ ├── WorkgroupDeleteItem.yaml │ │ │ ├── WorkgroupDto.yaml │ │ │ ├── WorkgroupMemberAddItem.yaml │ │ │ ├── WorkgroupMemberBulkAddResponse.yaml │ │ │ ├── WorkgroupMemberBulkDeleteResponse.yaml │ │ │ └── WorkgroupMemberDeleteItem.yaml │ ├── securitySchemes │ │ └── OAuth2.yaml │ └── webhooks │ │ ├── access-request-decision.yaml │ │ ├── access-request-dynamic-approval.yaml │ │ ├── access-request-submitted.yaml │ │ ├── account-aggregation-completed.yaml │ │ ├── campaign-activated.yaml │ │ ├── campaign-ended.yaml │ │ ├── campaign-generated.yaml │ │ ├── certification-signed-off.yaml │ │ ├── form-submitted.yaml │ │ ├── identity-attributes-changed.yaml │ │ ├── identity-created.yaml │ │ ├── identity-deleted.yaml │ │ ├── native-change-account-created.yaml │ │ ├── native-change-account-deleted.yaml │ │ ├── native-change-account-updated.yaml │ │ ├── outlier-detected.yaml │ │ ├── provisioning-completed.yaml │ │ ├── scheduled-search.yaml │ │ ├── source-created.yaml │ │ ├── source-deleted.yaml │ │ ├── source-updated.yaml │ │ └── va-cluster-status-change.yaml ├── v2026 │ ├── parameters │ │ ├── count.yaml │ │ ├── limit.yaml │ │ ├── limit50.yaml │ │ ├── offset.yaml │ │ ├── path │ │ │ └── search │ │ │ │ ├── id.yaml │ │ │ │ └── index.yaml │ │ └── searchlimit.yaml │ ├── paths │ │ ├── task-status-list.yaml │ │ ├── task-status-pending.yaml │ │ └── task-status.yaml │ ├── responses │ │ ├── 202.yaml │ │ ├── 204.yaml │ │ ├── 400.yaml │ │ ├── 401.yaml │ │ ├── 403.yaml │ │ ├── 404.yaml │ │ ├── 405.yaml │ │ ├── 412.yaml │ │ ├── 429.yaml │ │ └── 500.yaml │ └── schemas │ │ ├── ErrorMessageDto.yaml │ │ ├── ErrorResponseDto.yaml │ │ ├── JsonPatchOperation.yaml │ │ ├── LocaleOrigin.yaml │ │ ├── LocalizedMessage.yaml │ │ ├── Target.yaml │ │ ├── TaskDefinitionSummary.yaml │ │ ├── TaskReturnDetails.yaml │ │ ├── TaskStatus.yaml │ │ └── TaskStatusMessage.yaml └── v3 │ ├── EntitlementRef.yaml │ ├── parameters │ ├── count.yaml │ ├── limit.yaml │ ├── limit50.yaml │ ├── offset.yaml │ ├── path │ │ └── search │ │ │ ├── id.yaml │ │ │ └── index.yaml │ └── searchlimit.yaml │ ├── paths │ ├── access-profile-bulk-delete.yaml │ ├── access-profile-entitlements.yaml │ ├── access-profile.yaml │ ├── access-profiles.yaml │ ├── access-request-approval-summary.yaml │ ├── access-request-cancel.yaml │ ├── access-request-close.yaml │ ├── access-request-config.yaml │ ├── access-request-status.yaml │ ├── access-requests.yaml │ ├── account-activities.yaml │ ├── account-activity-get-one.yaml │ ├── account-activity-list.yaml │ ├── account-usages.yaml │ ├── account.yaml │ ├── accounts-id-disable.yaml │ ├── accounts-id-enable.yaml │ ├── accounts-id-entitlements.yaml │ ├── accounts-id-reload.yaml │ ├── accounts-id-unlock.yaml │ ├── accounts.yaml │ ├── approve-access-request-approval.yaml │ ├── auth-org-lockout-config.yaml │ ├── auth-org-network-config.yaml │ ├── auth-org-service-provider-config.yaml │ ├── auth-org-session-config.yaml │ ├── auth-user.yaml │ ├── branding.yaml │ ├── brandings.yaml │ ├── bulk-add-tagged-objects.yaml │ ├── bulk-remove-tagged-objects.yaml │ ├── campaign-activate.yaml │ ├── campaign-admin-cert-reassign.yaml │ ├── campaign-complete.yaml │ ├── campaign-filter.yaml │ ├── campaign-filters-delete.yaml │ ├── campaign-filters.yaml │ ├── campaign-reports-configuration.yaml │ ├── campaign-reports.yaml │ ├── campaign-run-remediation-scan.yaml │ ├── campaign-run-report.yaml │ ├── campaign-template-generate.yaml │ ├── campaign-template-schedule.yaml │ ├── campaign-template.yaml │ ├── campaign-templates.yaml │ ├── campaign.yaml │ ├── campaigns-delete.yaml │ ├── campaigns.yaml │ ├── certification-task.yaml │ ├── certification-tasks.yaml │ ├── certifications-reassign-async.yaml │ ├── certifications-reviewers.yaml │ ├── completed-access-request-approvals.yaml │ ├── configuration-hub │ │ ├── backup-uploads-id.yaml │ │ ├── backup-uploads.yaml │ │ ├── object-mapping-bulk-create.yaml │ │ ├── object-mapping-bulk-update.yaml │ │ ├── object-mapping-delete.yaml │ │ └── object-mapping.yaml │ ├── connector.yaml │ ├── connectors-correlation-config.yaml │ ├── connectors-source-config.yaml │ ├── connectors-source-template.yaml │ ├── connectors-translations.yaml │ ├── connectors.yaml │ ├── correlation-config.yaml │ ├── discovered-applications.yaml │ ├── forward-access-request-approval.yaml │ ├── identity-certification.yaml │ ├── identity-certifications-access-review-items.yaml │ ├── identity-certifications-access-summaries.yaml │ ├── identity-certifications-decide.yaml │ ├── identity-certifications-decision-summary.yaml │ ├── identity-certifications-identity-summaries.yaml │ ├── identity-certifications-identity-summary.yaml │ ├── identity-certifications-item-permissions.yaml │ ├── identity-certifications-reassign.yaml │ ├── identity-certifications-sign-off.yaml │ ├── identity-certifications.yaml │ ├── identity-profile-default-config.yaml │ ├── identity-profile-lifecycle-state.yaml │ ├── identity-profile-lifecycle-states.yaml │ ├── identity-profile-process-identities.yaml │ ├── identity-profile.yaml │ ├── identity-profiles-bulk-delete.yaml │ ├── identity-profiles-export.yaml │ ├── identity-profiles-identity-preview.yaml │ ├── identity-profiles-import.yaml │ ├── identity-profiles.yaml │ ├── identity-set-lifecycle-state.yaml │ ├── managed-client-status.yaml │ ├── managed-client.yaml │ ├── managed-clients.yaml │ ├── managed-cluster-log-config.yaml │ ├── managed-cluster.yaml │ ├── managed-clusters.yaml │ ├── manual-discover-applications-template.yaml │ ├── manual-discover-applications.yaml │ ├── mfa-config-delete.yaml │ ├── mfa-config-test.yaml │ ├── mfa-duo-config.yaml │ ├── mfa-duo-verify.yaml │ ├── mfa-kba-authenticate.yaml │ ├── mfa-kba-config-answers.yaml │ ├── mfa-kba-config.yaml │ ├── mfa-okta-config.yaml │ ├── mfa-okta-verify.yaml │ ├── mfa-poll.yaml │ ├── mfa-token-authenticate.yaml │ ├── mfa-token-send.yaml │ ├── non-employee-approval-list.yaml │ ├── non-employee-approval-summary.yaml │ ├── non-employee-approve-get.yaml │ ├── non-employee-approve-request.yaml │ ├── non-employee-bulk-upload-jobs-fail.yaml │ ├── non-employee-record.yaml │ ├── non-employee-records-bulk-delete.yaml │ ├── non-employee-records.yaml │ ├── non-employee-reject-request.yaml │ ├── non-employee-request-summary-get.yaml │ ├── non-employee-request.yaml │ ├── non-employee-requests.yaml │ ├── non-employee-source-aggregate.yaml │ ├── non-employee-source.yaml │ ├── non-employee-sources-bulk-upload-details.yaml │ ├── non-employee-sources-bulk-upload-non-employees.yaml │ ├── non-employee-sources-bulk-upload-status.yaml │ ├── non-employee-sources-export-non-employees.yaml │ ├── non-employee-sources-export-schema-attributes-template.yaml │ ├── non-employee-sources-schema-attribute.yaml │ ├── non-employee-sources-schema-attributes.yaml │ ├── non-employee-sources.yaml │ ├── oauth-client.yaml │ ├── oauth-clients.yaml │ ├── password-change-status.yaml │ ├── password-dictionary.yaml │ ├── password-org-config.yaml │ ├── password-policies.yaml │ ├── password-policy.yaml │ ├── password-sync-group.yaml │ ├── password-sync-groups.yaml │ ├── pending-access-request-approvals.yaml │ ├── personal-access-token.yaml │ ├── personal-access-tokens.yaml │ ├── provisioning-policies-bulk-update.yaml │ ├── provisioning-policies.yaml │ ├── provisioning-policy.yaml │ ├── public-identities-config.yaml │ ├── public-identities.yaml │ ├── query-password-info.yaml │ ├── reject-access-request-approval.yaml │ ├── reports-cancel.yaml │ ├── reports-get-file.yaml │ ├── reports-result.yaml │ ├── reports-run.yaml │ ├── requestable-object-list.yaml │ ├── role-assigned-identities.yaml │ ├── role-bulk-delete.yaml │ ├── role.yaml │ ├── roles.yaml │ ├── saved-searches-execute.yaml │ ├── saved-searches-id.yaml │ ├── saved-searches.yaml │ ├── scheduled-searches-id.yaml │ ├── scheduled-searches-unsubscribe.yaml │ ├── scheduled-searches.yaml │ ├── schema.yaml │ ├── schemas.yaml │ ├── search-aggregate.yaml │ ├── search-count.yaml │ ├── search-get.yaml │ ├── search-post.yaml │ ├── searchAttributeConfig-get-patch-delete.yaml │ ├── searchAttributeConfig.yaml │ ├── segment.yaml │ ├── segments.yaml │ ├── service-desk-integration-configuration.yaml │ ├── service-desk-integration-template.yaml │ ├── service-desk-integration-types.yaml │ ├── service-desk-integration.yaml │ ├── service-desk-integrations.yaml │ ├── set-password.yaml │ ├── sod-all-report-run.yaml │ ├── sod-all-report-status.yaml │ ├── sod-download-custom-report.yaml │ ├── sod-download-default-report.yaml │ ├── sod-policies.yaml │ ├── sod-policy-evaluate.yaml │ ├── sod-policy.yaml │ ├── sod-report-run.yaml │ ├── sod-schedule.yaml │ ├── sod-violation-report-status.yaml │ ├── sod-violation-report.yaml │ ├── sod-violations-check.yaml │ ├── sod-violations-predict.yaml │ ├── source-accounts-schema.yaml │ ├── source-connections.yaml │ ├── source-entitlements-schema.yaml │ ├── source-health.yaml │ ├── source-upload-connector-file.yaml │ ├── source-usage-status.yaml │ ├── source-usages.yaml │ ├── source.yaml │ ├── sources.yaml │ ├── tagged-object.yaml │ ├── tagged-objects-type.yaml │ ├── tagged-objects.yaml │ ├── transform.yaml │ ├── transforms.yaml │ ├── work-item-forward.yaml │ ├── work-item.yaml │ ├── work-items-account-selection.yaml │ ├── work-items-approve-approval-item.yaml │ ├── work-items-bulk-approve-approval-item.yaml │ ├── work-items-bulk-reject-approval-item.yaml │ ├── work-items-completed-count.yaml │ ├── work-items-completed.yaml │ ├── work-items-count.yaml │ ├── work-items-reject-approval-item.yaml │ ├── work-items-summary.yaml │ ├── work-items.yaml │ └── workflows │ │ ├── workflow-execution-cancel.yaml │ │ ├── workflow-execution-history.yaml │ │ ├── workflow-execution.yaml │ │ ├── workflow-executions.yaml │ │ ├── workflow-external-execute-test.yaml │ │ ├── workflow-external-execute.yaml │ │ ├── workflow-external-oauth-client.yaml │ │ ├── workflow-library-actions.yaml │ │ ├── workflow-library-operators.yaml │ │ ├── workflow-library-triggers.yaml │ │ ├── workflow-library.yaml │ │ ├── workflow-test.yaml │ │ ├── workflow.yaml │ │ └── workflows.yaml │ ├── responses │ ├── 202.yaml │ ├── 204.yaml │ ├── 400.yaml │ ├── 401.yaml │ ├── 403.yaml │ ├── 404.yaml │ ├── 405.yaml │ ├── 412.yaml │ ├── 429.yaml │ └── 500.yaml │ └── schemas │ ├── AccessConstraint.yaml │ ├── AccessCriteria.yaml │ ├── AccessCriteriaRequest.yaml │ ├── AccessItemRequestedFor.yaml │ ├── AccessItemRequester.yaml │ ├── AccessItemReviewedBy.yaml │ ├── AccessModelMetadata.yaml │ ├── AccessRequest.yaml │ ├── AccessRequestConfig.yaml │ ├── AccessRequestItem.yaml │ ├── AccessRequestPhases.yaml │ ├── AccessRequestType.yaml │ ├── AccessReviewItem.yaml │ ├── AccessSummary.yaml │ ├── AccessType.yaml │ ├── Account.yaml │ ├── AccountAction.yaml │ ├── AccountActivity.yaml │ ├── AccountActivityApprovalStatus.yaml │ ├── AccountActivityItem.yaml │ ├── AccountActivityItemOperation.yaml │ ├── AccountAttributes.yaml │ ├── AccountAttributesCreate.yaml │ ├── AccountRequestInfo.yaml │ ├── AccountToggleRequest.yaml │ ├── AccountUnlockRequest.yaml │ ├── AccountUsage.yaml │ ├── AccountsAsyncResult.yaml │ ├── ActivateCampaignOptions.yaml │ ├── ActivityInsights.yaml │ ├── AdminReviewReassign.yaml │ ├── ApprovalForwardHistory.yaml │ ├── ApprovalItemDetails.yaml │ ├── ApprovalReminderAndEscalationConfig.yaml │ ├── ApprovalScheme.yaml │ ├── ApprovalStatusDto.yaml │ ├── ApprovalSummary.yaml │ ├── AttrSyncSource.yaml │ ├── AttributeDefinition.yaml │ ├── AttributeDefinitionType.yaml │ ├── AuthUser.yaml │ ├── BareReference.yaml │ ├── BaseCommonDto.yaml │ ├── BaseReferenceDto.yaml │ ├── BeforeProvisioningRuleDto.yaml │ ├── BrandingItem.yaml │ ├── BrandingItemCreate.yaml │ ├── BulkAddTaggedObject.yaml │ ├── BulkRemoveTaggedObject.yaml │ ├── BulkTaggedObjectResponse.yaml │ ├── Campaign.yaml │ ├── CampaignAlert.yaml │ ├── CampaignCompleteOptions.yaml │ ├── CampaignFilterDetails.yaml │ ├── CampaignReference.yaml │ ├── CampaignReport.yaml │ ├── CampaignReportsConfig.yaml │ ├── CampaignTemplate.yaml │ ├── CampaignsDeleteRequest.yaml │ ├── CancelAccessRequest.yaml │ ├── CancelledRequestDetails.yaml │ ├── CertificationDecision.yaml │ ├── CertificationIdentitySummary.yaml │ ├── CertificationPhase.yaml │ ├── CertificationReference.yaml │ ├── CertificationReferenceDto.yaml │ ├── CertificationTask.yaml │ ├── ClientLogConfiguration.yaml │ ├── ClientLogConfigurationDurationMinutes.yaml │ ├── ClientLogConfigurationExpiration.yaml │ ├── ClientType.yaml │ ├── CloseAccessRequest.yaml │ ├── Comment.yaml │ ├── CommentDto.yaml │ ├── CompletedApproval.yaml │ ├── CompletedApprovalState.yaml │ ├── CompletionStatus.yaml │ ├── ConflictingAccessCriteria.yaml │ ├── ConflictingAccessCriteriaRequest.yaml │ ├── ConnectorDetail.yaml │ ├── CorrelationConfig.yaml │ ├── CreateOAuthClientRequest.yaml │ ├── CreateOAuthClientResponse.yaml │ ├── CreatePersonalAccessTokenRequest.yaml │ ├── CreatePersonalAccessTokenResponse.yaml │ ├── CriteriaType.yaml │ ├── CurrentWorkItemOwnerDto.yaml │ ├── DataAccess.yaml │ ├── DependantAppConnections.yaml │ ├── DependantConnectionsMissingDto.yaml │ ├── DtoType.yaml │ ├── DuoVerificationRequest.yaml │ ├── EmailNotificationOption.yaml │ ├── Entitlement.yaml │ ├── EntitlementRef.yaml │ ├── EntitlementRequestConfig.yaml │ ├── EntitlementSource.yaml │ ├── EntitlementSourceResetBaseReferenceDto.yaml │ ├── ErrorMessageDto.yaml │ ├── ErrorMessageDtoList.yaml │ ├── ErrorResponseDto.yaml │ ├── ExecutionStatus.yaml │ ├── Expression.yaml │ ├── FederationProtocolDetails.yaml │ ├── FieldDetailsDto.yaml │ ├── FormDetails.yaml │ ├── FormItemDetails.yaml │ ├── ForwardApprovalDto.yaml │ ├── FullDiscoveredApplications.yaml │ ├── GetOAuthClientResponse.yaml │ ├── GetPersonalAccessTokenResponse.yaml │ ├── GrantType.yaml │ ├── IdentityAttribute.yaml │ ├── IdentityAttributeConfig.yaml │ ├── IdentityAttributePreview.yaml │ ├── IdentityAttributeTransform.yaml │ ├── IdentityCertDecisionSummary.yaml │ ├── IdentityCertificationDto.yaml │ ├── IdentityExceptionReportReference.yaml │ ├── IdentityPreviewRequest.yaml │ ├── IdentityPreviewResponse.yaml │ ├── IdentityProfile.yaml │ ├── IdentityProfileBulkDelete.yaml │ ├── IdentityProfileExportedObject.yaml │ ├── IdentityProfilesConnections.yaml │ ├── IdentityReference.yaml │ ├── IdentityReferenceWithNameAndEmail.yaml │ ├── IdentitySummary.yaml │ ├── IdentityUpdatedAccountAttributesDto.yaml │ ├── IdentityWithNewAccess.yaml │ ├── IdpDetails.yaml │ ├── ImportObject.yaml │ ├── JITConfiguration.yaml │ ├── JsonPatch.yaml │ ├── JsonPatchOperation.yaml │ ├── KbaAnswerRequestItem.yaml │ ├── KbaAnswerResponseItem.yaml │ ├── KbaAuthResponse.yaml │ ├── KbaAuthResponseItem.yaml │ ├── KbaQuestion.yaml │ ├── LifecycleState.yaml │ ├── LifecycleStateDto.yaml │ ├── LifecyclestateDeleted.yaml │ ├── LocaleOrigin.yaml │ ├── LockoutConfiguration.yaml │ ├── LogLevelSpec.yaml │ ├── ManagedClient.yaml │ ├── ManagedClientRequest.yaml │ ├── ManagedClientStatus.yaml │ ├── ManagedClientStatusCode.yaml │ ├── ManagedClientType.yaml │ ├── ManagedCluster.yaml │ ├── ManagedClusterAttributes.yaml │ ├── ManagedClusterEncryptionConfig.yaml │ ├── ManagedClusterKeyPair.yaml │ ├── ManagedClusterQueue.yaml │ ├── ManagedClusterRedis.yaml │ ├── ManagedClusterRequest.yaml │ ├── ManagedClusterTypes.yaml │ ├── ManagerCorrelationMapping.yaml │ ├── ManualDiscoverApplications.yaml │ ├── ManualDiscoverApplicationsTemplate.yaml │ ├── ManualWorkItemDetails.yaml │ ├── ManualWorkItemState.yaml │ ├── MfaConfigTestResponse.yaml │ ├── MfaDuoConfig.yaml │ ├── MfaOktaConfig.yaml │ ├── MultiPolicyRequest.yaml │ ├── NetworkConfiguration.yaml │ ├── ObjectImportResult.yaml │ ├── OktaVerificationRequest.yaml │ ├── Operation.yaml │ ├── OriginalApprovalOwnerDto.yaml │ ├── OriginalWorkItemOwnerDto.yaml │ ├── OwnerDto.yaml │ ├── PasswordChangeRequest.yaml │ ├── PasswordChangeResponse.yaml │ ├── PasswordInfo.yaml │ ├── PasswordInfoAccount.yaml │ ├── PasswordInfoQueryDTO.yaml │ ├── PasswordOrgConfig.yaml │ ├── PasswordPolicyV3Dto.yaml │ ├── PasswordStatus.yaml │ ├── PasswordSyncGroup.yaml │ ├── PatOwner.yaml │ ├── PendingApproval.yaml │ ├── PendingApprovalAction.yaml │ ├── PermissionDto.yaml │ ├── PreApprovalTriggerDetails.yaml │ ├── ProvisioningConfig.yaml │ ├── ProvisioningDetails.yaml │ ├── ProvisioningPolicyDto.yaml │ ├── ProvisioningState.yaml │ ├── PublicIdentity.yaml │ ├── PublicIdentityAttributeConfig.yaml │ ├── PublicIdentityConfig.yaml │ ├── QueuedCheckConfigDetails.yaml │ ├── ReassignReference.yaml │ ├── Reassignment.yaml │ ├── ReassignmentTrailDTO.yaml │ ├── ReassignmentTrailDTOList.yaml │ ├── ReassignmentType.yaml │ ├── Recommendation.yaml │ ├── RemediationItemDetails.yaml │ ├── ReportResultReference.yaml │ ├── ReportType.yaml │ ├── RequestOnBehalfOfConfig.yaml │ ├── RequestableObject.yaml │ ├── RequestableObjectReference.yaml │ ├── RequestableObjectRequestStatus.yaml │ ├── RequestableObjectType.yaml │ ├── RequestedAccountRef.yaml │ ├── RequestedItemStatus.yaml │ ├── RequestedItemStatusRequestState.yaml │ ├── Response.yaml │ ├── ReviewDecision.yaml │ ├── ReviewReassign.yaml │ ├── ReviewRecommendation.yaml │ ├── Reviewer.yaml │ ├── Schedule.yaml │ ├── Schema.yaml │ ├── SearchAttributeConfig.yaml │ ├── SectionDetails.yaml │ ├── Segment.yaml │ ├── SelfImportExportDto.yaml │ ├── SendTokenRequest.yaml │ ├── SendTokenResponse.yaml │ ├── ServiceDeskIntegrationDto.yaml │ ├── ServiceDeskIntegrationTemplateDto.yaml │ ├── ServiceDeskIntegrationTemplateType.yaml │ ├── ServiceDeskSource.yaml │ ├── ServiceProviderConfiguration.yaml │ ├── SessionConfiguration.yaml │ ├── SlimCampaign.yaml │ ├── SlimDiscoveredApplications.yaml │ ├── SodExemptCriteria.yaml │ ├── SodPolicy.yaml │ ├── SodPolicyDto.yaml │ ├── SodPolicyRead.yaml │ ├── SodPolicyRequest.yaml │ ├── SodPolicySchedule.yaml │ ├── SodRecipient.yaml │ ├── SodReportResultDto.yaml │ ├── SodViolationCheck.yaml │ ├── SodViolationCheckResult.yaml │ ├── SodViolationContext.yaml │ ├── SodViolationContextCheckCompleted.yaml │ ├── Source.yaml │ ├── SourceClusterDto.yaml │ ├── SourceConnectionsDto.yaml │ ├── SourceDto.yaml │ ├── SourceFeature.yaml │ ├── SourceHealthDto.yaml │ ├── SourceUsage.yaml │ ├── SourceUsageStatus.yaml │ ├── SpConfigMessage.yaml │ ├── SpDetails.yaml │ ├── StandardLevel.yaml │ ├── TaggedObject.yaml │ ├── TaggedObjectDto.yaml │ ├── TaskResultDto.yaml │ ├── TaskResultSimplified.yaml │ ├── TokenAuthRequest.yaml │ ├── TokenAuthResponse.yaml │ ├── Transform.yaml │ ├── TransformDefinition.yaml │ ├── TransformRead.yaml │ ├── UpdateDetail.yaml │ ├── UsageType.yaml │ ├── V3ConnectorDto.yaml │ ├── V3CreateConnectorDto.yaml │ ├── Value.yaml │ ├── VerificationPollRequest.yaml │ ├── VerificationResponse.yaml │ ├── ViolationOwnerAssignmentConfig.yaml │ ├── VisibilityCriteria.yaml │ ├── WorkItemForward.yaml │ ├── WorkItemState.yaml │ ├── WorkItemStateManualWorkItems.yaml │ ├── WorkItemType.yaml │ ├── WorkItemTypeManualWorkItems.yaml │ ├── WorkItems.yaml │ ├── WorkItemsCount.yaml │ ├── WorkItemsSummary.yaml │ ├── WorkflowCreatorDto.yaml │ ├── WorkgroupMemberIdentities.yaml │ ├── access-requests │ ├── AccessRequestResponse.yaml │ ├── AccessRequestTracking.yaml │ ├── AccountItemRef.yaml │ ├── RequestedForDtoRef.yaml │ ├── RequestedItemDetails.yaml │ ├── RequestedItemDtoRef.yaml │ └── SourceItemRef.yaml │ ├── access │ ├── AccessProfile.yaml │ ├── AccessProfileApprovalScheme.yaml │ ├── AccessProfileBulkDeleteRequest.yaml │ ├── AccessProfileBulkDeleteResponse.yaml │ ├── AccessProfileBulkUpdateRequest.yaml │ ├── AccessProfileBulkUpdateResponse.yaml │ ├── AccessProfileRef.yaml │ ├── AccessProfileSourceRef.yaml │ ├── AccessProfileUpdateItem.yaml │ ├── AccessProfileUsage.yaml │ ├── ApprovalSchemeForRole.yaml │ ├── Dimension.yaml │ ├── DimensionBulkDeleteRequest.yaml │ ├── DimensionCriteriaKey.yaml │ ├── DimensionCriteriaKeyType.yaml │ ├── DimensionCriteriaLevel1.yaml │ ├── DimensionCriteriaLevel2.yaml │ ├── DimensionCriteriaLevel3.yaml │ ├── DimensionCriteriaOperation.yaml │ ├── DimensionMembershipSelector.yaml │ ├── DimensionMembershipSelectorType.yaml │ ├── DimensionRef.yaml │ ├── EntitlementRef.yaml │ ├── IdentityReference.yaml │ ├── OwnerReference.yaml │ ├── OwnerReferenceSegments.yaml │ ├── ProvisioningCriteriaLevel1.yaml │ ├── ProvisioningCriteriaLevel2.yaml │ ├── ProvisioningCriteriaLevel3.yaml │ ├── ProvisioningCriteriaOperation.yaml │ ├── Requestability.yaml │ ├── RequestabilityForRole.yaml │ ├── Revocability.yaml │ ├── RevocabilityForRole.yaml │ ├── Role.yaml │ ├── RoleAssignmentSourceType.yaml │ ├── RoleBulkDeleteRequest.yaml │ ├── RoleCriteriaKey.yaml │ ├── RoleCriteriaKeyType.yaml │ ├── RoleCriteriaLevel1.yaml │ ├── RoleCriteriaLevel2.yaml │ ├── RoleCriteriaLevel3.yaml │ ├── RoleCriteriaOperation.yaml │ ├── RoleIdentity.yaml │ ├── RoleMembershipIdentity.yaml │ ├── RoleMembershipSelector.yaml │ └── RoleMembershipSelectorType.yaml │ ├── campaign │ └── examples │ │ ├── CampaignTemplateManager.yaml │ │ ├── CampaignTemplateRoleComposition.yaml │ │ ├── CampaignTemplateSearch.yaml │ │ ├── CampaignTemplateSourceOwner.yaml │ │ ├── CampaignTemplates.yaml │ │ ├── CreateCampaignMachineAccount.yaml │ │ ├── CreateCampaignManager.yaml │ │ ├── CreateCampaignRoleComposition.yaml │ │ ├── CreateCampaignSearch.yaml │ │ ├── CreateCampaignSourceOwner.yaml │ │ ├── CreateCampaignTemplateManager.yaml │ │ ├── CreateCampaignTemplateRoleComposition.yaml │ │ ├── CreateCampaignTemplateSearch.yaml │ │ ├── CreateCampaignTemplateSourceOwner.yaml │ │ ├── FullCampaignMachineAccount.yaml │ │ ├── FullCampaignManager.yaml │ │ ├── FullCampaignRoleComposition.yaml │ │ ├── FullCampaignSearch.yaml │ │ ├── FullCampaignSourceOwner.yaml │ │ ├── FullCampaigns.yaml │ │ ├── SlimCampaignManager.yaml │ │ ├── SlimCampaignRoleComposition.yaml │ │ ├── SlimCampaignSearch.yaml │ │ ├── SlimCampaignSourceOwner.yaml │ │ └── SlimCampaigns.yaml │ ├── campaignFilters │ └── example │ │ └── CreateCampaignFilter.yaml │ ├── configuration-hub │ ├── ObjectMappingBulkCreateRequest.yaml │ ├── ObjectMappingBulkCreateResponse.yaml │ ├── ObjectMappingBulkPatchRequest.yaml │ ├── ObjectMappingBulkPatchResponse.yaml │ ├── ObjectMappingRequest.yaml │ └── ObjectMappingResponse.yaml │ ├── discovered-applications │ └── examples │ │ ├── FullDiscoveredApplications.yaml │ │ └── SlimDiscoveredApplications.yaml │ ├── filter │ ├── Bound.yaml │ ├── Filter.yaml │ ├── FilterType.yaml │ ├── Range.yaml │ └── examples │ │ ├── exists.yaml │ │ ├── range.yaml │ │ └── terms.yaml │ ├── identity-attributes │ ├── IdentityAttribute.yaml │ ├── IdentityAttributeNames.yaml │ └── Source.yaml │ ├── managedClustersClientLogConfiguration │ └── examples │ │ ├── client-log-configuration-duration-minutes.yaml │ │ └── client-log-configuration-expiration.yaml │ ├── non-employee │ ├── ApprovalItemDetails.yaml │ ├── ApprovalReminderAndEscalationConfig.yaml │ ├── ApprovalStatus.yaml │ ├── ApprovalSummary.yaml │ ├── NonEmployeeApprovalDecision.yaml │ ├── NonEmployeeApprovalItem.yaml │ ├── NonEmployeeApprovalItemBase.yaml │ ├── NonEmployeeApprovalItemDetail.yaml │ ├── NonEmployeeApprovalSummary.yaml │ ├── NonEmployeeBulkUploadJob.yaml │ ├── NonEmployeeBulkUploadStatus.yaml │ ├── NonEmployeeIdentityDtoType.yaml │ ├── NonEmployeeIdentityReferenceWithId.yaml │ ├── NonEmployeeIdnUserRequest.yaml │ ├── NonEmployeeRecord.yaml │ ├── NonEmployeeRejectApprovalDecision.yaml │ ├── NonEmployeeRequest.yaml │ ├── NonEmployeeRequestBody.yaml │ ├── NonEmployeeRequestLite.yaml │ ├── NonEmployeeRequestSummary.yaml │ ├── NonEmployeeRequestWithoutApprovalItem.yaml │ ├── NonEmployeeSchemaAttribute.yaml │ ├── NonEmployeeSchemaAttributeBody.yaml │ ├── NonEmployeeSchemaAttributeType.yaml │ ├── NonEmployeeSource.yaml │ ├── NonEmployeeSourceLite.yaml │ ├── NonEmployeeSourceLiteWithSchemaAttributes.yaml │ ├── NonEmployeeSourceRequestBody.yaml │ ├── NonEmployeeSourceWithCloudExternalId.yaml │ └── NonEmployeeSourceWithNECount.yaml │ ├── reports │ ├── ReportDetails.yaml │ ├── ReportResults.yaml │ ├── TaskResultDetails.yaml │ ├── arguments │ │ ├── accounts-export-report-arguments.yaml │ │ ├── identities-details-report-arguments.yaml │ │ ├── identities-report-arguments.yaml │ │ ├── identity-profile-identity-error-report-arguments.yaml │ │ ├── orphan-identities-report-arguments.yaml │ │ ├── search-export-report-arguments.yaml │ │ └── uncorrelated-accounts-report-arguments.yaml │ └── examples │ │ ├── account-export-report-details.yaml │ │ ├── identities-details-report-details.yaml │ │ ├── identities-details-report-results.yaml │ │ ├── identities-details-report-task-result.yaml │ │ ├── identities-report-details.yaml │ │ ├── identity-profile-identity-error-report-details.yaml │ │ ├── orphan-identities-report-details.yaml │ │ ├── search-export-report-details.yaml │ │ ├── search-export-report-task-result.yaml │ │ └── uncorrelated-accounts-report-details.yaml │ ├── reviews │ ├── ReviewableAccessProfile.yaml │ ├── ReviewableEntitlement.yaml │ └── ReviewableRole.yaml │ ├── schedule │ ├── Schedule.yaml │ ├── ScheduleType.yaml │ ├── Selector.yaml │ └── SelectorType.yaml │ ├── search │ ├── ElasticVersion.yaml │ ├── Index.yaml │ ├── InnerHit.yaml │ ├── Query.yaml │ ├── QueryResultFilter.yaml │ ├── QueryType.yaml │ ├── Search.yaml │ ├── TextQuery.yaml │ ├── TypeAheadQuery.yaml │ ├── aggregate │ │ ├── AggregationType.yaml │ │ ├── Aggregations.yaml │ │ ├── BucketAggregation.yaml │ │ ├── BucketType.yaml │ │ ├── FilterAggregation.yaml │ │ ├── MetricAggregation.yaml │ │ ├── MetricType.yaml │ │ ├── NestedAggregation.yaml │ │ ├── SearchAggregationSpecification.yaml │ │ ├── SearchFilterType.yaml │ │ ├── SubSearchAggregationSpecification.yaml │ │ └── examples │ │ │ ├── bucketAggregation-dsl.yaml │ │ │ ├── bucketAggregation-subAggregation-dsl.yaml │ │ │ ├── bucketAggregation-subAggregation.yaml │ │ │ ├── bucketAggregation.yaml │ │ │ ├── metricAggregation-dsl.yaml │ │ │ ├── metricAggregation.yaml │ │ │ ├── nestedAggregation-bucketAggregation-dsl.yaml │ │ │ ├── nestedAggregation-bucketAggregation.yaml │ │ │ ├── nestedAggregation-filterAggregation-bucketAggregation-dsl.yaml │ │ │ └── nestedAggregation-filterAggregation-bucketAggregation.yaml │ ├── documents │ │ ├── AggregationResult-csv.yaml │ │ ├── AggregationResult.yaml │ │ ├── SearchDocument.yaml │ │ ├── SearchDocuments.yaml │ │ └── examples │ │ │ ├── accessProfile.yaml │ │ │ ├── accessProfiles.yaml │ │ │ ├── accountActivities.yaml │ │ │ ├── accountActivity.yaml │ │ │ ├── bullet-bull-dog.yml │ │ │ ├── entitlement.yaml │ │ │ ├── entitlements.yaml │ │ │ ├── event.yaml │ │ │ ├── events.yaml │ │ │ ├── filterExists.yaml │ │ │ ├── filterRange.yaml │ │ │ ├── filterTerms.yaml │ │ │ ├── identities.yaml │ │ │ ├── identity.yaml │ │ │ ├── nina-kitty.yml │ │ │ ├── queryFields.yaml │ │ │ ├── queryInnerHit.yaml │ │ │ ├── queryTimeZone.yaml │ │ │ ├── role.yaml │ │ │ ├── roles.yaml │ │ │ ├── typeAheadQuery.yaml │ │ │ └── typeAheadQueryNestedType.yaml │ ├── examples │ │ ├── filter-exists.yaml │ │ ├── filter-range.yaml │ │ ├── filter-terms.yaml │ │ ├── query-accessprofiles.yaml │ │ ├── query-accountactivities.yaml │ │ ├── query-entitlements.yaml │ │ ├── query-events.yaml │ │ ├── query-fields.yaml │ │ ├── query-identities.yaml │ │ ├── query-innerHit.yaml │ │ ├── query-roles.yaml │ │ ├── query-timeZone.yaml │ │ ├── typeAheadQuery-nestedType.yaml │ │ └── typeAheadQuery.yaml │ ├── model │ │ ├── access │ │ │ ├── Access.yaml │ │ │ ├── AccessApps.yaml │ │ │ ├── AccessProfileEntitlement.yaml │ │ │ ├── AccessProfileRole.yaml │ │ │ ├── AccessProfileSummary.yaml │ │ │ ├── BaseAccess.yaml │ │ │ └── profile │ │ │ │ ├── AccessProfileDocument.yaml │ │ │ │ └── AccessProfileDocuments.yaml │ │ ├── account │ │ │ ├── AccountSource.yaml │ │ │ ├── ActivityIdentity.yaml │ │ │ ├── BaseAccount.yaml │ │ │ └── activity │ │ │ │ ├── AccountActivityDocument.yaml │ │ │ │ ├── AccountActivityDocuments.yaml │ │ │ │ ├── AccountRequest.yaml │ │ │ │ ├── Approval.yaml │ │ │ │ ├── ApprovalComment.yaml │ │ │ │ ├── AttributeRequest.yaml │ │ │ │ ├── ExpansionItem.yaml │ │ │ │ ├── OriginalRequest.yaml │ │ │ │ └── Result.yaml │ │ ├── base │ │ │ ├── BaseAccessProfile.yaml │ │ │ ├── BaseDocument.yaml │ │ │ ├── BaseSegment.yaml │ │ │ ├── DateTime.yaml │ │ │ ├── DisplayReference.yaml │ │ │ ├── DocumentFields.yaml │ │ │ ├── DocumentType.yaml │ │ │ ├── Reference.yaml │ │ │ ├── Tags.yaml │ │ │ └── TypedReference.yaml │ │ ├── entitlement │ │ │ ├── BaseEntitlement.yaml │ │ │ ├── EntitlementDocument.yaml │ │ │ └── EntitlementDocuments.yaml │ │ ├── event │ │ │ ├── EventDocument.yaml │ │ │ ├── EventDocuments.yaml │ │ │ └── NameType.yaml │ │ ├── identity │ │ │ ├── App.yaml │ │ │ ├── IdentityAccess.yaml │ │ │ ├── IdentityDocument.yaml │ │ │ ├── IdentityDocuments.yaml │ │ │ ├── Owner.yaml │ │ │ ├── Owns.yaml │ │ │ ├── ProcessingDetails.yaml │ │ │ └── SearchIdentityReference.yaml │ │ └── role │ │ │ ├── RoleDocument.yaml │ │ │ └── RoleDocuments.yaml │ ├── saved │ │ ├── Column.yaml │ │ ├── SavedSearch.yaml │ │ ├── SavedSearchDetail.yaml │ │ ├── SavedSearchName.yaml │ │ ├── SearchArguments.yaml │ │ └── examples │ │ │ ├── execute-scheduled.yaml │ │ │ └── execute-test.yaml │ └── scheduled │ │ ├── ScheduledSearch.yaml │ │ ├── ScheduledSearchName.yaml │ │ └── SearchSchedule.yaml │ ├── sod │ └── models │ │ ├── ExceptionAccessCriteria.yaml │ │ ├── ExceptionCriteria.yaml │ │ ├── ExceptionCriteriaAccess.yaml │ │ ├── IdentityWithNewAccess.yaml │ │ ├── SodPolicyDto.yaml │ │ ├── ViolationContext.yaml │ │ └── ViolationPrediction.yaml │ ├── transforms │ ├── AccountAttribute.yaml │ ├── Base64Decode.yaml │ ├── Base64Encode.yaml │ ├── Concatenation.yaml │ ├── Conditional.yaml │ ├── DateCompare.yaml │ ├── DateFormat.yaml │ ├── DateMath.yaml │ ├── DecomposeDiacriticalMarks.yaml │ ├── E164phone.yaml │ ├── FirstValid.yaml │ ├── ISO3166.yaml │ ├── IdentityAttribute.yaml │ ├── IndexOf.yaml │ ├── LastIndexOf.yaml │ ├── LeftPad.yaml │ ├── Lookup.yaml │ ├── Lower.yaml │ ├── NameNormalizer.yaml │ ├── RandomAlphaNumeric.yaml │ ├── RandomNumeric.yaml │ ├── Reference.yaml │ ├── Replace.yaml │ ├── ReplaceAll.yaml │ ├── RequiresPeriodicRefresh.yaml │ ├── RightPad.yaml │ ├── Rule.yaml │ ├── Split.yaml │ ├── Static.yaml │ ├── Substring.yaml │ ├── Trim.yaml │ ├── UUIDGenerator.yaml │ ├── Upper.yaml │ ├── date-formats │ │ ├── namedConstructs.yaml │ │ └── simpleDateFormat.yaml │ ├── input.yaml │ └── rules │ │ ├── GenerateRandomString.yaml │ │ ├── GetEndOfString.yaml │ │ ├── GetReferenceIdentityAttribute.yaml │ │ └── TransformRule.yaml │ └── workflows │ ├── Workflow.yaml │ ├── WorkflowBody.yaml │ ├── WorkflowDefinition.yaml │ ├── WorkflowExecution.yaml │ ├── WorkflowExecutionEvent.yaml │ ├── WorkflowLibraryAction.yaml │ ├── WorkflowLibraryFormFields.yaml │ ├── WorkflowLibraryOperator.yaml │ ├── WorkflowLibraryTrigger.yaml │ ├── WorkflowModifiedBy.yaml │ ├── WorkflowOAuthClient.yaml │ ├── WorkflowTrigger.yaml │ └── trigger-attributes │ ├── EventAttributes.yaml │ ├── ExternalAttributes.yaml │ └── ScheduledAttributes.yaml ├── iiq └── sailpoint-api.iiq.yaml ├── nerm ├── openapi.yaml ├── parameters │ ├── _index.yaml │ ├── body │ │ ├── inactivity_timeout.yaml │ │ ├── jit_provisioning.yaml │ │ ├── login_workflow_id.yaml │ │ ├── name.yaml │ │ ├── password_reset_workflow_id.yaml │ │ ├── profile_attribute_id.yaml │ │ ├── profile_type_id.yaml │ │ ├── retries.yaml │ │ ├── saml_configuration.yaml │ │ ├── uid.yaml │ │ └── url.yaml │ ├── path │ │ ├── attribute_id.yaml │ │ ├── id.yaml │ │ ├── languages_locale.yaml │ │ ├── ne_attribute_id.yaml │ │ ├── profile_type_id.yaml │ │ └── uid.yaml │ └── query │ │ ├── after_id.yaml │ │ ├── archived.yaml │ │ ├── category.yaml │ │ ├── data_type.yaml │ │ ├── delegate_id.yaml │ │ ├── delegator_id.yaml │ │ ├── email.yaml │ │ ├── exclude_attributes.yaml │ │ ├── expired.yaml │ │ ├── impact_risk_level_id.yaml │ │ ├── job_id.yaml │ │ ├── label.yaml │ │ ├── limit.yaml │ │ ├── login.yaml │ │ ├── manager_id.yaml │ │ ├── metadata.yaml │ │ ├── name.yaml │ │ ├── ne_attribute_id.yaml │ │ ├── object_id.yaml │ │ ├── object_type.yaml │ │ ├── offset.yaml │ │ ├── option.yaml │ │ ├── overall_risk_level_id.yaml │ │ ├── override_sync_toggle.yaml │ │ ├── page.yaml │ │ ├── per_page.yaml │ │ ├── probability_risk_level_id.yaml │ │ ├── profile_id.yaml │ │ ├── profile_type_id.yaml │ │ ├── query.yaml │ │ ├── relationship_type.yaml │ │ ├── requester_id.yaml │ │ ├── result.yaml │ │ ├── role_id.yaml │ │ ├── run.yaml │ │ ├── sailpoint_identity_id.yaml │ │ ├── search.yaml │ │ ├── sort.yaml │ │ ├── status.yaml │ │ ├── synced_attribute_active_filter.yaml │ │ ├── title.yaml │ │ ├── uid.yaml │ │ ├── updated_after.yaml │ │ ├── use_schema.yaml │ │ ├── user_id.yaml │ │ ├── user_status.yaml │ │ ├── user_type.yaml │ │ ├── workflow_id.yaml │ │ ├── workflow_session_id.yaml │ │ └── workflow_session_status.yaml ├── paths │ ├── advanced_search.yaml │ ├── advanced_search_id.yaml │ ├── advanced_search_id_run.yaml │ ├── advanced_search_run.yaml │ ├── audit_events.yaml │ ├── consolidation_data_record.yaml │ ├── consolidation_master_record.yaml │ ├── delegation.yaml │ ├── delegations.yaml │ ├── form_attributes.yaml │ ├── form_attributes_id.yaml │ ├── form_attributes_uid.yaml │ ├── forms.yaml │ ├── forms_id.yaml │ ├── forms_uid.yaml │ ├── identity_proofing_results.yaml │ ├── isc_account.yaml │ ├── isc_accounts.yaml │ ├── job_status.yaml │ ├── languages_locale.yaml │ ├── ne_attribute_option.yaml │ ├── ne_attribute_options.yaml │ ├── ne_attribute_options_id.yaml │ ├── ne_attribute_options_uid.yaml │ ├── ne_attributes.yaml │ ├── ne_attributes_id.yaml │ ├── ne_attributes_uid.yaml │ ├── page_content_translations.yaml │ ├── page_content_translations_id.yaml │ ├── page_content_translations_uid.yaml │ ├── page_contents.yaml │ ├── page_contents_id.yaml │ ├── page_contents_uid.yaml │ ├── page_elements.yaml │ ├── page_elements_id.yaml │ ├── page_elements_uid.yaml │ ├── pages │ │ ├── profile_page.yaml │ │ └── workflow_page.yaml │ ├── permissions.yaml │ ├── portals.yaml │ ├── profile.yaml │ ├── profile_type.yaml │ ├── profile_type_attributes.yaml │ ├── profile_type_namings.yaml │ ├── profile_type_namings_id.yaml │ ├── profile_type_namings_uid.yaml │ ├── profile_type_roles.yaml │ ├── profile_types.yaml │ ├── profile_types_id.yaml │ ├── profile_types_uid.yaml │ ├── profiles.yaml │ ├── profiles_id.yaml │ ├── profiles_id_avatar.yaml │ ├── profiles_id_upload_attribute_id.yaml │ ├── risk_levels.yaml │ ├── risk_levels_id.yaml │ ├── risk_scores.yaml │ ├── risk_scores_id.yaml │ ├── role.yaml │ ├── role_profile.yaml │ ├── role_profile_id.yaml │ ├── role_profiles.yaml │ ├── role_profiles_id.yaml │ ├── roles.yaml │ ├── roles_id.yaml │ ├── synced_attributes.yaml │ ├── synced_attributes_id.yaml │ ├── system_role_permissions.yaml │ ├── system_roles.yaml │ ├── user.yaml │ ├── user_manager.yaml │ ├── user_managers.yaml │ ├── user_managers_id.yaml │ ├── user_profile.yaml │ ├── user_profile_id.yaml │ ├── user_profiles.yaml │ ├── user_profiles_id.yaml │ ├── user_role.yaml │ ├── user_role_id.yaml │ ├── user_roles.yaml │ ├── user_roles_id.yaml │ ├── users.yaml │ ├── users_id.yaml │ ├── users_id_avatar.yaml │ ├── workflow_action_performers.yaml │ ├── workflow_actions │ │ ├── approval_action.yaml │ │ ├── ask_security_question_action.yaml │ │ ├── auto_assign_action.yaml │ │ ├── batch_update_action.yaml │ │ ├── close_session_action.yaml │ │ ├── contributors_action.yaml │ │ ├── create_profile_action.yaml │ │ ├── duplicate_prevention_action.yaml │ │ ├── email_verification_action.yaml │ │ ├── fulfillment_action.yaml │ │ ├── identity_proofing_action.yaml │ │ ├── invitation_action.yaml │ │ ├── ldap_action.yaml │ │ ├── notification_action.yaml │ │ ├── password_reset_action.yaml │ │ ├── profile_check_action.yaml │ │ ├── profile_select_action.yaml │ │ ├── request_action.yaml │ │ ├── rest_api_action.yaml │ │ ├── review_action.yaml │ │ ├── run_workflow_action.yaml │ │ ├── set_attributes_action.yaml │ │ ├── set_security_question_action.yaml │ │ ├── soap_api_action.yaml │ │ ├── status_change_action.yaml │ │ ├── unassign_action.yaml │ │ ├── update_profile_action.yaml │ │ ├── username_password_action.yaml │ │ └── workflow_action.yaml │ ├── workflow_sessions.yaml │ ├── workflow_sessions_id.yaml │ ├── workflow_sessions_id_upload_attribute_id.yaml │ └── workflows │ │ ├── automated_workflow.yaml │ │ ├── batch_workflow.yaml │ │ ├── create_workflow.yaml │ │ ├── login_workflow.yaml │ │ ├── password_reset_workflow.yaml │ │ ├── registration_workflow.yaml │ │ └── update_workflow.yaml ├── requestBodies │ ├── DELETE │ │ ├── Profiles.yaml │ │ └── UserProfiles.yaml │ ├── PATCH │ │ ├── AdvancedSearch.yaml │ │ ├── Attribute.yaml │ │ ├── AttributeOption.yaml │ │ ├── AttributeOptions.yaml │ │ ├── Consolidation.yaml │ │ ├── Delegation.yaml │ │ ├── Form.yaml │ │ ├── FormAttribute.yaml │ │ ├── Language.yaml │ │ ├── PageConent.yaml │ │ ├── PageConentTranslation.yaml │ │ ├── PageElement.yaml │ │ ├── Portal.yaml │ │ ├── Profile.yaml │ │ ├── ProfileAccount.yaml │ │ ├── ProfileType.yaml │ │ ├── ProfileTypeNaming.yaml │ │ ├── Profiles.yaml │ │ ├── Role.yaml │ │ ├── RoleProfile.yaml │ │ ├── RoleProfiles.yaml │ │ ├── Roles.yaml │ │ ├── User.yaml │ │ ├── UserManager.yaml │ │ ├── UserManagers.yaml │ │ ├── UserProfile.yaml │ │ ├── UserProfiles.yaml │ │ ├── UserRole.yaml │ │ ├── UserRoles.yaml │ │ ├── Users.yaml │ │ └── WorkflowSession.yaml │ └── POST │ │ ├── AdvancedSearch.yaml │ │ ├── Attribute.yaml │ │ ├── AttributeOption.yaml │ │ ├── AttributeOptions.yaml │ │ ├── AuditEvents.yaml │ │ ├── Delegation.yaml │ │ ├── File.yaml │ │ ├── FormAttribute.yaml │ │ ├── FormAttributes.yaml │ │ ├── Forms.yaml │ │ ├── PageContent.yaml │ │ ├── PageContentTranslation.yaml │ │ ├── PageContents.yaml │ │ ├── PageElement.yaml │ │ ├── Pages │ │ ├── ProfilePage.yaml │ │ └── WorkflowPage.yaml │ │ ├── Permissions.yaml │ │ ├── Portal.yaml │ │ ├── Profile.yaml │ │ ├── ProfileType.yaml │ │ ├── ProfileTypeNaming.yaml │ │ ├── ProfileTypeRoles.yaml │ │ ├── Profiles.yaml │ │ ├── Role.yaml │ │ ├── RoleProfile.yaml │ │ ├── RoleProfiles.yaml │ │ ├── Roles.yaml │ │ ├── SyncedAttributes.yaml │ │ ├── SystemRolePermissions.yaml │ │ ├── User.yaml │ │ ├── UserManager.yaml │ │ ├── UserManagers.yaml │ │ ├── UserProfile.yaml │ │ ├── UserProfiles.yaml │ │ ├── UserRole.yaml │ │ ├── UserRoles.yaml │ │ ├── Users.yaml │ │ ├── WorkflowActionPerformers.yaml │ │ ├── WorkflowActions │ │ ├── ApprovalAction.yaml │ │ ├── AskSecurityQuestionAction.yaml │ │ ├── AutoAssignAction.yaml │ │ ├── BatchUpdateAction.yaml │ │ ├── CloseSessionAction.yaml │ │ ├── ContributorsAction.yaml │ │ ├── CreateProfileAction.yaml │ │ ├── DuplicatePreventionAction.yaml │ │ ├── EmailVerificationAction.yaml │ │ ├── FulfillmentAction.yaml │ │ ├── IdentityProofingAction.yaml │ │ ├── InvitationAction.yaml │ │ ├── LdapAction.yaml │ │ ├── NotificationAction.yaml │ │ ├── PasswordResetAction.yaml │ │ ├── ProfileCheckAction.yaml │ │ ├── ProfileSelectAction.yaml │ │ ├── RequestAction.yaml │ │ ├── RestApiAction.yaml │ │ ├── ReviewAction.yaml │ │ ├── RunWorkflowAction.yaml │ │ ├── SetAttributesAction.yaml │ │ ├── SetSecurityQuestionAction.yaml │ │ ├── SoapApiAction.yaml │ │ ├── StatusChangeAction.yaml │ │ ├── UnassignAction.yaml │ │ ├── UpdateProfileAction.yaml │ │ └── UsernamePasswordAction.yaml │ │ ├── WorkflowSession.yaml │ │ └── Workflows │ │ ├── AutomatedWorkflow.yaml │ │ ├── BatchWorkflow.yaml │ │ ├── CreateWorkflow.yaml │ │ ├── LoginWorkflow.yaml │ │ └── UpdateWorkflow.yaml ├── responses │ ├── 400.yaml │ ├── 404.yaml │ ├── 500.yaml │ ├── AdvancedSearch.yaml │ ├── AdvancedSearches.yaml │ ├── Attribute.yaml │ ├── AttributeOption.yaml │ ├── AttributeOptions.yaml │ ├── AttributeOptionsJob.yaml │ ├── AttributeOptions_Meta.yaml │ ├── Attributes.yaml │ ├── Attributes_Meta.yaml │ ├── AuditEvent.yaml │ ├── AuditEvents.yaml │ ├── Delegation.yaml │ ├── Delegations.yaml │ ├── DeleteConfirmation.yaml │ ├── Form.yaml │ ├── FormAttribute.yaml │ ├── FormAttributes.yaml │ ├── Forms.yaml │ ├── IdentityProofingResults.yaml │ ├── Info.yaml │ ├── InvalidInput.yaml │ ├── InvalidJson.yaml │ ├── IscAccounts.yaml │ ├── Job.yaml │ ├── Language.yaml │ ├── PageContent.yaml │ ├── PageContentTranslation.yaml │ ├── PageContentTranslations.yaml │ ├── PageElement.yaml │ ├── PageElements.yaml │ ├── Pages.yaml │ ├── Permission.yaml │ ├── Portal.yaml │ ├── Portals_Meta.yaml │ ├── Profile.yaml │ ├── ProfileType.yaml │ ├── ProfileTypeAttributes_Meta.yaml │ ├── ProfileTypeNaming.yaml │ ├── ProfileTypeRoles.yaml │ ├── ProfileTypes.yaml │ ├── ProfileTypes_Meta.yaml │ ├── Profiles.yaml │ ├── ProfilesJob.yaml │ ├── Profiles_Meta.yaml │ ├── RiskLevel.yaml │ ├── RiskLevels_Meta.yaml │ ├── RiskScore.yaml │ ├── RiskScores.yaml │ ├── Role.yaml │ ├── RoleProfile.yaml │ ├── RoleProfiles.yaml │ ├── RoleProfilesJob.yaml │ ├── RoleProfiles_Meta.yaml │ ├── RolesJob.yaml │ ├── Roles_Meta.yaml │ ├── SyncedAttribute.yaml │ ├── SystemRolePermission.yaml │ ├── System_Roles_Meta.yaml │ ├── Url.yaml │ ├── User.yaml │ ├── UserManager.yaml │ ├── UserManagersJob.yaml │ ├── UserManagers_Meta.yaml │ ├── UserProfile.yaml │ ├── UserProfiles.yaml │ ├── UserProfilesJob.yaml │ ├── UserProfiles_Meta.yaml │ ├── UserRole.yaml │ ├── UserRoles.yaml │ ├── UserRolesJob.yaml │ ├── UserRoles_Meta.yaml │ ├── UsersJob.yaml │ ├── Users_Meta.yaml │ ├── ValidationErrors.yaml │ ├── Workflow.yaml │ ├── WorkflowAction.yaml │ ├── WorkflowActionPerformers.yaml │ ├── WorkflowActions.yaml │ ├── WorkflowSession.yaml │ ├── WorkflowSessions.yaml │ ├── WorkflowSessions_Meta.yaml │ └── _index.yaml ├── schemas │ ├── GET │ │ ├── AdvancedSearch.yaml │ │ ├── Attribute.yaml │ │ ├── AttributeOption.yaml │ │ ├── AttributeOptions.yaml │ │ ├── AttributeProperties.yaml │ │ ├── Delegation.yaml │ │ ├── Delegations.yaml │ │ ├── Form.yaml │ │ ├── FormAttribute.yaml │ │ ├── FormAttributes.yaml │ │ ├── IdentityProofingResult.yaml │ │ ├── PageContent.yaml │ │ ├── PageContentTranslation.yaml │ │ ├── PageElement.yaml │ │ ├── Pages.yaml │ │ ├── Permission.yaml │ │ ├── Portal.yaml │ │ ├── Profile.yaml │ │ ├── ProfileAttributeRuleDate.yaml │ │ ├── ProfileAttributeRuleId.yaml │ │ ├── ProfileAttributeRuleString.yaml │ │ ├── ProfileStatusRule.yaml │ │ ├── ProfileType.yaml │ │ ├── ProfileTypeAttribute.yaml │ │ ├── ProfileTypeAttributes.yaml │ │ ├── ProfileTypeNaming.yaml │ │ ├── ProfileTypeRoles.yaml │ │ ├── ProfileTypeRule.yaml │ │ ├── Profiles.yaml │ │ ├── RiskLevel.yaml │ │ ├── RiskRule.yaml │ │ ├── RiskScore.yaml │ │ ├── Role.yaml │ │ ├── RoleProfile.yaml │ │ ├── RoleProfiles.yaml │ │ ├── Roles.yaml │ │ ├── SyncedAttribute.yaml │ │ ├── SystemRole.yaml │ │ ├── SystemRolePermission.yaml │ │ ├── SystemRoles.yaml │ │ ├── User.yaml │ │ ├── UserManager.yaml │ │ ├── UserManagers.yaml │ │ ├── UserProfile.yaml │ │ ├── UserProfiles.yaml │ │ ├── UserRole.yaml │ │ ├── UserRoles.yaml │ │ ├── Users.yaml │ │ ├── Workflow.yaml │ │ ├── WorkflowAction.yaml │ │ ├── WorkflowActionPerformers.yaml │ │ └── WorkflowSession.yaml │ ├── Job.yaml │ ├── Metadata.yaml │ ├── MetadataWithAfterId.yaml │ ├── PATCH │ │ ├── AdvancedSearch.yaml │ │ ├── Attribute.yaml │ │ ├── AttributeOption.yaml │ │ ├── AttributeOptions.yaml │ │ ├── AttributeProperties.yaml │ │ ├── DataRecords.yaml │ │ ├── Delegation.yaml │ │ ├── Form.yaml │ │ ├── FormAttribute.yaml │ │ ├── Language.yaml │ │ ├── PageContent.yaml │ │ ├── PageContentTranslation.yaml │ │ ├── PageElement.yaml │ │ ├── Portal.yaml │ │ ├── Profile.yaml │ │ ├── ProfileAccount.yaml │ │ ├── ProfileAttributeRuleDate.yaml │ │ ├── ProfileAttributeRuleId.yaml │ │ ├── ProfileAttributeRuleString.yaml │ │ ├── ProfileStatusRule.yaml │ │ ├── ProfileType.yaml │ │ ├── ProfileTypeNaming.yaml │ │ ├── ProfileTypeRule.yaml │ │ ├── Profiles.yaml │ │ ├── RiskRule.yaml │ │ ├── Role.yaml │ │ ├── RoleProfile.yaml │ │ ├── RoleProfiles.yaml │ │ ├── User.yaml │ │ ├── UserManager.yaml │ │ ├── UserManagers.yaml │ │ ├── UserProfile.yaml │ │ ├── UserProfiles.yaml │ │ ├── UserRole.yaml │ │ ├── UserRoles.yaml │ │ └── WorkflowSession.yaml │ ├── POST │ │ ├── AdvancedSearch.yaml │ │ ├── Attribute.yaml │ │ ├── AttributeOption.yaml │ │ ├── AttributeProperties.yaml │ │ ├── AuditEvent.yaml │ │ ├── Delegation.yaml │ │ ├── FormAttributes.yaml │ │ ├── Forms.yaml │ │ ├── PageContent.yaml │ │ ├── PageContentTranslation.yaml │ │ ├── PageElement.yaml │ │ ├── Pages │ │ │ ├── ProfilePage.yaml │ │ │ └── WorkflowPage.yaml │ │ ├── Permission.yaml │ │ ├── Portal.yaml │ │ ├── Profile.yaml │ │ ├── ProfileAttributeRuleDate.yaml │ │ ├── ProfileAttributeRuleId.yaml │ │ ├── ProfileAttributeRuleString.yaml │ │ ├── ProfileStatusRule.yaml │ │ ├── ProfileType.yaml │ │ ├── ProfileTypeNaming.yaml │ │ ├── ProfileTypeRoles.yaml │ │ ├── ProfileTypeRule.yaml │ │ ├── RiskRule.yaml │ │ ├── Role.yaml │ │ ├── RoleProfile.yaml │ │ ├── SyncedAttribute.yaml │ │ ├── SystemRolePermission.yaml │ │ ├── User.yaml │ │ ├── UserManager.yaml │ │ ├── UserProfile.yaml │ │ ├── UserRole.yaml │ │ ├── WorkflowActionPerformers.yaml │ │ ├── WorkflowActions │ │ │ ├── ApprovalAction.yaml │ │ │ ├── AskSecurityQuestionAction.yaml │ │ │ ├── AutoAssignAction.yaml │ │ │ ├── BatchUpdateAction.yaml │ │ │ ├── CloseSessionAction.yaml │ │ │ ├── ContributorsAction.yaml │ │ │ ├── CreateProfileAction.yaml │ │ │ ├── DuplicatePreventionAction.yaml │ │ │ ├── EmailVerificationAction.yaml │ │ │ ├── FulfillmentAction.yaml │ │ │ ├── IdentityProofingAction.yaml │ │ │ ├── InvitationAction.yaml │ │ │ ├── LdapAction.yaml │ │ │ ├── NotificationAction.yaml │ │ │ ├── PasswordResetAction.yaml │ │ │ ├── ProfileCheckAction.yaml │ │ │ ├── ProfileSelectAction.yaml │ │ │ ├── RequestAction.yaml │ │ │ ├── RestApiAction.yaml │ │ │ ├── ReviewAction.yaml │ │ │ ├── RunWorkflowAction.yaml │ │ │ ├── SetAttributesAction.yaml │ │ │ ├── SetSecurityQuestionAction.yaml │ │ │ ├── SoapApiAction.yaml │ │ │ ├── StatusChangeAction.yaml │ │ │ ├── UnassignAction.yaml │ │ │ ├── UpdateProfileAction.yaml │ │ │ └── UsernamePasswordAction.yaml │ │ ├── WorkflowSession.yaml │ │ └── Workflows │ │ │ ├── AutomatedWorkflow.yaml │ │ │ ├── BatchWorkflow.yaml │ │ │ ├── CreateWorkflow.yaml │ │ │ ├── LoginWorkflow.yaml │ │ │ └── UpdateWorkflow.yaml │ ├── Placeholder.yaml │ ├── Url.yaml │ └── _index.yaml └── v2025 │ ├── parameters │ └── query │ │ └── include.yaml │ ├── paths │ ├── delegation.yaml │ └── delegations.yaml │ ├── responses │ ├── Delegation.yaml │ └── Delegations.yaml │ ├── schemas │ └── GET │ │ ├── DelegateUser.yaml │ │ ├── Delegation.yaml │ │ ├── Delegations.yaml │ │ └── DelegatorUser.yaml │ └── v2025.yaml ├── postman-script ├── base-auth.json ├── modify-collection.js ├── openapi2postman-config.json ├── pre-script.json ├── update-by-folder-ts │ ├── .gitignore │ ├── index.ts │ ├── package-lock.json │ ├── package.json │ └── tsconfig.json ├── upload-script.js ├── variable-beta.json ├── variable-v2024.json ├── variable-v2025.json ├── variable-v2026.json └── variable-v3.json ├── postman ├── collections │ ├── IdentityNow Synced Collection.json │ ├── sailpoint-api-beta.json │ ├── sailpoint-api-nerm-v2025.json │ ├── sailpoint-api-nerm.json │ ├── sailpoint-api-v2024.json │ ├── sailpoint-api-v2025.json │ ├── sailpoint-api-v2026.json │ └── sailpoint-api-v3.json ├── links │ ├── beta-link.txt │ ├── nerm-link.txt │ └── v3-link.txt └── schemas │ └── deref-sailpoint-api.v3.yaml └── scripts ├── package.json └── simple-release-automation.js /.github/workflows/api-linter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/.github/workflows/api-linter.yml -------------------------------------------------------------------------------- /.github/workflows/build-go-sdk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/.github/workflows/build-go-sdk.yml -------------------------------------------------------------------------------- /.github/workflows/report-specs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/.github/workflows/report-specs.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | /reports 3 | -------------------------------------------------------------------------------- /.last-release-hash: -------------------------------------------------------------------------------- 1 | 48a7bf8d -------------------------------------------------------------------------------- /.postman/api: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/.postman/api -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/README.md -------------------------------------------------------------------------------- /idn/.slinkignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/.slinkignore -------------------------------------------------------------------------------- /idn/beta/paths/access-profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/access-profile.yaml -------------------------------------------------------------------------------- /idn/beta/paths/account-usages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/account-usages.yaml -------------------------------------------------------------------------------- /idn/beta/paths/account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/account.yaml -------------------------------------------------------------------------------- /idn/beta/paths/accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/accounts.yaml -------------------------------------------------------------------------------- /idn/beta/paths/auth-profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/auth-profile.yaml -------------------------------------------------------------------------------- /idn/beta/paths/auth-profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/auth-profiles.yaml -------------------------------------------------------------------------------- /idn/beta/paths/auth-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/auth-user.yaml -------------------------------------------------------------------------------- /idn/beta/paths/auth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/auth.yaml -------------------------------------------------------------------------------- /idn/beta/paths/campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/campaign.yaml -------------------------------------------------------------------------------- /idn/beta/paths/campaigns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/campaigns.yaml -------------------------------------------------------------------------------- /idn/beta/paths/certification.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/certification.yaml -------------------------------------------------------------------------------- /idn/beta/paths/certifications.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/certifications.yaml -------------------------------------------------------------------------------- /idn/beta/paths/common-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/common-access.yaml -------------------------------------------------------------------------------- /idn/beta/paths/connector-rule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/connector-rule.yaml -------------------------------------------------------------------------------- /idn/beta/paths/connectors.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/connectors.yaml -------------------------------------------------------------------------------- /idn/beta/paths/data-pipelines.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/data-pipelines.yaml -------------------------------------------------------------------------------- /idn/beta/paths/dimension.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/dimension.yaml -------------------------------------------------------------------------------- /idn/beta/paths/dimensions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/dimensions.yaml -------------------------------------------------------------------------------- /idn/beta/paths/ears-user-app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/ears-user-app.yaml -------------------------------------------------------------------------------- /idn/beta/paths/ears-user-apps.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/ears-user-apps.yaml -------------------------------------------------------------------------------- /idn/beta/paths/email-requests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/email-requests.yaml -------------------------------------------------------------------------------- /idn/beta/paths/entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/entitlement.yaml -------------------------------------------------------------------------------- /idn/beta/paths/entitlements.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/entitlements.yaml -------------------------------------------------------------------------------- /idn/beta/paths/form-instance.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/form-instance.yaml -------------------------------------------------------------------------------- /idn/beta/paths/form-instances.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/form-instances.yaml -------------------------------------------------------------------------------- /idn/beta/paths/iai-data-roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/iai-data-roles.yaml -------------------------------------------------------------------------------- /idn/beta/paths/iai-raw-object.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/iai-raw-object.yaml -------------------------------------------------------------------------------- /idn/beta/paths/icon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/icon.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identities.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identities.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identity-group.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identity-group.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identity-head.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identity-head.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identity-patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identity-patch.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identity-reset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identity-reset.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identity-team.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identity-team.yaml -------------------------------------------------------------------------------- /idn/beta/paths/identity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/identity.yaml -------------------------------------------------------------------------------- /idn/beta/paths/launcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/launcher.yaml -------------------------------------------------------------------------------- /idn/beta/paths/launchers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/launchers.yaml -------------------------------------------------------------------------------- /idn/beta/paths/load-accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/load-accounts.yaml -------------------------------------------------------------------------------- /idn/beta/paths/login-info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/login-info.yaml -------------------------------------------------------------------------------- /idn/beta/paths/oauth-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/oauth-client.yaml -------------------------------------------------------------------------------- /idn/beta/paths/oauth-clients.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/oauth-clients.yaml -------------------------------------------------------------------------------- /idn/beta/paths/org-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/org-config.yaml -------------------------------------------------------------------------------- /idn/beta/paths/outliers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/outliers.yaml -------------------------------------------------------------------------------- /idn/beta/paths/remove-account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/remove-account.yaml -------------------------------------------------------------------------------- /idn/beta/paths/role-insight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/role-insight.yaml -------------------------------------------------------------------------------- /idn/beta/paths/role-insights.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/role-insights.yaml -------------------------------------------------------------------------------- /idn/beta/paths/role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/role.yaml -------------------------------------------------------------------------------- /idn/beta/paths/roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/roles.yaml -------------------------------------------------------------------------------- /idn/beta/paths/s3-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/s3-proxy.yaml -------------------------------------------------------------------------------- /idn/beta/paths/schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/schema.yaml -------------------------------------------------------------------------------- /idn/beta/paths/schemas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/schemas.yaml -------------------------------------------------------------------------------- /idn/beta/paths/segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/segment.yaml -------------------------------------------------------------------------------- /idn/beta/paths/segments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/segments.yaml -------------------------------------------------------------------------------- /idn/beta/paths/set-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/set-password.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod-exception.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod-exception.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod-exceptions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod-exceptions.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod-policies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod-policies.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod-policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod-policy.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod-report-run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod-report-run.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod-schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod-schedule.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sod/arm-risk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sod/arm-risk.yaml -------------------------------------------------------------------------------- /idn/beta/paths/source-usages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/source-usages.yaml -------------------------------------------------------------------------------- /idn/beta/paths/source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/source.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sources.yaml -------------------------------------------------------------------------------- /idn/beta/paths/sync-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/sync-password.yaml -------------------------------------------------------------------------------- /idn/beta/paths/tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/tag.yaml -------------------------------------------------------------------------------- /idn/beta/paths/tagged-object.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/tagged-object.yaml -------------------------------------------------------------------------------- /idn/beta/paths/tagged-objects.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/tagged-objects.yaml -------------------------------------------------------------------------------- /idn/beta/paths/tags.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/tags.yaml -------------------------------------------------------------------------------- /idn/beta/paths/task-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/task-status.yaml -------------------------------------------------------------------------------- /idn/beta/paths/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/tenant.yaml -------------------------------------------------------------------------------- /idn/beta/paths/transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/transform.yaml -------------------------------------------------------------------------------- /idn/beta/paths/transforms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/transforms.yaml -------------------------------------------------------------------------------- /idn/beta/paths/triggers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/triggers.yaml -------------------------------------------------------------------------------- /idn/beta/paths/work-item.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/work-item.yaml -------------------------------------------------------------------------------- /idn/beta/paths/work-items.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/work-items.yaml -------------------------------------------------------------------------------- /idn/beta/paths/workflow-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/workflow-test.yaml -------------------------------------------------------------------------------- /idn/beta/paths/workflow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/workflow.yaml -------------------------------------------------------------------------------- /idn/beta/paths/workflows.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/paths/workflows.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/AccessType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/AccessType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Account.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/AccountUsage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/AccountUsage.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ActivityData.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ActivityData.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/AmsRightSet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/AmsRightSet.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Argument.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Argument.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/AuthProfile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/AuthProfile.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/AuthUser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/AuthUser.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Campaign.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Change.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Change.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/CheckStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/CheckStatus.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Children.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Children.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ClientType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ClientType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/CommentDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/CommentDto.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ConfigObject.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ConfigObject.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/DataPipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/DataPipeline.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/EmailRequest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/EmailRequest.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Entitlement.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/EventStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/EventStatus.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Expression.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Expression.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/FieldDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/FieldDetails.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/FormDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/FormDetails.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/FullAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/FullAccount.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/GrantType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/GrantType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/HttpConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/HttpConfig.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/IaiDataRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/IaiDataRole.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Identity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Identity.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/IdpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/IdpDetails.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Incident.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Incident.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/InlineConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/InlineConfig.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Invocation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Invocation.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/JobState.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/JobState.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/JobType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/JobType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/JsonPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/JsonPatch.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/JsonWebKey.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/JsonWebKey.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Launcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Launcher.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/License.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/License.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/LogLevelSpec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/LogLevelSpec.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Medium.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Medium.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Operation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Operation.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/OrgConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/OrgConfig.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Outlier.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Outlier.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Owner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Owner.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/PasswordInfo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/PasswordInfo.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Product.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Product.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Reassignment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Reassignment.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ReportType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ReportType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ResponseMode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ResponseMode.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ReviewData.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ReviewData.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ReviewItem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ReviewItem.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Reviewer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Reviewer.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/RoleIDs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/RoleIDs.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/RoleInsight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/RoleInsight.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/RoleMatchDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/RoleMatchDto.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Schedule.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Schema.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/ScriptConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/ScriptConfig.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Sed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Sed.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SedApproval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SedApproval.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SedAssignee.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SedAssignee.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SedPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SedPatch.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Segment.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SlimAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SlimAccount.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SlimCampaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SlimCampaign.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SodPolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SodPolicy.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SodPolicyDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SodPolicyDto.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Source.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SourceCode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SourceCode.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SourceRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SourceRef.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SourceUsage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SourceUsage.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SpConfigJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SpConfigJob.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SpConfigRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SpConfigRule.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SpConfigUrl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SpConfigUrl.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/SpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/SpDetails.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/StatusChange.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/StatusChange.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Subscription.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Subscription.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Tag.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/TaggedObject.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/TaggedObject.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Target.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Target.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/TaskStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/TaskStatus.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/TemplateDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/TemplateDto.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Tenant.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/TicketType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/TicketType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Transform.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Trigger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Trigger.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/TriggerType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/TriggerType.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/TypeSummary.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/TypeSummary.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/VaJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/VaJob.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Value.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/WorkItems.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/WorkItems.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/Workflow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/Workflow.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/WorkflowBody.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/WorkflowBody.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/app/UserApp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/app/UserApp.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/app/selector.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/app/selector.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/forms/Error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/forms/Error.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/forms/Nil.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/forms/Nil.yaml -------------------------------------------------------------------------------- /idn/beta/schemas/forms/Patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/beta/schemas/forms/Patch.yaml -------------------------------------------------------------------------------- /idn/sailpoint-api.beta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/sailpoint-api.beta.yaml -------------------------------------------------------------------------------- /idn/sailpoint-api.v2024.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/sailpoint-api.v2024.yaml -------------------------------------------------------------------------------- /idn/sailpoint-api.v2025.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/sailpoint-api.v2025.yaml -------------------------------------------------------------------------------- /idn/sailpoint-api.v2026.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/sailpoint-api.v2026.yaml -------------------------------------------------------------------------------- /idn/sailpoint-api.v3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/sailpoint-api.v3.yaml -------------------------------------------------------------------------------- /idn/v2024/EntitlementRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/EntitlementRef.yaml -------------------------------------------------------------------------------- /idn/v2024/parameters/count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/parameters/count.yaml -------------------------------------------------------------------------------- /idn/v2024/parameters/limit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/parameters/limit.yaml -------------------------------------------------------------------------------- /idn/v2024/parameters/limit50.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/parameters/limit50.yaml -------------------------------------------------------------------------------- /idn/v2024/parameters/offset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/parameters/offset.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/account.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/accounts.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/approval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/approval.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/approvals.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/approvals.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/auth-profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/auth-profile.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/auth-profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/auth-profiles.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/auth-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/auth-user.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/auth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/auth.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/branding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/branding.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/brandings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/brandings.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/campaign.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/campaigns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/campaigns.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/certification.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/certification.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/common-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/common-access.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/connector.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/connector.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/connectors.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/connectors.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/data-segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/data-segment.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/data-segments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/data-segments.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/dimension.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/dimension.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/dimensions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/dimensions.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/ears-user-app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/ears-user-app.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/entitlement.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/entitlements.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/entitlements.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/form-instance.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/form-instance.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/icon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/icon.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/identities.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/identities.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/identity-head.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/identity-head.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/identity-team.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/identity-team.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/identity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/identity.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/launcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/launcher.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/launchers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/launchers.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/load-accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/load-accounts.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/login-info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/login-info.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/mfa-poll.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/mfa-poll.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/oauth-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/oauth-client.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/oauth-clients.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/oauth-clients.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/org-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/org-config.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/outliers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/outliers.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/reports-run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/reports-run.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/role-insight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/role-insight.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/role-insights.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/role-insights.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/role.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/roles.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/s3-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/s3-proxy.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/schema.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/schemas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/schemas.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/search-count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/search-count.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/search-get.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/search-get.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/search-post.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/search-post.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/segment.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/segments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/segments.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/set-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/set-password.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/sod-exception.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/sod-exception.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/sod-policies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/sod-policies.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/sod-policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/sod-policy.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/sod-schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/sod-schedule.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/source-health.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/source-health.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/source-usages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/source-usages.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/source.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/sources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/sources.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/sync-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/sync-password.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/tag.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/tagged-object.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/tagged-object.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/tags.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/tags.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/task-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/task-status.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/tenant.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/transform.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/transforms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/transforms.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/triggers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/triggers.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/work-item.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/work-item.yaml -------------------------------------------------------------------------------- /idn/v2024/paths/work-items.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/paths/work-items.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/202.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/202.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/204.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/400.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/400.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/401.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/401.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/403.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/403.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/404.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/405.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/405.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/412.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/412.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/429.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/429.yaml -------------------------------------------------------------------------------- /idn/v2024/responses/500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/responses/500.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/AccessType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/AccessType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Account.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/AmsRightSet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/AmsRightSet.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Approval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Approval.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Argument.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Argument.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/AuthProfile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/AuthProfile.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/AuthUser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/AuthUser.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Campaign.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Change.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Change.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/CheckStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/CheckStatus.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Children.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Children.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/ClientType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/ClientType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Comment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Comment.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/CommentDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/CommentDto.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/DataAccess.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/DataAccess.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/DtoType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/DtoType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Entitlement.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/EventStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/EventStatus.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Expression.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Expression.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/FormDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/FormDetails.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/FullAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/FullAccount.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/GrantType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/GrantType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/HttpConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/HttpConfig.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/IaiDataRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/IaiDataRole.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Identity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Identity.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/IdpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/IdpDetails.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Incident.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Incident.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Invocation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Invocation.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/JobState.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/JobState.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/JobType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/JobType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/JsonPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/JsonPatch.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/JsonWebKey.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/JsonWebKey.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/KbaQuestion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/KbaQuestion.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Launcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Launcher.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/License.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/License.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Medium.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Medium.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Operation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Operation.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/OrgConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/OrgConfig.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Outlier.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Outlier.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Owner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Owner.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/OwnerDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/OwnerDto.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/PatOwner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/PatOwner.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Product.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Product.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/ReportType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/ReportType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Response.yaml: -------------------------------------------------------------------------------- 1 | type: object 2 | title: Response 3 | -------------------------------------------------------------------------------- /idn/v2024/schemas/ReviewData.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/ReviewData.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/ReviewItem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/ReviewItem.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Reviewer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Reviewer.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/RoleIDs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/RoleIDs.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/RoleInsight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/RoleInsight.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Schedule.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Schema.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Sed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Sed.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SedApproval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SedApproval.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SedAssignee.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SedAssignee.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SedPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SedPatch.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Segment.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SlimAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SlimAccount.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SodPolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SodPolicy.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Source.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SourceCode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SourceCode.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SourceDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SourceDto.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SourceRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SourceRef.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SourceUsage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SourceUsage.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SpConfigJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SpConfigJob.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SpConfigUrl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SpConfigUrl.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/SpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/SpDetails.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Tag.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Target.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Target.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/TaskStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/TaskStatus.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/TemplateDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/TemplateDto.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Tenant.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/TicketType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/TicketType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Transform.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Trigger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Trigger.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/TriggerType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/TriggerType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/TypeSummary.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/TypeSummary.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/UsageType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/UsageType.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/VaJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/VaJob.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/Value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/Value.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/WorkItems.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/WorkItems.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/access/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/access/Role.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/app/UserApp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/app/UserApp.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/forms/Error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/forms/Error.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/forms/Nil.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/forms/Nil.yaml -------------------------------------------------------------------------------- /idn/v2024/schemas/forms/Patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2024/schemas/forms/Patch.yaml -------------------------------------------------------------------------------- /idn/v2025/parameters/count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/parameters/count.yaml -------------------------------------------------------------------------------- /idn/v2025/parameters/limit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/parameters/limit.yaml -------------------------------------------------------------------------------- /idn/v2025/parameters/limit50.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/parameters/limit50.yaml -------------------------------------------------------------------------------- /idn/v2025/parameters/offset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/parameters/offset.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/account.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/accounts.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/approval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/approval.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/approvals.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/approvals.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/auth-profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/auth-profile.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/auth-profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/auth-profiles.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/auth-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/auth-user.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/auth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/auth.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/branding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/branding.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/brandings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/brandings.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/campaign.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/campaigns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/campaigns.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/certification.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/certification.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/common-access.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/common-access.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/connector.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/connector.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/connectors.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/connectors.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/data-segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/data-segment.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/data-segments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/data-segments.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/dimension.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/dimension.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/dimensions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/dimensions.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/ears-user-app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/ears-user-app.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/entitlement.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/entitlements.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/entitlements.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/form-instance.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/form-instance.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/icon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/icon.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/identities.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/identities.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/identity-head.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/identity-head.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/identity-team.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/identity-team.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/identity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/identity.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/launcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/launcher.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/launchers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/launchers.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/load-accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/load-accounts.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/login-info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/login-info.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/mfa-poll.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/mfa-poll.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/oauth-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/oauth-client.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/oauth-clients.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/oauth-clients.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/org-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/org-config.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/outliers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/outliers.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/reports-run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/reports-run.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/role-insight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/role-insight.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/role-insights.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/role-insights.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/role.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/roles.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/s3-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/s3-proxy.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/schema.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/schemas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/schemas.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/search-count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/search-count.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/search-get.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/search-get.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/search-post.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/search-post.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/segment.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/segments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/segments.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/set-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/set-password.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/sod-exception.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/sod-exception.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/sod-policies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/sod-policies.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/sod-policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/sod-policy.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/sod-schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/sod-schedule.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/source-health.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/source-health.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/source-usages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/source-usages.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/source.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/sources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/sources.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/sync-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/sync-password.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/tag.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/tagged-object.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/tagged-object.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/tags.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/tags.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/task-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/task-status.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/tenant.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/transform.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/transforms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/transforms.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/triggers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/triggers.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/work-item.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/work-item.yaml -------------------------------------------------------------------------------- /idn/v2025/paths/work-items.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/paths/work-items.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/202.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/202.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/204.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/400.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/400.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/401.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/401.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/403.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/403.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/404.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/405.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/405.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/409.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/409.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/412.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/412.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/429.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/429.yaml -------------------------------------------------------------------------------- /idn/v2025/responses/500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/responses/500.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/AccessType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/AccessType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Account.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/AmsRightSet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/AmsRightSet.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Approval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Approval.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Argument.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Argument.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/AuthProfile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/AuthProfile.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/AuthUser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/AuthUser.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Campaign.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Change.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Change.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/CheckStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/CheckStatus.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Children.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Children.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/ClientType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/ClientType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Comment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Comment.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/CommentDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/CommentDto.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/DataAccess.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/DataAccess.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/DtoType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/DtoType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Entitlement.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/EventStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/EventStatus.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Expression.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Expression.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/FormDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/FormDetails.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/FullAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/FullAccount.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/GrantType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/GrantType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/HttpConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/HttpConfig.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/IaiDataRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/IaiDataRole.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Identity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Identity.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/IdpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/IdpDetails.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Incident.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Incident.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Invocation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Invocation.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/JobState.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/JobState.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/JobType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/JobType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/JsonPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/JsonPatch.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/JsonWebKey.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/JsonWebKey.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/KbaQuestion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/KbaQuestion.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Launcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Launcher.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/License.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/License.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Medium.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Medium.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Operation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Operation.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/OrgConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/OrgConfig.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Outlier.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Outlier.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Owner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Owner.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/OwnerDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/OwnerDto.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/PatOwner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/PatOwner.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Product.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Product.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/ReportType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/ReportType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Response.yaml: -------------------------------------------------------------------------------- 1 | type: object 2 | title: Response 3 | -------------------------------------------------------------------------------- /idn/v2025/schemas/ReviewData.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/ReviewData.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/ReviewItem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/ReviewItem.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Reviewer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Reviewer.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/RoleIDs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/RoleIDs.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/RoleInsight.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/RoleInsight.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Schedule.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Schema.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Sed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Sed.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SedApproval.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SedApproval.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SedAssignee.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SedAssignee.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SedPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SedPatch.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Segment.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SlimAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SlimAccount.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SodPolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SodPolicy.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Source.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SourceCode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SourceCode.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SourceDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SourceDto.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SourceRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SourceRef.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SourceUsage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SourceUsage.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SpConfigJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SpConfigJob.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SpConfigUrl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SpConfigUrl.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/SpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/SpDetails.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Tag.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Target.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Target.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/TaskStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/TaskStatus.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/TemplateDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/TemplateDto.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Tenant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Tenant.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/TicketType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/TicketType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Transform.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Trigger.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Trigger.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/TriggerType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/TriggerType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/TypeSummary.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/TypeSummary.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/UsageType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/UsageType.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/VaJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/VaJob.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/Value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/Value.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/WorkItems.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/WorkItems.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/access/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/access/Role.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/app/UserApp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/app/UserApp.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/forms/Error.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/forms/Error.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/forms/Nil.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/forms/Nil.yaml -------------------------------------------------------------------------------- /idn/v2025/schemas/forms/Patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2025/schemas/forms/Patch.yaml -------------------------------------------------------------------------------- /idn/v2026/parameters/count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/parameters/count.yaml -------------------------------------------------------------------------------- /idn/v2026/parameters/limit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/parameters/limit.yaml -------------------------------------------------------------------------------- /idn/v2026/parameters/limit50.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/parameters/limit50.yaml -------------------------------------------------------------------------------- /idn/v2026/parameters/offset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/parameters/offset.yaml -------------------------------------------------------------------------------- /idn/v2026/paths/task-status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/paths/task-status.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/202.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/202.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/204.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/400.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/400.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/401.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/401.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/403.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/403.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/404.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/405.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/405.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/412.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/412.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/429.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/429.yaml -------------------------------------------------------------------------------- /idn/v2026/responses/500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/responses/500.yaml -------------------------------------------------------------------------------- /idn/v2026/schemas/Target.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/schemas/Target.yaml -------------------------------------------------------------------------------- /idn/v2026/schemas/TaskStatus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v2026/schemas/TaskStatus.yaml -------------------------------------------------------------------------------- /idn/v3/EntitlementRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/EntitlementRef.yaml -------------------------------------------------------------------------------- /idn/v3/parameters/count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/parameters/count.yaml -------------------------------------------------------------------------------- /idn/v3/parameters/limit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/parameters/limit.yaml -------------------------------------------------------------------------------- /idn/v3/parameters/limit50.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/parameters/limit50.yaml -------------------------------------------------------------------------------- /idn/v3/parameters/offset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/parameters/offset.yaml -------------------------------------------------------------------------------- /idn/v3/parameters/searchlimit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/parameters/searchlimit.yaml -------------------------------------------------------------------------------- /idn/v3/paths/access-profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/access-profile.yaml -------------------------------------------------------------------------------- /idn/v3/paths/access-profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/access-profiles.yaml -------------------------------------------------------------------------------- /idn/v3/paths/access-requests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/access-requests.yaml -------------------------------------------------------------------------------- /idn/v3/paths/account-usages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/account-usages.yaml -------------------------------------------------------------------------------- /idn/v3/paths/account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/account.yaml -------------------------------------------------------------------------------- /idn/v3/paths/accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/accounts.yaml -------------------------------------------------------------------------------- /idn/v3/paths/auth-user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/auth-user.yaml -------------------------------------------------------------------------------- /idn/v3/paths/branding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/branding.yaml -------------------------------------------------------------------------------- /idn/v3/paths/brandings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/brandings.yaml -------------------------------------------------------------------------------- /idn/v3/paths/campaign-filter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/campaign-filter.yaml -------------------------------------------------------------------------------- /idn/v3/paths/campaign-filters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/campaign-filters.yaml -------------------------------------------------------------------------------- /idn/v3/paths/campaign-reports.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/campaign-reports.yaml -------------------------------------------------------------------------------- /idn/v3/paths/campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/campaign.yaml -------------------------------------------------------------------------------- /idn/v3/paths/campaigns-delete.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/campaigns-delete.yaml -------------------------------------------------------------------------------- /idn/v3/paths/campaigns.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/campaigns.yaml -------------------------------------------------------------------------------- /idn/v3/paths/connector.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/connector.yaml -------------------------------------------------------------------------------- /idn/v3/paths/connectors.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/connectors.yaml -------------------------------------------------------------------------------- /idn/v3/paths/identity-profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/identity-profile.yaml -------------------------------------------------------------------------------- /idn/v3/paths/managed-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/managed-client.yaml -------------------------------------------------------------------------------- /idn/v3/paths/managed-clients.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/managed-clients.yaml -------------------------------------------------------------------------------- /idn/v3/paths/managed-cluster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/managed-cluster.yaml -------------------------------------------------------------------------------- /idn/v3/paths/managed-clusters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/managed-clusters.yaml -------------------------------------------------------------------------------- /idn/v3/paths/mfa-config-test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/mfa-config-test.yaml -------------------------------------------------------------------------------- /idn/v3/paths/mfa-duo-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/mfa-duo-config.yaml -------------------------------------------------------------------------------- /idn/v3/paths/mfa-duo-verify.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/mfa-duo-verify.yaml -------------------------------------------------------------------------------- /idn/v3/paths/mfa-kba-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/mfa-kba-config.yaml -------------------------------------------------------------------------------- /idn/v3/paths/mfa-poll.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/mfa-poll.yaml -------------------------------------------------------------------------------- /idn/v3/paths/mfa-token-send.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/mfa-token-send.yaml -------------------------------------------------------------------------------- /idn/v3/paths/oauth-client.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/oauth-client.yaml -------------------------------------------------------------------------------- /idn/v3/paths/oauth-clients.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/oauth-clients.yaml -------------------------------------------------------------------------------- /idn/v3/paths/reports-cancel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/reports-cancel.yaml -------------------------------------------------------------------------------- /idn/v3/paths/reports-result.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/reports-result.yaml -------------------------------------------------------------------------------- /idn/v3/paths/reports-run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/reports-run.yaml -------------------------------------------------------------------------------- /idn/v3/paths/role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/role.yaml -------------------------------------------------------------------------------- /idn/v3/paths/roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/roles.yaml -------------------------------------------------------------------------------- /idn/v3/paths/saved-searches.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/saved-searches.yaml -------------------------------------------------------------------------------- /idn/v3/paths/schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/schema.yaml -------------------------------------------------------------------------------- /idn/v3/paths/schemas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/schemas.yaml -------------------------------------------------------------------------------- /idn/v3/paths/search-count.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/search-count.yaml -------------------------------------------------------------------------------- /idn/v3/paths/search-get.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/search-get.yaml -------------------------------------------------------------------------------- /idn/v3/paths/search-post.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/search-post.yaml -------------------------------------------------------------------------------- /idn/v3/paths/segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/segment.yaml -------------------------------------------------------------------------------- /idn/v3/paths/segments.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/segments.yaml -------------------------------------------------------------------------------- /idn/v3/paths/set-password.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/set-password.yaml -------------------------------------------------------------------------------- /idn/v3/paths/sod-policies.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/sod-policies.yaml -------------------------------------------------------------------------------- /idn/v3/paths/sod-policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/sod-policy.yaml -------------------------------------------------------------------------------- /idn/v3/paths/sod-report-run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/sod-report-run.yaml -------------------------------------------------------------------------------- /idn/v3/paths/sod-schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/sod-schedule.yaml -------------------------------------------------------------------------------- /idn/v3/paths/source-health.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/source-health.yaml -------------------------------------------------------------------------------- /idn/v3/paths/source-usages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/source-usages.yaml -------------------------------------------------------------------------------- /idn/v3/paths/source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/source.yaml -------------------------------------------------------------------------------- /idn/v3/paths/sources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/sources.yaml -------------------------------------------------------------------------------- /idn/v3/paths/tagged-object.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/tagged-object.yaml -------------------------------------------------------------------------------- /idn/v3/paths/tagged-objects.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/tagged-objects.yaml -------------------------------------------------------------------------------- /idn/v3/paths/transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/transform.yaml -------------------------------------------------------------------------------- /idn/v3/paths/transforms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/transforms.yaml -------------------------------------------------------------------------------- /idn/v3/paths/work-item.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/work-item.yaml -------------------------------------------------------------------------------- /idn/v3/paths/work-items.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/paths/work-items.yaml -------------------------------------------------------------------------------- /idn/v3/responses/202.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/202.yaml -------------------------------------------------------------------------------- /idn/v3/responses/204.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/204.yaml -------------------------------------------------------------------------------- /idn/v3/responses/400.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/400.yaml -------------------------------------------------------------------------------- /idn/v3/responses/401.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/401.yaml -------------------------------------------------------------------------------- /idn/v3/responses/403.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/403.yaml -------------------------------------------------------------------------------- /idn/v3/responses/404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/404.yaml -------------------------------------------------------------------------------- /idn/v3/responses/405.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/405.yaml -------------------------------------------------------------------------------- /idn/v3/responses/412.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/412.yaml -------------------------------------------------------------------------------- /idn/v3/responses/429.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/429.yaml -------------------------------------------------------------------------------- /idn/v3/responses/500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/responses/500.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/AccessType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/AccessType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Account.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/AccountUsage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/AccountUsage.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/AuthUser.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/AuthUser.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/BrandingItem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/BrandingItem.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Campaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Campaign.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/ClientType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/ClientType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Comment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Comment.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/CommentDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/CommentDto.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/CriteriaType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/CriteriaType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/DataAccess.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/DataAccess.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/DtoType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/DtoType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Entitlement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Entitlement.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/ErrorMessageDtoList.yaml: -------------------------------------------------------------------------------- 1 | type: array 2 | items: 3 | $ref: './ErrorMessageDto.yaml' 4 | -------------------------------------------------------------------------------- /idn/v3/schemas/Expression.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Expression.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/FormDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/FormDetails.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/GrantType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/GrantType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/IdpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/IdpDetails.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/ImportObject.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/ImportObject.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/JsonPatch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/JsonPatch.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/KbaQuestion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/KbaQuestion.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/LocaleOrigin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/LocaleOrigin.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/LogLevelSpec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/LogLevelSpec.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/MfaDuoConfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/MfaDuoConfig.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Operation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Operation.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/OwnerDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/OwnerDto.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/PasswordInfo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/PasswordInfo.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/PatOwner.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/PatOwner.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Reassignment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Reassignment.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/ReportType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/ReportType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Response.yaml: -------------------------------------------------------------------------------- 1 | type: object 2 | title: Response 3 | -------------------------------------------------------------------------------- /idn/v3/schemas/Reviewer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Reviewer.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Schedule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Schedule.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Schema.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Segment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Segment.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SlimCampaign.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SlimCampaign.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SodPolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SodPolicy.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SodPolicyDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SodPolicyDto.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SodRecipient.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SodRecipient.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Source.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Source.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SourceDto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SourceDto.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SourceUsage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SourceUsage.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/SpDetails.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/SpDetails.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/TaggedObject.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/TaggedObject.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Transform.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Transform.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/UpdateDetail.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/UpdateDetail.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/UsageType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/UsageType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/Value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/Value.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/WorkItemType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/WorkItemType.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/WorkItems.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/WorkItems.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/access/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/access/Role.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/filter/Bound.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/filter/Bound.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/filter/Range.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/filter/Range.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/search/Index.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/search/Index.yaml -------------------------------------------------------------------------------- /idn/v3/schemas/search/Query.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/idn/v3/schemas/search/Query.yaml -------------------------------------------------------------------------------- /iiq/sailpoint-api.iiq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/iiq/sailpoint-api.iiq.yaml -------------------------------------------------------------------------------- /nerm/openapi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/openapi.yaml -------------------------------------------------------------------------------- /nerm/parameters/_index.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/_index.yaml -------------------------------------------------------------------------------- /nerm/parameters/body/name.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/body/name.yaml -------------------------------------------------------------------------------- /nerm/parameters/body/uid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/body/uid.yaml -------------------------------------------------------------------------------- /nerm/parameters/body/url.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/body/url.yaml -------------------------------------------------------------------------------- /nerm/parameters/path/id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/path/id.yaml -------------------------------------------------------------------------------- /nerm/parameters/path/uid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/path/uid.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/email.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/email.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/label.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/label.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/limit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/limit.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/login.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/login.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/name.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/name.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/page.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/page.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/query.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/query.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/run.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/sort.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/sort.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/title.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/title.yaml -------------------------------------------------------------------------------- /nerm/parameters/query/uid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/parameters/query/uid.yaml -------------------------------------------------------------------------------- /nerm/paths/advanced_search.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/advanced_search.yaml -------------------------------------------------------------------------------- /nerm/paths/audit_events.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/audit_events.yaml -------------------------------------------------------------------------------- /nerm/paths/delegation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/delegation.yaml -------------------------------------------------------------------------------- /nerm/paths/delegations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/delegations.yaml -------------------------------------------------------------------------------- /nerm/paths/form_attributes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/form_attributes.yaml -------------------------------------------------------------------------------- /nerm/paths/forms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/forms.yaml -------------------------------------------------------------------------------- /nerm/paths/forms_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/forms_id.yaml -------------------------------------------------------------------------------- /nerm/paths/forms_uid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/forms_uid.yaml -------------------------------------------------------------------------------- /nerm/paths/isc_account.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/isc_account.yaml -------------------------------------------------------------------------------- /nerm/paths/isc_accounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/isc_accounts.yaml -------------------------------------------------------------------------------- /nerm/paths/job_status.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/job_status.yaml -------------------------------------------------------------------------------- /nerm/paths/languages_locale.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/languages_locale.yaml -------------------------------------------------------------------------------- /nerm/paths/ne_attributes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/ne_attributes.yaml -------------------------------------------------------------------------------- /nerm/paths/ne_attributes_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/ne_attributes_id.yaml -------------------------------------------------------------------------------- /nerm/paths/page_contents.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/page_contents.yaml -------------------------------------------------------------------------------- /nerm/paths/page_contents_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/page_contents_id.yaml -------------------------------------------------------------------------------- /nerm/paths/page_elements.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/page_elements.yaml -------------------------------------------------------------------------------- /nerm/paths/page_elements_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/page_elements_id.yaml -------------------------------------------------------------------------------- /nerm/paths/permissions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/permissions.yaml -------------------------------------------------------------------------------- /nerm/paths/portals.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/portals.yaml -------------------------------------------------------------------------------- /nerm/paths/profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/profile.yaml -------------------------------------------------------------------------------- /nerm/paths/profile_type.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/profile_type.yaml -------------------------------------------------------------------------------- /nerm/paths/profile_types.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/profile_types.yaml -------------------------------------------------------------------------------- /nerm/paths/profile_types_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/profile_types_id.yaml -------------------------------------------------------------------------------- /nerm/paths/profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/profiles.yaml -------------------------------------------------------------------------------- /nerm/paths/profiles_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/profiles_id.yaml -------------------------------------------------------------------------------- /nerm/paths/risk_levels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/risk_levels.yaml -------------------------------------------------------------------------------- /nerm/paths/risk_levels_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/risk_levels_id.yaml -------------------------------------------------------------------------------- /nerm/paths/risk_scores.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/risk_scores.yaml -------------------------------------------------------------------------------- /nerm/paths/risk_scores_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/risk_scores_id.yaml -------------------------------------------------------------------------------- /nerm/paths/role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/role.yaml -------------------------------------------------------------------------------- /nerm/paths/role_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/role_profile.yaml -------------------------------------------------------------------------------- /nerm/paths/role_profile_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/role_profile_id.yaml -------------------------------------------------------------------------------- /nerm/paths/role_profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/role_profiles.yaml -------------------------------------------------------------------------------- /nerm/paths/role_profiles_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/role_profiles_id.yaml -------------------------------------------------------------------------------- /nerm/paths/roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/roles.yaml -------------------------------------------------------------------------------- /nerm/paths/roles_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/roles_id.yaml -------------------------------------------------------------------------------- /nerm/paths/system_roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/system_roles.yaml -------------------------------------------------------------------------------- /nerm/paths/user.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user.yaml -------------------------------------------------------------------------------- /nerm/paths/user_manager.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_manager.yaml -------------------------------------------------------------------------------- /nerm/paths/user_managers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_managers.yaml -------------------------------------------------------------------------------- /nerm/paths/user_managers_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_managers_id.yaml -------------------------------------------------------------------------------- /nerm/paths/user_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_profile.yaml -------------------------------------------------------------------------------- /nerm/paths/user_profile_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_profile_id.yaml -------------------------------------------------------------------------------- /nerm/paths/user_profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_profiles.yaml -------------------------------------------------------------------------------- /nerm/paths/user_profiles_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_profiles_id.yaml -------------------------------------------------------------------------------- /nerm/paths/user_role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_role.yaml -------------------------------------------------------------------------------- /nerm/paths/user_role_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_role_id.yaml -------------------------------------------------------------------------------- /nerm/paths/user_roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_roles.yaml -------------------------------------------------------------------------------- /nerm/paths/user_roles_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/user_roles_id.yaml -------------------------------------------------------------------------------- /nerm/paths/users.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/users.yaml -------------------------------------------------------------------------------- /nerm/paths/users_id.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/users_id.yaml -------------------------------------------------------------------------------- /nerm/paths/users_id_avatar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/paths/users_id_avatar.yaml -------------------------------------------------------------------------------- /nerm/responses/400.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/400.yaml -------------------------------------------------------------------------------- /nerm/responses/404.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/404.yaml -------------------------------------------------------------------------------- /nerm/responses/500.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/500.yaml -------------------------------------------------------------------------------- /nerm/responses/Attribute.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Attribute.yaml -------------------------------------------------------------------------------- /nerm/responses/Attributes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Attributes.yaml -------------------------------------------------------------------------------- /nerm/responses/AuditEvent.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/AuditEvent.yaml -------------------------------------------------------------------------------- /nerm/responses/AuditEvents.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/AuditEvents.yaml -------------------------------------------------------------------------------- /nerm/responses/Delegation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Delegation.yaml -------------------------------------------------------------------------------- /nerm/responses/Delegations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Delegations.yaml -------------------------------------------------------------------------------- /nerm/responses/Form.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Form.yaml -------------------------------------------------------------------------------- /nerm/responses/Forms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Forms.yaml -------------------------------------------------------------------------------- /nerm/responses/Info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Info.yaml -------------------------------------------------------------------------------- /nerm/responses/InvalidInput.yaml: -------------------------------------------------------------------------------- 1 | description: Invalid input -------------------------------------------------------------------------------- /nerm/responses/InvalidJson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/InvalidJson.yaml -------------------------------------------------------------------------------- /nerm/responses/IscAccounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/IscAccounts.yaml -------------------------------------------------------------------------------- /nerm/responses/Job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Job.yaml -------------------------------------------------------------------------------- /nerm/responses/Language.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Language.yaml -------------------------------------------------------------------------------- /nerm/responses/PageContent.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/PageContent.yaml -------------------------------------------------------------------------------- /nerm/responses/PageElement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/PageElement.yaml -------------------------------------------------------------------------------- /nerm/responses/PageElements.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/PageElements.yaml -------------------------------------------------------------------------------- /nerm/responses/Pages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Pages.yaml -------------------------------------------------------------------------------- /nerm/responses/Permission.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Permission.yaml -------------------------------------------------------------------------------- /nerm/responses/Portal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Portal.yaml -------------------------------------------------------------------------------- /nerm/responses/Portals_Meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Portals_Meta.yaml -------------------------------------------------------------------------------- /nerm/responses/Profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Profile.yaml -------------------------------------------------------------------------------- /nerm/responses/ProfileType.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/ProfileType.yaml -------------------------------------------------------------------------------- /nerm/responses/ProfileTypes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/ProfileTypes.yaml -------------------------------------------------------------------------------- /nerm/responses/Profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Profiles.yaml -------------------------------------------------------------------------------- /nerm/responses/ProfilesJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/ProfilesJob.yaml -------------------------------------------------------------------------------- /nerm/responses/RiskLevel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/RiskLevel.yaml -------------------------------------------------------------------------------- /nerm/responses/RiskScore.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/RiskScore.yaml -------------------------------------------------------------------------------- /nerm/responses/RiskScores.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/RiskScores.yaml -------------------------------------------------------------------------------- /nerm/responses/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Role.yaml -------------------------------------------------------------------------------- /nerm/responses/RoleProfile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/RoleProfile.yaml -------------------------------------------------------------------------------- /nerm/responses/RoleProfiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/RoleProfiles.yaml -------------------------------------------------------------------------------- /nerm/responses/RolesJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/RolesJob.yaml -------------------------------------------------------------------------------- /nerm/responses/Roles_Meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Roles_Meta.yaml -------------------------------------------------------------------------------- /nerm/responses/Url.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Url.yaml -------------------------------------------------------------------------------- /nerm/responses/User.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/User.yaml -------------------------------------------------------------------------------- /nerm/responses/UserManager.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UserManager.yaml -------------------------------------------------------------------------------- /nerm/responses/UserProfile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UserProfile.yaml -------------------------------------------------------------------------------- /nerm/responses/UserProfiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UserProfiles.yaml -------------------------------------------------------------------------------- /nerm/responses/UserRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UserRole.yaml -------------------------------------------------------------------------------- /nerm/responses/UserRoles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UserRoles.yaml -------------------------------------------------------------------------------- /nerm/responses/UserRolesJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UserRolesJob.yaml -------------------------------------------------------------------------------- /nerm/responses/UsersJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/UsersJob.yaml -------------------------------------------------------------------------------- /nerm/responses/Users_Meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Users_Meta.yaml -------------------------------------------------------------------------------- /nerm/responses/Workflow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/Workflow.yaml -------------------------------------------------------------------------------- /nerm/responses/_index.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/responses/_index.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Attribute.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Attribute.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Delegation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Delegation.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Form.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Form.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Pages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Pages.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Permission.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Permission.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Portal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Portal.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Profile.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Profiles.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/RiskLevel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/RiskLevel.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/RiskRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/RiskRule.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/RiskScore.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/RiskScore.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Role.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Roles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Roles.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/SystemRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/SystemRole.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/User.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/User.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/UserRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/UserRole.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/UserRoles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/UserRoles.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Users.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Users.yaml -------------------------------------------------------------------------------- /nerm/schemas/GET/Workflow.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/GET/Workflow.yaml -------------------------------------------------------------------------------- /nerm/schemas/Job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/Job.yaml -------------------------------------------------------------------------------- /nerm/schemas/Metadata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/Metadata.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/Form.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/Form.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/Language.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/Language.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/Portal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/Portal.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/Profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/Profile.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/ProfileAccount.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nerm/schemas/PATCH/Profiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/Profiles.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/RiskRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/RiskRule.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/Role.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/User.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/User.yaml -------------------------------------------------------------------------------- /nerm/schemas/PATCH/UserRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/PATCH/UserRole.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/Attribute.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/Attribute.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/Forms.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/Forms.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/Portal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/Portal.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/Profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/Profile.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/RiskRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/RiskRule.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/Role.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/User.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/User.yaml -------------------------------------------------------------------------------- /nerm/schemas/POST/UserRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/POST/UserRole.yaml -------------------------------------------------------------------------------- /nerm/schemas/Placeholder.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/Placeholder.yaml -------------------------------------------------------------------------------- /nerm/schemas/Url.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/Url.yaml -------------------------------------------------------------------------------- /nerm/schemas/_index.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/schemas/_index.yaml -------------------------------------------------------------------------------- /nerm/v2025/paths/delegation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/v2025/paths/delegation.yaml -------------------------------------------------------------------------------- /nerm/v2025/v2025.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/nerm/v2025/v2025.yaml -------------------------------------------------------------------------------- /postman-script/base-auth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman-script/base-auth.json -------------------------------------------------------------------------------- /postman-script/pre-script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman-script/pre-script.json -------------------------------------------------------------------------------- /postman-script/update-by-folder-ts/.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | node_modules 3 | dist -------------------------------------------------------------------------------- /postman-script/upload-script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman-script/upload-script.js -------------------------------------------------------------------------------- /postman-script/variable-v3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman-script/variable-v3.json -------------------------------------------------------------------------------- /postman/links/beta-link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman/links/beta-link.txt -------------------------------------------------------------------------------- /postman/links/nerm-link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman/links/nerm-link.txt -------------------------------------------------------------------------------- /postman/links/v3-link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/postman/links/v3-link.txt -------------------------------------------------------------------------------- /scripts/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailpoint-oss/api-specs/HEAD/scripts/package.json --------------------------------------------------------------------------------