sailpoint-api-client 1.6.5 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/beta/README.md +2 -2
- package/beta/api.ts +1060 -453
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +914 -363
- package/dist/beta/api.js +464 -256
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/index.spec.js +7 -14
- package/dist/index.spec.js.map +1 -1
- package/dist/paginator.js +0 -1
- package/dist/paginator.js.map +1 -1
- package/dist/v2024/api.d.ts +915 -713
- package/dist/v2024/api.js +318 -503
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +2060 -538
- package/dist/v2025/api.js +1793 -687
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +64 -20
- package/dist/v3/api.js +20 -23
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/index.spec.ts +7 -7
- package/package.json +1 -1
- package/paginator.ts +0 -1
- package/v2024/README.md +2 -2
- package/v2024/api.ts +1178 -1189
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +2893 -934
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +71 -29
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v2024/api.js
CHANGED
|
@@ -78,24 +78,24 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
78
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
79
79
|
};
|
|
80
80
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
|
-
exports.
|
|
82
|
-
exports.
|
|
83
|
-
exports.
|
|
84
|
-
exports.
|
|
85
|
-
exports.
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.
|
|
90
|
-
exports.
|
|
91
|
-
exports.
|
|
92
|
-
exports.
|
|
93
|
-
exports.
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
96
|
-
exports.
|
|
97
|
-
exports.
|
|
98
|
-
exports.WorkflowsV2024Api = exports.WorkflowsV2024ApiFactory = void 0;
|
|
81
|
+
exports.AccountCorrelatedAccountV2024TypeV2024 = exports.AccountAttributesChangedSourceV2024TypeV2024 = exports.AccountAttributesChangedIdentityV2024TypeV2024 = exports.AccountAttributesChangedAccountV2024TypeV2024 = exports.AccountAllOfSourceOwnerV2024TypeV2024 = exports.AccountAllOfRecommendationV2024MethodV2024 = exports.AccountAllOfRecommendationV2024TypeV2024 = exports.AccountAllOfIdentityV2024TypeV2024 = exports.AccountAggregationStatusV2024StatusV2024 = exports.AccountAggregationCompletedV2024StatusV2024 = exports.AccountAggregationCompletedSourceV2024TypeV2024 = exports.AccountActivityItemOperationV2024 = exports.AccountActivityApprovalStatusV2024 = exports.AccountActionV2024ActionV2024 = exports.AccessTypeV2024 = exports.AccessRequestedStatusChangeV2024NewStatusV2024 = exports.AccessRequestedStatusChangeV2024PreviousStatusV2024 = exports.AccessRequestTypeV2024 = exports.AccessRequestRecommendationItemTypeV2024 = exports.AccessRequestPreApprovalRequestedItemsInnerV2024OperationV2024 = exports.AccessRequestPreApprovalRequestedItemsInnerV2024TypeV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerV2024OperationV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerV2024TypeV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerV2024ApprovalDecisionV2024 = exports.AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApproverV2024TypeV2024 = exports.AccessRequestPhasesV2024ResultV2024 = exports.AccessRequestPhasesV2024StateV2024 = exports.AccessRequestItemV2024TypeV2024 = exports.AccessRequestDynamicApproverRequestedItemsInnerV2024OperationV2024 = exports.AccessRequestDynamicApproverRequestedItemsInnerV2024TypeV2024 = exports.AccessRequestDynamicApprover1V2024TypeV2024 = exports.AccessRequestAdminItemStatusV2024TypeV2024 = exports.AccessProfileUsageUsedByInnerV2024TypeV2024 = exports.AccessProfileSourceRefV2024TypeV2024 = exports.AccessProfileRefV2024TypeV2024 = exports.AccessProfileApprovalSchemeV2024ApproverTypeV2024 = exports.AccessItemReviewedByV2024TypeV2024 = exports.AccessItemRequesterV2024TypeV2024 = exports.AccessItemRequesterDtoV2024TypeV2024 = exports.AccessItemRequestedForV2024TypeV2024 = exports.AccessItemRequestedForDtoV2024TypeV2024 = exports.AccessItemRemovedV2024AccessItemTypeV2024 = exports.AccessItemRefV2024TypeV2024 = exports.AccessItemDiffV2024EventTypeV2024 = exports.AccessItemAssociatedV2024AccessItemTypeV2024 = exports.AccessItemApproverDtoV2024TypeV2024 = exports.AccessCriteriaCriteriaListInnerV2024TypeV2024 = exports.AccessConstraintV2024OperatorV2024 = exports.AccessConstraintV2024TypeV2024 = exports.AccessAppsOwnerV2024TypeV2024 = void 0;
|
|
82
|
+
exports.CampaignEndedCampaignV2024StatusV2024 = exports.CampaignEndedCampaignV2024TypeV2024 = exports.CampaignCompleteOptionsV2024AutoCompleteActionV2024 = exports.CampaignAllOfSourcesWithOrphanEntitlementsV2024TypeV2024 = exports.CampaignAllOfSearchCampaignInfoV2024TypeV2024 = exports.CampaignAllOfSearchCampaignInfoReviewerV2024TypeV2024 = exports.CampaignAllOfRoleCompositionCampaignInfoReviewerV2024TypeV2024 = exports.CampaignAllOfRoleCompositionCampaignInfoRemediatorRefV2024TypeV2024 = exports.CampaignAllOfMachineAccountCampaignInfoV2024ReviewerTypeV2024 = exports.CampaignAllOfFilterV2024TypeV2024 = exports.CampaignAlertV2024LevelV2024 = exports.CampaignActivatedCampaignV2024StatusV2024 = exports.CampaignActivatedCampaignV2024TypeV2024 = exports.BulkAddTaggedObjectV2024OperationV2024 = exports.BucketTypeV2024 = exports.BeforeProvisioningRuleDtoV2024TypeV2024 = exports.BaseAccessOwnerV2024TypeV2024 = exports.BackupResponseV2024CloudStorageStatusV2024 = exports.BackupResponseV2024HydrationStatusV2024 = exports.BackupResponseV2024BackupTypeV2024 = exports.BackupResponseV2024TypeV2024 = exports.BackupResponseV2024StatusV2024 = exports.BackupOptionsV2024IncludeTypesV2024 = exports.AuthUserV2024CapabilitiesV2024 = exports.AuthProfileV2024TypeV2024 = exports.AttributeMappingsAllOfTargetV2024TypeV2024 = exports.AttributeDefinitionTypeV2024 = exports.AttributeDefinitionSchemaV2024TypeV2024 = exports.AttrSyncSourceV2024TypeV2024 = exports.ApprovalV2024StatusV2024 = exports.ApprovalV2024ApprovalCriteriaV2024 = exports.ApprovalV2024PriorityV2024 = exports.ApprovalStatusV2024 = exports.ApprovalStatusDtoOriginalOwnerV2024TypeV2024 = exports.ApprovalStatusDtoCurrentOwnerV2024TypeV2024 = exports.ApprovalSchemeV2024 = exports.ApprovalSchemeForRoleV2024ApproverTypeV2024 = exports.ApprovalIdentityV2024TypeV2024 = exports.ApprovalCommentV2024ChangedToStatusV2024 = exports.AggregationTypeV2024 = exports.AdminReviewReassignReassignToV2024TypeV2024 = exports.ActivityInsightsV2024UsageDaysStateV2024 = exports.AccountsCollectedForAggregationV2024StatusV2024 = exports.AccountsCollectedForAggregationSourceV2024TypeV2024 = exports.AccountV2024OriginV2024 = exports.AccountUncorrelatedSourceV2024TypeV2024 = exports.AccountUncorrelatedIdentityV2024TypeV2024 = exports.AccountUncorrelatedAccountV2024TypeV2024 = exports.AccountCorrelatedSourceV2024TypeV2024 = exports.AccountCorrelatedIdentityV2024TypeV2024 = void 0;
|
|
83
|
+
exports.DeployResponseV2024StatusV2024 = exports.DependantConnectionsMissingDtoV2024DependencyTypeV2024 = exports.DeleteSource202ResponseV2024TypeV2024 = exports.DateCompareV2024OperatorV2024 = exports.CustomPasswordInstructionV2024PageIdV2024 = exports.CriteriaTypeV2024 = exports.CreateFormInstanceRequestV2024StateV2024 = exports.CorrelationConfigAttributeAssignmentsInnerV2024MatchModeV2024 = exports.CorrelationConfigAttributeAssignmentsInnerV2024OperationV2024 = exports.CorrelatedGovernanceEventV2024TypeV2024 = exports.ConnectorRuleValidationResponseV2024StateV2024 = exports.ConnectorRuleUpdateRequestV2024TypeV2024 = exports.ConnectorRuleResponseV2024TypeV2024 = exports.ConnectorRuleCreateRequestV2024TypeV2024 = exports.ConnectorDetailV2024StatusV2024 = exports.ConnectedObjectTypeV2024 = exports.ConfigTypeEnumV2024 = exports.ConfigTypeEnumCamelV2024 = exports.ConditionRuleV2024ValueTypeV2024 = exports.ConditionRuleV2024OperatorV2024 = exports.ConditionRuleV2024SourceTypeV2024 = exports.ConditionEffectV2024EffectTypeV2024 = exports.CompletionStatusV2024 = exports.CompletedApprovalStateV2024 = exports.CommonAccessTypeV2024 = exports.CommonAccessItemStateV2024 = exports.CommentDtoAuthorV2024TypeV2024 = exports.CloseAccessRequestV2024CompletionStatusV2024 = exports.CloseAccessRequestV2024ExecutionStatusV2024 = exports.ClientTypeV2024 = exports.CertificationTaskV2024StatusV2024 = exports.CertificationTaskV2024TargetTypeV2024 = exports.CertificationTaskV2024TypeV2024 = exports.CertificationReferenceV2024TypeV2024 = exports.CertificationPhaseV2024 = exports.CertificationDecisionV2024 = exports.CampaignV2024MandatoryCommentRequirementV2024 = exports.CampaignV2024CorrelatedStatusV2024 = exports.CampaignV2024StatusV2024 = exports.CampaignV2024TypeV2024 = exports.CampaignTemplateOwnerRefV2024TypeV2024 = exports.CampaignReportV2024StatusV2024 = exports.CampaignReportV2024TypeV2024 = exports.CampaignReferenceV2024MandatoryCommentRequirementV2024 = exports.CampaignReferenceV2024CorrelatedStatusV2024 = exports.CampaignReferenceV2024CampaignTypeV2024 = exports.CampaignReferenceV2024TypeV2024 = exports.CampaignGeneratedCampaignV2024StatusV2024 = exports.CampaignGeneratedCampaignV2024TypeV2024 = exports.CampaignFilterDetailsV2024ModeV2024 = void 0;
|
|
84
|
+
exports.GetCampaign200ResponseV2024MandatoryCommentRequirementV2024 = exports.GetCampaign200ResponseV2024CorrelatedStatusV2024 = exports.GetCampaign200ResponseV2024StatusV2024 = exports.GetCampaign200ResponseV2024TypeV2024 = exports.GetActiveCampaigns200ResponseInnerV2024MandatoryCommentRequirementV2024 = exports.GetActiveCampaigns200ResponseInnerV2024CorrelatedStatusV2024 = exports.GetActiveCampaigns200ResponseInnerV2024StatusV2024 = exports.GetActiveCampaigns200ResponseInnerV2024TypeV2024 = exports.FormUsedByV2024TypeV2024 = exports.FormOwnerV2024TypeV2024 = exports.FormInstanceResponseV2024StateV2024 = exports.FormInstanceRecipientV2024TypeV2024 = exports.FormInstanceCreatedByV2024TypeV2024 = exports.FormElementValidationsSetV2024ValidationTypeV2024 = exports.FormElementV2024ElementTypeV2024 = exports.FormElementDynamicDataSourceV2024DataSourceTypeV2024 = exports.FormElementDynamicDataSourceConfigV2024ObjectTypeV2024 = exports.FormElementDynamicDataSourceConfigV2024IndicesV2024 = exports.FormDefinitionSelfImportExportDtoV2024TypeV2024 = exports.FormDefinitionInputV2024TypeV2024 = exports.FormConditionV2024RuleOperatorV2024 = exports.FilterTypeV2024 = exports.FederationProtocolDetailsV2024RoleV2024 = exports.ExpressionV2024OperatorV2024 = exports.ExpressionChildrenInnerV2024OperatorV2024 = exports.ExportPayloadV2024IncludeTypesV2024 = exports.ExportPayloadV2024ExcludeTypesV2024 = exports.ExportOptionsV2024IncludeTypesV2024 = exports.ExportOptionsV2024ExcludeTypesV2024 = exports.ExportOptions1V2024IncludeTypesV2024 = exports.ExportOptions1V2024ExcludeTypesV2024 = exports.ExecutionStatusV2024 = exports.ExceptionCriteriaCriteriaListInnerV2024TypeV2024 = exports.EntitlementRefV2024TypeV2024 = exports.EntitlementRef1V2024TypeV2024 = exports.EntitlementOwnerV2024TypeV2024 = exports.EntitlementApprovalSchemeV2024ApproverTypeV2024 = exports.EmailStatusDtoV2024VerificationStatusV2024 = exports.DtoTypeV2024 = exports.DraftResponseV2024ApprovalStatusV2024 = exports.DraftResponseV2024ModeV2024 = exports.DraftResponseV2024TypeV2024 = exports.DraftResponseV2024StatusV2024 = exports.DocumentTypeV2024 = exports.DimensionRefV2024TypeV2024 = exports.DimensionMembershipSelectorTypeV2024 = exports.DimensionCriteriaOperationV2024 = exports.DimensionCriteriaKeyTypeV2024 = exports.DeployResponseV2024CloudStorageStatusV2024 = exports.DeployResponseV2024TypeV2024 = void 0;
|
|
85
|
+
exports.MembershipTypeV2024 = exports.MediumV2024 = exports.ManualWorkItemStateV2024 = exports.ManualWorkItemDetailsOriginalOwnerV2024TypeV2024 = exports.ManualWorkItemDetailsCurrentOwnerV2024TypeV2024 = exports.ManagedClusterV2024ConsolidatedHealthIndicatorsStatusV2024 = exports.ManagedClusterV2024StatusV2024 = exports.ManagedClusterUpdatePreferencesV2024UpdateStateV2024 = exports.ManagedClusterTypesV2024 = exports.ManagedClientV2024ProvisionStatusV2024 = exports.ManagedClientV2024ClusterTypeV2024 = exports.ManagedClientV2024StatusV2024 = exports.ManagedClientTypeV2024 = exports.ManagedClientStatusCodeV2024 = exports.MailFromAttributesV2024MailFromDomainStatusV2024 = exports.MachineClassificationCriteriaOperationV2024 = exports.MachineClassificationConfigV2024ClassificationMethodV2024 = exports.MachineAccountV2024ClassificationMethodV2024 = exports.LocaleOriginV2024 = exports.LoadUncorrelatedAccountsTaskTaskV2024CompletionStatusV2024 = exports.LoadUncorrelatedAccountsTaskTaskMessagesInnerV2024TypeV2024 = exports.LoadAccountsTaskTaskV2024CompletionStatusV2024 = exports.LoadAccountsTaskTaskMessagesInnerV2024TypeV2024 = exports.ListWorkgroupMembers200ResponseInnerV2024TypeV2024 = exports.LifecyclestateDeletedV2024TypeV2024 = exports.LatestOutlierSummaryV2024TypeV2024 = exports.JsonPatchOperationV2024OpV2024 = exports.InvocationStatusTypeV2024 = exports.IndexV2024 = exports.ImportOptionsV2024DefaultReferencesV2024 = exports.ImportOptionsV2024IncludeTypesV2024 = exports.ImportOptionsV2024ExcludeTypesV2024 = exports.ImportObjectV2024TypeV2024 = exports.IdpDetailsV2024RoleV2024 = exports.IdentityWithNewAccessAccessRefsInnerV2024TypeV2024 = exports.IdentityV2024IdentityStatusV2024 = exports.IdentityV2024ProcessingStateV2024 = exports.IdentitySyncJobV2024StatusV2024 = exports.IdentityProfileExportedObjectSelfV2024TypeV2024 = exports.IdentityProfileAllOfOwnerV2024TypeV2024 = exports.IdentityProfileAllOfAuthoritativeSourceV2024TypeV2024 = exports.IdentityPreviewResponseIdentityV2024TypeV2024 = exports.IdentityManagerRefV2024TypeV2024 = exports.IdentityDeletedIdentityV2024TypeV2024 = exports.IdentityCreatedIdentityV2024TypeV2024 = exports.IdentityAttributesChangedIdentityV2024TypeV2024 = exports.HttpDispatchModeV2024 = exports.HttpAuthenticationTypeV2024 = exports.GrantTypeV2024 = exports.GetHistoricalIdentityEvents200ResponseInnerV2024AccessItemTypeV2024 = void 0;
|
|
86
|
+
exports.RecommendationV2024TypeV2024 = exports.RecommendationResponseV2024RecommendationV2024 = exports.ReassignmentTypeV2024 = exports.ReassignmentTypeEnumV2024 = exports.ReassignmentReferenceV2024TypeV2024 = exports.ReassignReferenceV2024TypeV2024 = exports.QueryTypeV2024 = exports.PublicIdentityV2024IdentityStateV2024 = exports.ProvisioningStateV2024 = exports.ProvisioningCriteriaOperationV2024 = exports.ProvisioningCompletedRequesterV2024TypeV2024 = exports.ProvisioningCompletedRecipientV2024TypeV2024 = exports.ProvisioningCompletedAccountRequestsInnerV2024ProvisioningResultV2024 = exports.ProvisioningCompletedAccountRequestsInnerSourceV2024TypeV2024 = exports.ProvisioningCompletedAccountRequestsInnerAttributeRequestsInnerV2024OperationV2024 = exports.ProductV2024OrgTypeV2024 = exports.PreApprovalTriggerDetailsV2024DecisionV2024 = exports.PendingApprovalOwnerV2024TypeV2024 = exports.PendingApprovalActionV2024 = exports.PatchPotentialRoleRequestInnerV2024OpV2024 = exports.PatOwnerV2024TypeV2024 = exports.PasswordStatusV2024StateV2024 = exports.PasswordChangeResponseV2024StateV2024 = exports.OwnerReferenceV2024TypeV2024 = exports.OwnerReferenceSegmentsV2024TypeV2024 = exports.OwnerDtoV2024TypeV2024 = exports.OutliersContributingFeatureAccessItemsV2024AccessTypeV2024 = exports.OutlierValueTypeV2024NameV2024 = exports.OutlierV2024UnignoreTypeV2024 = exports.OutlierV2024TypeV2024 = exports.OutlierSummaryV2024TypeV2024 = exports.OrphanIdentitiesReportArgumentsV2024SelectedFormatsV2024 = exports.OperationV2024 = exports.ObjectMappingResponseV2024ObjectTypeV2024 = exports.ObjectMappingRequestV2024ObjectTypeV2024 = exports.NonEmployeeSchemaAttributeTypeV2024 = exports.NonEmployeeIdentityDtoTypeV2024 = exports.NonEmployeeBulkUploadStatusV2024StatusV2024 = exports.NonEmployeeBulkUploadJobV2024StatusV2024 = exports.NativeChangeDetectionConfigV2024OperationsV2024 = exports.NamedConstructsV2024 = exports.MultiHostSourcesV2024StatusV2024 = exports.MultiHostSourcesV2024FeaturesV2024 = exports.MultiHostIntegrationsV2024ConnectionTypeV2024 = exports.MultiHostIntegrationsV2024StatusV2024 = exports.MultiHostIntegrationsV2024FeaturesV2024 = exports.MultiHostIntegrationsConnectorAttributesV2024MultihostStatusV2024 = exports.MultiHostIntegrationsBeforeProvisioningRuleV2024TypeV2024 = exports.MfaConfigTestResponseV2024StateV2024 = exports.MetricTypeV2024 = void 0;
|
|
87
|
+
exports.ScheduledAttributesV2024FrequencyV2024 = exports.ScheduledActionResponseV2024JobTypeV2024 = exports.ScheduledActionPayloadV2024JobTypeV2024 = exports.ScheduleV2024TypeV2024 = exports.ScheduleTypeV2024 = exports.ScheduleMonthsV2024TypeV2024 = exports.ScheduleHoursV2024TypeV2024 = exports.ScheduleDaysV2024TypeV2024 = exports.Schedule1V2024TypeV2024 = exports.RoleMiningSessionStateV2024 = exports.RoleMiningSessionScopingMethodV2024 = exports.RoleMiningRoleTypeV2024 = exports.RoleMiningPotentialRoleProvisionStateV2024 = exports.RoleMiningPotentialRoleExportStateV2024 = exports.RoleMetadataBulkUpdateByQueryRequestV2024ReplaceScopeV2024 = exports.RoleMetadataBulkUpdateByQueryRequestV2024OperationV2024 = exports.RoleMetadataBulkUpdateByIdRequestV2024ReplaceScopeV2024 = exports.RoleMetadataBulkUpdateByIdRequestV2024OperationV2024 = exports.RoleMetadataBulkUpdateByFilterRequestV2024ReplaceScopeV2024 = exports.RoleMetadataBulkUpdateByFilterRequestV2024OperationV2024 = exports.RoleMembershipSelectorTypeV2024 = exports.RoleInsightsResponseV2024StatusV2024 = exports.RoleGetAllBulkUpdateResponseV2024StatusV2024 = exports.RoleCriteriaOperationV2024 = exports.RoleCriteriaKeyTypeV2024 = exports.RoleBulkUpdateResponseV2024StatusV2024 = exports.RoleAssignmentSourceTypeV2024 = exports.RoleAssignmentDtoAssignerV2024TypeV2024 = exports.ReviewerV2024TypeV2024 = exports.ReviewableEntitlementAccountOwnerV2024TypeV2024 = exports.RequestedItemStatusV2024TypeV2024 = exports.RequestedItemStatusSodViolationContextV2024StateV2024 = exports.RequestedItemStatusRequestedForV2024TypeV2024 = exports.RequestedItemStatusRequestStateV2024 = exports.RequestedItemStatusPreApprovalTriggerDetailsV2024DecisionV2024 = exports.RequestedItemDtoRefV2024TypeV2024 = exports.RequestedItemDetailsV2024TypeV2024 = exports.RequestedItemAccountSelectionsV2024TypeV2024 = exports.RequestableObjectTypeV2024 = exports.RequestableObjectRequestStatusV2024 = exports.RequestableObjectReferenceV2024TypeV2024 = exports.ReportTypeV2024 = exports.ReportResultsV2024AvailableFormatsV2024 = exports.ReportResultsV2024StatusV2024 = exports.ReportResultsV2024ReportTypeV2024 = exports.ReportResultReferenceV2024StatusV2024 = exports.ReportResultReferenceV2024TypeV2024 = exports.ReportDetailsV2024ReportTypeV2024 = exports.ReportDetailsArgumentsV2024SelectedFormatsV2024 = exports.RecommendationV2024MethodV2024 = void 0;
|
|
88
|
+
exports.SpConfigJobV2024TypeV2024 = exports.SpConfigJobV2024StatusV2024 = exports.SpConfigImportJobStatusV2024TypeV2024 = exports.SpConfigImportJobStatusV2024StatusV2024 = exports.SpConfigExportJobV2024TypeV2024 = exports.SpConfigExportJobV2024StatusV2024 = exports.SpConfigExportJobStatusV2024TypeV2024 = exports.SpConfigExportJobStatusV2024StatusV2024 = exports.SourceV2024StatusV2024 = exports.SourceV2024FeaturesV2024 = exports.SourceUsageStatusV2024StatusV2024 = exports.SourceUpdatedActorV2024TypeV2024 = exports.SourceSyncJobV2024StatusV2024 = exports.SourceSchemasInnerV2024TypeV2024 = exports.SourceScheduleV2024TypeV2024 = exports.SourcePasswordPoliciesInnerV2024TypeV2024 = exports.SourceOwnerV2024TypeV2024 = exports.SourceManagerCorrelationRuleV2024TypeV2024 = exports.SourceManagementWorkgroupV2024TypeV2024 = exports.SourceHealthDtoV2024StatusV2024 = exports.SourceDeletedActorV2024TypeV2024 = exports.SourceCreatedActorV2024TypeV2024 = exports.SourceClusterV2024TypeV2024 = exports.SourceClusterDtoV2024TypeV2024 = exports.SourceBeforeProvisioningRuleV2024TypeV2024 = exports.SourceAccountCorrelationRuleV2024TypeV2024 = exports.SourceAccountCorrelationConfigV2024TypeV2024 = exports.SodViolationContextCheckCompletedV2024StateV2024 = exports.SodReportResultDtoV2024TypeV2024 = exports.SodRecipientV2024TypeV2024 = exports.SodPolicyV2024TypeV2024 = exports.SodPolicyV2024StateV2024 = exports.SodPolicyOwnerRefV2024TypeV2024 = exports.SodPolicyDtoV2024TypeV2024 = exports.SodPolicyDto1V2024TypeV2024 = exports.SlimCampaignV2024CorrelatedStatusV2024 = exports.SlimCampaignV2024StatusV2024 = exports.SlimCampaignV2024TypeV2024 = exports.ServiceProviderConfigurationFederationProtocolDetailsInnerV2024RoleV2024 = exports.ServiceDeskSourceV2024TypeV2024 = exports.SendTestNotificationRequestDtoV2024MediumV2024 = exports.SendAccountVerificationRequestV2024ViaV2024 = exports.SelfImportExportDtoV2024TypeV2024 = exports.SedAssigneeV2024TypeV2024 = exports.SearchScheduleRecipientsInnerV2024TypeV2024 = exports.SearchFilterTypeV2024 = exports.ScopeVisibilityTypeV2024 = exports.ScopeTypeV2024 = exports.SchemaV2024FeaturesV2024 = exports.ScheduledSearchAllOfOwnerV2024TypeV2024 = void 0;
|
|
89
|
+
exports.WorkgroupDtoOwnerV2024TypeV2024 = exports.WorkgroupConnectionDtoV2024ConnectionTypeV2024 = exports.WorkflowTriggerV2024TypeV2024 = exports.WorkflowTriggerAttributesV2024FrequencyV2024 = exports.WorkflowModifiedByV2024TypeV2024 = exports.WorkflowLibraryTriggerV2024TypeV2024 = exports.WorkflowLibraryFormFieldsV2024TypeV2024 = exports.WorkflowExecutionV2024StatusV2024 = exports.WorkflowExecutionEventV2024TypeV2024 = exports.WorkflowBodyOwnerV2024TypeV2024 = exports.WorkflowAllOfCreatorV2024TypeV2024 = exports.WorkItemTypeManualWorkItemsV2024 = exports.WorkItemStateV2024 = exports.WorkItemStateManualWorkItemsV2024 = exports.ViolationOwnerAssignmentConfigV2024AssignmentRuleV2024 = exports.ViolationOwnerAssignmentConfigOwnerRefV2024TypeV2024 = exports.ViolationContextPolicyV2024TypeV2024 = exports.VAClusterStatusChangeEventV2024TypeV2024 = exports.VAClusterStatusChangeEventPreviousHealthCheckResultV2024StatusV2024 = exports.VAClusterStatusChangeEventHealthCheckResultV2024StatusV2024 = exports.V3CreateConnectorDtoV2024StatusV2024 = exports.V3ConnectorDtoV2024StatusV2024 = exports.UsageTypeV2024 = exports.UpdateMultiHostSourcesRequestInnerV2024OpV2024 = exports.UpdateDetailV2024StatusV2024 = exports.UncorrelatedAccountsReportArgumentsV2024SelectedFormatsV2024 = exports.TriggerTypeV2024 = exports.TransformV2024TypeV2024 = exports.TransformReadV2024TypeV2024 = exports.TestSourceConnectionMultihost200ResponseV2024ResultTypeV2024 = exports.TemplateDtoV2024MediumV2024 = exports.TemplateDtoDefaultV2024MediumV2024 = exports.TemplateBulkDeleteDtoV2024MediumV2024 = exports.TaskStatusV2024CompletionStatusV2024 = exports.TaskStatusV2024TypeV2024 = exports.TaskStatusMessageV2024TypeV2024 = exports.TaskResultSimplifiedV2024CompletionStatusV2024 = exports.TaskResultDtoV2024TypeV2024 = exports.TaskResultDetailsV2024CompletionStatusV2024 = exports.TaskResultDetailsV2024ReportTypeV2024 = exports.TaskResultDetailsV2024TypeV2024 = exports.TaskResultDetailsMessagesInnerV2024TypeV2024 = exports.TargetV2024TypeV2024 = exports.TaggedObjectDtoV2024TypeV2024 = exports.SubscriptionTypeV2024 = exports.SubscriptionPatchRequestInnerV2024OpV2024 = exports.StatusResponseV2024StatusV2024 = exports.StandardLevelV2024 = exports.SpDetailsV2024RoleV2024 = exports.SpConfigRuleV2024ModesV2024 = void 0;
|
|
90
|
+
exports.AppsV2024ApiFactory = exports.AppsV2024ApiFp = exports.AppsV2024ApiAxiosParamCreator = exports.ApprovalsV2024Api = exports.ApprovalsV2024ApiFactory = exports.ApprovalsV2024ApiFp = exports.ApprovalsV2024ApiAxiosParamCreator = exports.GetDiscoveredApplicationsDetailV2024 = exports.ApplicationDiscoveryV2024Api = exports.ApplicationDiscoveryV2024ApiFactory = exports.ApplicationDiscoveryV2024ApiFp = exports.ApplicationDiscoveryV2024ApiAxiosParamCreator = exports.ListAccountsDetailLevelV2024 = exports.AccountsV2024Api = exports.AccountsV2024ApiFactory = exports.AccountsV2024ApiFp = exports.AccountsV2024ApiAxiosParamCreator = exports.AccountUsagesV2024Api = exports.AccountUsagesV2024ApiFactory = exports.AccountUsagesV2024ApiFp = exports.AccountUsagesV2024ApiAxiosParamCreator = exports.AccountAggregationsV2024Api = exports.AccountAggregationsV2024ApiFactory = exports.AccountAggregationsV2024ApiFp = exports.AccountAggregationsV2024ApiAxiosParamCreator = exports.AccountActivitiesV2024Api = exports.AccountActivitiesV2024ApiFactory = exports.AccountActivitiesV2024ApiFp = exports.AccountActivitiesV2024ApiAxiosParamCreator = exports.AccessRequestsV2024Api = exports.AccessRequestsV2024ApiFactory = exports.AccessRequestsV2024ApiFp = exports.AccessRequestsV2024ApiAxiosParamCreator = exports.GetAccessRequestIdentityMetricsTypeV2024 = exports.AccessRequestIdentityMetricsV2024Api = exports.AccessRequestIdentityMetricsV2024ApiFactory = exports.AccessRequestIdentityMetricsV2024ApiFp = exports.AccessRequestIdentityMetricsV2024ApiAxiosParamCreator = exports.AccessRequestApprovalsV2024Api = exports.AccessRequestApprovalsV2024ApiFactory = exports.AccessRequestApprovalsV2024ApiFp = exports.AccessRequestApprovalsV2024ApiAxiosParamCreator = exports.AccessProfilesV2024Api = exports.AccessProfilesV2024ApiFactory = exports.AccessProfilesV2024ApiFp = exports.AccessProfilesV2024ApiAxiosParamCreator = exports.AccessModelMetadataV2024Api = exports.AccessModelMetadataV2024ApiFactory = exports.AccessModelMetadataV2024ApiFp = exports.AccessModelMetadataV2024ApiAxiosParamCreator = void 0;
|
|
91
|
+
exports.GetConnectorListLocaleV2024 = exports.GetConnectorLocaleV2024 = exports.ConnectorsV2024Api = exports.ConnectorsV2024ApiFactory = exports.ConnectorsV2024ApiFp = exports.ConnectorsV2024ApiAxiosParamCreator = exports.ConnectorRuleManagementV2024Api = exports.ConnectorRuleManagementV2024ApiFactory = exports.ConnectorRuleManagementV2024ApiFp = exports.ConnectorRuleManagementV2024ApiAxiosParamCreator = exports.ConnectorCustomizersV2024Api = exports.ConnectorCustomizersV2024ApiFactory = exports.ConnectorCustomizersV2024ApiFp = exports.ConnectorCustomizersV2024ApiAxiosParamCreator = exports.ConfigurationHubV2024Api = exports.ConfigurationHubV2024ApiFactory = exports.ConfigurationHubV2024ApiFp = exports.ConfigurationHubV2024ApiAxiosParamCreator = exports.CertificationsV2024Api = exports.CertificationsV2024ApiFactory = exports.CertificationsV2024ApiFp = exports.CertificationsV2024ApiAxiosParamCreator = exports.GetIdentityAccessSummariesTypeV2024 = exports.CertificationSummariesV2024Api = exports.CertificationSummariesV2024ApiFactory = exports.CertificationSummariesV2024ApiFp = exports.CertificationSummariesV2024ApiAxiosParamCreator = exports.GetCampaignDetailV2024 = exports.GetActiveCampaignsDetailV2024 = exports.CertificationCampaignsV2024Api = exports.CertificationCampaignsV2024ApiFactory = exports.CertificationCampaignsV2024ApiFp = exports.CertificationCampaignsV2024ApiAxiosParamCreator = exports.CertificationCampaignFiltersV2024Api = exports.CertificationCampaignFiltersV2024ApiFactory = exports.CertificationCampaignFiltersV2024ApiFp = exports.CertificationCampaignFiltersV2024ApiAxiosParamCreator = exports.BrandingV2024Api = exports.BrandingV2024ApiFactory = exports.BrandingV2024ApiFp = exports.BrandingV2024ApiAxiosParamCreator = exports.AuthUsersV2024Api = exports.AuthUsersV2024ApiFactory = exports.AuthUsersV2024ApiFp = exports.AuthUsersV2024ApiAxiosParamCreator = exports.AuthProfileV2024Api = exports.AuthProfileV2024ApiFactory = exports.AuthProfileV2024ApiFp = exports.AuthProfileV2024ApiAxiosParamCreator = exports.AppsV2024Api = void 0;
|
|
92
|
+
exports.IAIPeerGroupStrategiesV2024ApiAxiosParamCreator = exports.ListOutliersContributingFeatureAccessItemsContributingFeatureNameV2024 = exports.GetLatestIdentityOutlierSnapshotsTypeV2024 = exports.GetIdentityOutliersTypeV2024 = exports.GetIdentityOutlierSnapshotsTypeV2024 = exports.ExportOutliersZipTypeV2024 = exports.IAIOutliersV2024Api = exports.IAIOutliersV2024ApiFactory = exports.IAIOutliersV2024ApiFp = exports.IAIOutliersV2024ApiAxiosParamCreator = exports.IAICommonAccessV2024Api = exports.IAICommonAccessV2024ApiFactory = exports.IAICommonAccessV2024ApiFp = exports.IAICommonAccessV2024ApiAxiosParamCreator = exports.IAIAccessRequestRecommendationsV2024Api = exports.IAIAccessRequestRecommendationsV2024ApiFactory = exports.IAIAccessRequestRecommendationsV2024ApiFp = exports.IAIAccessRequestRecommendationsV2024ApiAxiosParamCreator = exports.GovernanceGroupsV2024Api = exports.GovernanceGroupsV2024ApiFactory = exports.GovernanceGroupsV2024ApiFp = exports.GovernanceGroupsV2024ApiAxiosParamCreator = exports.GlobalTenantSecuritySettingsV2024Api = exports.GlobalTenantSecuritySettingsV2024ApiFactory = exports.GlobalTenantSecuritySettingsV2024ApiFp = exports.GlobalTenantSecuritySettingsV2024ApiAxiosParamCreator = exports.EntitlementsV2024Api = exports.EntitlementsV2024ApiFactory = exports.EntitlementsV2024ApiFp = exports.EntitlementsV2024ApiAxiosParamCreator = exports.DimensionsV2024Api = exports.DimensionsV2024ApiFactory = exports.DimensionsV2024ApiFp = exports.DimensionsV2024ApiAxiosParamCreator = exports.DataSegmentationV2024Api = exports.DataSegmentationV2024ApiFactory = exports.DataSegmentationV2024ApiFp = exports.DataSegmentationV2024ApiAxiosParamCreator = exports.GetCustomPasswordInstructionsPageIdV2024 = exports.DeleteCustomPasswordInstructionsPageIdV2024 = exports.CustomPasswordInstructionsV2024Api = exports.CustomPasswordInstructionsV2024ApiFactory = exports.CustomPasswordInstructionsV2024ApiFp = exports.CustomPasswordInstructionsV2024ApiAxiosParamCreator = exports.CustomFormsV2024Api = exports.CustomFormsV2024ApiFactory = exports.CustomFormsV2024ApiFp = exports.CustomFormsV2024ApiAxiosParamCreator = exports.PutConnectorTranslationsLocaleV2024 = exports.GetConnectorTranslationsLocaleV2024 = void 0;
|
|
93
|
+
exports.MachineAccountClassifyV2024ApiFp = exports.MachineAccountClassifyV2024ApiAxiosParamCreator = exports.TestMFAConfigMethodV2024 = exports.MFAConfigurationV2024Api = exports.MFAConfigurationV2024ApiFactory = exports.MFAConfigurationV2024ApiFp = exports.MFAConfigurationV2024ApiAxiosParamCreator = exports.LifecycleStatesV2024Api = exports.LifecycleStatesV2024ApiFactory = exports.LifecycleStatesV2024ApiFp = exports.LifecycleStatesV2024ApiAxiosParamCreator = exports.IdentityProfilesV2024Api = exports.IdentityProfilesV2024ApiFactory = exports.IdentityProfilesV2024ApiFp = exports.IdentityProfilesV2024ApiAxiosParamCreator = exports.ListIdentitySnapshotsIntervalV2024 = exports.ListIdentityAccessItemsTypeV2024 = exports.GetIdentitySnapshotSummaryIntervalV2024 = exports.CompareIdentitySnapshotsAccessTypeAccessTypeV2024 = exports.IdentityHistoryV2024Api = exports.IdentityHistoryV2024ApiFactory = exports.IdentityHistoryV2024ApiFp = exports.IdentityHistoryV2024ApiAxiosParamCreator = exports.IdentityAttributesV2024Api = exports.IdentityAttributesV2024ApiFactory = exports.IdentityAttributesV2024ApiFp = exports.IdentityAttributesV2024ApiAxiosParamCreator = exports.ListIdentitiesDefaultFilterV2024 = exports.IdentitiesV2024Api = exports.IdentitiesV2024ApiFactory = exports.IdentitiesV2024ApiFp = exports.IdentitiesV2024ApiAxiosParamCreator = exports.SetIconObjectTypeV2024 = exports.DeleteIconObjectTypeV2024 = exports.IconsV2024Api = exports.IconsV2024ApiFactory = exports.IconsV2024ApiFp = exports.IconsV2024ApiAxiosParamCreator = exports.IAIRoleMiningV2024Api = exports.IAIRoleMiningV2024ApiFactory = exports.IAIRoleMiningV2024ApiFp = exports.IAIRoleMiningV2024ApiAxiosParamCreator = exports.IAIRecommendationsV2024Api = exports.IAIRecommendationsV2024ApiFactory = exports.IAIRecommendationsV2024ApiFp = exports.IAIRecommendationsV2024ApiAxiosParamCreator = exports.GetPeerGroupOutliersStrategyV2024 = exports.IAIPeerGroupStrategiesV2024Api = exports.IAIPeerGroupStrategiesV2024ApiFactory = exports.IAIPeerGroupStrategiesV2024ApiFp = void 0;
|
|
94
|
+
exports.OrgConfigV2024ApiFactory = exports.OrgConfigV2024ApiFp = exports.OrgConfigV2024ApiAxiosParamCreator = exports.OAuthClientsV2024Api = exports.OAuthClientsV2024ApiFactory = exports.OAuthClientsV2024ApiFp = exports.OAuthClientsV2024ApiAxiosParamCreator = exports.NotificationsV2024Api = exports.NotificationsV2024ApiFactory = exports.NotificationsV2024ApiFp = exports.NotificationsV2024ApiAxiosParamCreator = exports.NonEmployeeLifecycleManagementV2024Api = exports.NonEmployeeLifecycleManagementV2024ApiFactory = exports.NonEmployeeLifecycleManagementV2024ApiFp = exports.NonEmployeeLifecycleManagementV2024ApiAxiosParamCreator = exports.MultiHostIntegrationV2024Api = exports.MultiHostIntegrationV2024ApiFactory = exports.MultiHostIntegrationV2024ApiFp = exports.MultiHostIntegrationV2024ApiAxiosParamCreator = exports.ManagedClustersV2024Api = exports.ManagedClustersV2024ApiFactory = exports.ManagedClustersV2024ApiFp = exports.ManagedClustersV2024ApiAxiosParamCreator = exports.ManagedClusterTypesV2024Api = exports.ManagedClusterTypesV2024ApiFactory = exports.ManagedClusterTypesV2024ApiFp = exports.ManagedClusterTypesV2024ApiAxiosParamCreator = exports.ManagedClientsV2024Api = exports.ManagedClientsV2024ApiFactory = exports.ManagedClientsV2024ApiFp = exports.ManagedClientsV2024ApiAxiosParamCreator = exports.MachineIdentitiesV2024Api = exports.MachineIdentitiesV2024ApiFactory = exports.MachineIdentitiesV2024ApiFp = exports.MachineIdentitiesV2024ApiAxiosParamCreator = exports.MachineClassificationConfigV2024Api = exports.MachineClassificationConfigV2024ApiFactory = exports.MachineClassificationConfigV2024ApiFp = exports.MachineClassificationConfigV2024ApiAxiosParamCreator = exports.MachineAccountsV2024Api = exports.MachineAccountsV2024ApiFactory = exports.MachineAccountsV2024ApiFp = exports.MachineAccountsV2024ApiAxiosParamCreator = exports.MachineAccountMappingsV2024Api = exports.MachineAccountMappingsV2024ApiFactory = exports.MachineAccountMappingsV2024ApiFp = exports.MachineAccountMappingsV2024ApiAxiosParamCreator = exports.SendClassifyMachineAccountClassificationModeV2024 = exports.MachineAccountClassifyV2024Api = exports.MachineAccountClassifyV2024ApiFactory = void 0;
|
|
95
|
+
exports.RolesV2024ApiFactory = exports.RolesV2024ApiFp = exports.RolesV2024ApiAxiosParamCreator = exports.RoleInsightsV2024Api = exports.RoleInsightsV2024ApiFactory = exports.RoleInsightsV2024ApiFp = exports.RoleInsightsV2024ApiAxiosParamCreator = exports.ListRequestableObjectsTypesV2024 = exports.RequestableObjectsV2024Api = exports.RequestableObjectsV2024ApiFactory = exports.RequestableObjectsV2024ApiFp = exports.RequestableObjectsV2024ApiAxiosParamCreator = exports.GetReportFileFormatV2024 = exports.ReportsDataExtractionV2024Api = exports.ReportsDataExtractionV2024ApiFactory = exports.ReportsDataExtractionV2024ApiFp = exports.ReportsDataExtractionV2024ApiAxiosParamCreator = exports.PublicIdentitiesConfigV2024Api = exports.PublicIdentitiesConfigV2024ApiFactory = exports.PublicIdentitiesConfigV2024ApiFp = exports.PublicIdentitiesConfigV2024ApiAxiosParamCreator = exports.PublicIdentitiesV2024Api = exports.PublicIdentitiesV2024ApiFactory = exports.PublicIdentitiesV2024ApiFp = exports.PublicIdentitiesV2024ApiAxiosParamCreator = exports.PersonalAccessTokensV2024Api = exports.PersonalAccessTokensV2024ApiFactory = exports.PersonalAccessTokensV2024ApiFp = exports.PersonalAccessTokensV2024ApiAxiosParamCreator = exports.PasswordSyncGroupsV2024Api = exports.PasswordSyncGroupsV2024ApiFactory = exports.PasswordSyncGroupsV2024ApiFp = exports.PasswordSyncGroupsV2024ApiAxiosParamCreator = exports.PasswordPoliciesV2024Api = exports.PasswordPoliciesV2024ApiFactory = exports.PasswordPoliciesV2024ApiFp = exports.PasswordPoliciesV2024ApiAxiosParamCreator = exports.PasswordManagementV2024Api = exports.PasswordManagementV2024ApiFactory = exports.PasswordManagementV2024ApiFp = exports.PasswordManagementV2024ApiAxiosParamCreator = exports.PasswordDictionaryV2024Api = exports.PasswordDictionaryV2024ApiFactory = exports.PasswordDictionaryV2024ApiFp = exports.PasswordDictionaryV2024ApiAxiosParamCreator = exports.PasswordConfigurationV2024Api = exports.PasswordConfigurationV2024ApiFactory = exports.PasswordConfigurationV2024ApiFp = exports.PasswordConfigurationV2024ApiAxiosParamCreator = exports.OrgConfigV2024Api = void 0;
|
|
96
|
+
exports.SourcesV2024Api = exports.SourcesV2024ApiFactory = exports.SourcesV2024ApiFp = exports.SourcesV2024ApiAxiosParamCreator = exports.SourceUsagesV2024Api = exports.SourceUsagesV2024ApiFactory = exports.SourceUsagesV2024ApiFp = exports.SourceUsagesV2024ApiAxiosParamCreator = exports.ServiceDeskIntegrationV2024Api = exports.ServiceDeskIntegrationV2024ApiFactory = exports.ServiceDeskIntegrationV2024ApiFp = exports.ServiceDeskIntegrationV2024ApiAxiosParamCreator = exports.SegmentsV2024Api = exports.SegmentsV2024ApiFactory = exports.SegmentsV2024ApiFp = exports.SegmentsV2024ApiAxiosParamCreator = exports.SearchAttributeConfigurationV2024Api = exports.SearchAttributeConfigurationV2024ApiFactory = exports.SearchAttributeConfigurationV2024ApiFp = exports.SearchAttributeConfigurationV2024ApiAxiosParamCreator = exports.SearchGetIndexV2024 = exports.SearchV2024Api = exports.SearchV2024ApiFactory = exports.SearchV2024ApiFp = exports.SearchV2024ApiAxiosParamCreator = exports.ScheduledSearchV2024Api = exports.ScheduledSearchV2024ApiFactory = exports.ScheduledSearchV2024ApiFp = exports.ScheduledSearchV2024ApiAxiosParamCreator = exports.SavedSearchV2024Api = exports.SavedSearchV2024ApiFactory = exports.SavedSearchV2024ApiFp = exports.SavedSearchV2024ApiAxiosParamCreator = exports.SPConfigV2024Api = exports.SPConfigV2024ApiFactory = exports.SPConfigV2024ApiFp = exports.SPConfigV2024ApiAxiosParamCreator = exports.SODViolationsV2024Api = exports.SODViolationsV2024ApiFactory = exports.SODViolationsV2024ApiFp = exports.SODViolationsV2024ApiAxiosParamCreator = exports.SODPoliciesV2024Api = exports.SODPoliciesV2024ApiFactory = exports.SODPoliciesV2024ApiFp = exports.SODPoliciesV2024ApiAxiosParamCreator = exports.SIMIntegrationsV2024Api = exports.SIMIntegrationsV2024ApiFactory = exports.SIMIntegrationsV2024ApiFp = exports.SIMIntegrationsV2024ApiAxiosParamCreator = exports.RolesV2024Api = void 0;
|
|
97
|
+
exports.WorkReassignmentV2024ApiAxiosParamCreator = exports.WorkItemsV2024Api = exports.WorkItemsV2024ApiFactory = exports.WorkItemsV2024ApiFp = exports.WorkItemsV2024ApiAxiosParamCreator = exports.VendorConnectorMappingsV2024Api = exports.VendorConnectorMappingsV2024ApiFactory = exports.VendorConnectorMappingsV2024ApiFp = exports.VendorConnectorMappingsV2024ApiAxiosParamCreator = exports.UIMetadataV2024Api = exports.UIMetadataV2024ApiFactory = exports.UIMetadataV2024ApiFp = exports.UIMetadataV2024ApiAxiosParamCreator = exports.TriggersV2024Api = exports.TriggersV2024ApiFactory = exports.TriggersV2024ApiFp = exports.TriggersV2024ApiAxiosParamCreator = exports.TransformsV2024Api = exports.TransformsV2024ApiFactory = exports.TransformsV2024ApiFp = exports.TransformsV2024ApiAxiosParamCreator = exports.TenantContextV2024Api = exports.TenantContextV2024ApiFactory = exports.TenantContextV2024ApiFp = exports.TenantContextV2024ApiAxiosParamCreator = exports.TenantV2024Api = exports.TenantV2024ApiFactory = exports.TenantV2024ApiFp = exports.TenantV2024ApiAxiosParamCreator = exports.TaskManagementV2024Api = exports.TaskManagementV2024ApiFactory = exports.TaskManagementV2024ApiFp = exports.TaskManagementV2024ApiAxiosParamCreator = exports.PutTaggedObjectTypeV2024 = exports.ListTaggedObjectsByTypeTypeV2024 = exports.GetTaggedObjectTypeV2024 = exports.DeleteTaggedObjectTypeV2024 = exports.TaggedObjectsV2024Api = exports.TaggedObjectsV2024ApiFactory = exports.TaggedObjectsV2024ApiFp = exports.TaggedObjectsV2024ApiAxiosParamCreator = exports.SuggestedEntitlementDescriptionV2024Api = exports.SuggestedEntitlementDescriptionV2024ApiFactory = exports.SuggestedEntitlementDescriptionV2024ApiFp = exports.SuggestedEntitlementDescriptionV2024ApiAxiosParamCreator = exports.UpdateSourceScheduleScheduleTypeV2024 = exports.GetSourceSchemasIncludeTypesV2024 = exports.GetSourceScheduleScheduleTypeV2024 = exports.GetSourceConfigLocaleV2024 = exports.DeleteSourceScheduleScheduleTypeV2024 = void 0;
|
|
98
|
+
exports.WorkflowsV2024Api = exports.WorkflowsV2024ApiFactory = exports.WorkflowsV2024ApiFp = exports.WorkflowsV2024ApiAxiosParamCreator = exports.WorkReassignmentV2024Api = exports.WorkReassignmentV2024ApiFactory = exports.WorkReassignmentV2024ApiFp = void 0;
|
|
99
99
|
var axios_1 = __importDefault(require("axios"));
|
|
100
100
|
// Some imports not used depending on template conditions
|
|
101
101
|
// @ts-ignore
|
|
@@ -120,6 +120,13 @@ exports.AccessCriteriaCriteriaListInnerV2024TypeV2024 = {
|
|
|
120
120
|
exports.AccessItemApproverDtoV2024TypeV2024 = {
|
|
121
121
|
Identity: 'IDENTITY'
|
|
122
122
|
};
|
|
123
|
+
exports.AccessItemAssociatedV2024AccessItemTypeV2024 = {
|
|
124
|
+
Account: 'account',
|
|
125
|
+
App: 'app',
|
|
126
|
+
Entitlement: 'entitlement',
|
|
127
|
+
Role: 'role',
|
|
128
|
+
AccessProfile: 'accessProfile'
|
|
129
|
+
};
|
|
123
130
|
exports.AccessItemDiffV2024EventTypeV2024 = {
|
|
124
131
|
Add: 'ADD',
|
|
125
132
|
Remove: 'REMOVE'
|
|
@@ -129,6 +136,13 @@ exports.AccessItemRefV2024TypeV2024 = {
|
|
|
129
136
|
AccessProfile: 'ACCESS_PROFILE',
|
|
130
137
|
Role: 'ROLE'
|
|
131
138
|
};
|
|
139
|
+
exports.AccessItemRemovedV2024AccessItemTypeV2024 = {
|
|
140
|
+
Account: 'account',
|
|
141
|
+
App: 'app',
|
|
142
|
+
Entitlement: 'entitlement',
|
|
143
|
+
Role: 'role',
|
|
144
|
+
AccessProfile: 'accessProfile'
|
|
145
|
+
};
|
|
132
146
|
exports.AccessItemRequestedForDtoV2024TypeV2024 = {
|
|
133
147
|
Identity: 'IDENTITY'
|
|
134
148
|
};
|
|
@@ -178,10 +192,6 @@ exports.AccessRequestDynamicApproverRequestedItemsInnerV2024OperationV2024 = {
|
|
|
178
192
|
Add: 'Add',
|
|
179
193
|
Remove: 'Remove'
|
|
180
194
|
};
|
|
181
|
-
exports.AccessRequestItemResponseV2024DecisionV2024 = {
|
|
182
|
-
Approved: 'APPROVED',
|
|
183
|
-
Rejected: 'REJECTED'
|
|
184
|
-
};
|
|
185
195
|
exports.AccessRequestItemV2024TypeV2024 = {
|
|
186
196
|
AccessProfile: 'ACCESS_PROFILE',
|
|
187
197
|
Role: 'ROLE',
|
|
@@ -241,6 +251,16 @@ exports.AccessRequestTypeV2024 = {
|
|
|
241
251
|
GrantAccess: 'GRANT_ACCESS',
|
|
242
252
|
RevokeAccess: 'REVOKE_ACCESS'
|
|
243
253
|
};
|
|
254
|
+
exports.AccessRequestedStatusChangeV2024PreviousStatusV2024 = {
|
|
255
|
+
Enabled: 'enabled',
|
|
256
|
+
Disabled: 'disabled',
|
|
257
|
+
Locked: 'locked'
|
|
258
|
+
};
|
|
259
|
+
exports.AccessRequestedStatusChangeV2024NewStatusV2024 = {
|
|
260
|
+
Enabled: 'enabled',
|
|
261
|
+
Disabled: 'disabled',
|
|
262
|
+
Locked: 'locked'
|
|
263
|
+
};
|
|
244
264
|
/**
|
|
245
265
|
* Access type of API Client indicating online or offline use
|
|
246
266
|
* @export
|
|
@@ -334,16 +354,6 @@ exports.AccountCorrelatedIdentityV2024TypeV2024 = {
|
|
|
334
354
|
exports.AccountCorrelatedSourceV2024TypeV2024 = {
|
|
335
355
|
Source: 'SOURCE'
|
|
336
356
|
};
|
|
337
|
-
exports.AccountStatusChangedStatusChangeV2024PreviousStatusV2024 = {
|
|
338
|
-
Enabled: 'enabled',
|
|
339
|
-
Disabled: 'disabled',
|
|
340
|
-
Locked: 'locked'
|
|
341
|
-
};
|
|
342
|
-
exports.AccountStatusChangedStatusChangeV2024NewStatusV2024 = {
|
|
343
|
-
Enabled: 'enabled',
|
|
344
|
-
Disabled: 'disabled',
|
|
345
|
-
Locked: 'locked'
|
|
346
|
-
};
|
|
347
357
|
exports.AccountUncorrelatedAccountV2024TypeV2024 = {
|
|
348
358
|
Account: 'ACCOUNT'
|
|
349
359
|
};
|
|
@@ -578,8 +588,7 @@ exports.CampaignAlertV2024LevelV2024 = {
|
|
|
578
588
|
Info: 'INFO'
|
|
579
589
|
};
|
|
580
590
|
exports.CampaignAllOfFilterV2024TypeV2024 = {
|
|
581
|
-
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
582
|
-
Rule: 'RULE'
|
|
591
|
+
CampaignFilter: 'CAMPAIGN_FILTER'
|
|
583
592
|
};
|
|
584
593
|
exports.CampaignAllOfMachineAccountCampaignInfoV2024ReviewerTypeV2024 = {
|
|
585
594
|
AccountOwner: 'ACCOUNT_OWNER'
|
|
@@ -1479,6 +1488,13 @@ exports.GetCampaign200ResponseV2024MandatoryCommentRequirementV2024 = {
|
|
|
1479
1488
|
RevokeOnlyDecisions: 'REVOKE_ONLY_DECISIONS',
|
|
1480
1489
|
NoDecisions: 'NO_DECISIONS'
|
|
1481
1490
|
};
|
|
1491
|
+
exports.GetHistoricalIdentityEvents200ResponseInnerV2024AccessItemTypeV2024 = {
|
|
1492
|
+
Account: 'account',
|
|
1493
|
+
App: 'app',
|
|
1494
|
+
Entitlement: 'entitlement',
|
|
1495
|
+
Role: 'role',
|
|
1496
|
+
AccessProfile: 'accessProfile'
|
|
1497
|
+
};
|
|
1482
1498
|
/**
|
|
1483
1499
|
* OAuth2 Grant Type
|
|
1484
1500
|
* @export
|
|
@@ -1703,7 +1719,22 @@ exports.MachineAccountV2024ClassificationMethodV2024 = {
|
|
|
1703
1719
|
Manual: 'MANUAL'
|
|
1704
1720
|
};
|
|
1705
1721
|
exports.MachineClassificationConfigV2024ClassificationMethodV2024 = {
|
|
1706
|
-
Source: 'SOURCE'
|
|
1722
|
+
Source: 'SOURCE',
|
|
1723
|
+
Criteria: 'CRITERIA'
|
|
1724
|
+
};
|
|
1725
|
+
/**
|
|
1726
|
+
* An operation to perform on the classification criteria
|
|
1727
|
+
* @export
|
|
1728
|
+
* @enum {string}
|
|
1729
|
+
*/
|
|
1730
|
+
exports.MachineClassificationCriteriaOperationV2024 = {
|
|
1731
|
+
Equals: 'EQUALS',
|
|
1732
|
+
NotEquals: 'NOT_EQUALS',
|
|
1733
|
+
StartsWith: 'STARTS_WITH',
|
|
1734
|
+
EndsWith: 'ENDS_WITH',
|
|
1735
|
+
Contains: 'CONTAINS',
|
|
1736
|
+
And: 'AND',
|
|
1737
|
+
Or: 'OR'
|
|
1707
1738
|
};
|
|
1708
1739
|
exports.MailFromAttributesV2024MailFromDomainStatusV2024 = {
|
|
1709
1740
|
Pending: 'PENDING',
|
|
@@ -2732,6 +2763,9 @@ exports.SlimCampaignV2024CorrelatedStatusV2024 = {
|
|
|
2732
2763
|
Correlated: 'CORRELATED',
|
|
2733
2764
|
Uncorrelated: 'UNCORRELATED'
|
|
2734
2765
|
};
|
|
2766
|
+
exports.SodPolicyDto1V2024TypeV2024 = {
|
|
2767
|
+
SodPolicy: 'SOD_POLICY'
|
|
2768
|
+
};
|
|
2735
2769
|
exports.SodPolicyDtoV2024TypeV2024 = {
|
|
2736
2770
|
SodPolicy: 'SOD_POLICY'
|
|
2737
2771
|
};
|
|
@@ -3254,7 +3288,7 @@ exports.WorkItemTypeManualWorkItemsV2024 = {
|
|
|
3254
3288
|
Approval: 'Approval',
|
|
3255
3289
|
ViolationReview: 'ViolationReview',
|
|
3256
3290
|
Form: 'Form',
|
|
3257
|
-
|
|
3291
|
+
PolicyViolation: 'PolicyViolation',
|
|
3258
3292
|
Challenge: 'Challenge',
|
|
3259
3293
|
ImpactAnalysis: 'ImpactAnalysis',
|
|
3260
3294
|
Signoff: 'Signoff',
|
|
@@ -3360,11 +3394,10 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3360
3394
|
* Get single Access Model Metadata Attribute
|
|
3361
3395
|
* @summary Get access model metadata attribute
|
|
3362
3396
|
* @param {string} key Technical name of the Attribute.
|
|
3363
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3364
3397
|
* @param {*} [axiosOptions] Override http request option.
|
|
3365
3398
|
* @throws {RequiredError}
|
|
3366
3399
|
*/
|
|
3367
|
-
getAccessModelMetadataAttribute: function (key,
|
|
3400
|
+
getAccessModelMetadataAttribute: function (key, axiosOptions) {
|
|
3368
3401
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3369
3402
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3370
3403
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3373,9 +3406,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3373
3406
|
case 0:
|
|
3374
3407
|
// verify required parameter 'key' is not null or undefined
|
|
3375
3408
|
(0, common_1.assertParamExists)('getAccessModelMetadataAttribute', 'key', key);
|
|
3376
|
-
if (xSailPointExperimental === undefined) {
|
|
3377
|
-
xSailPointExperimental = 'true';
|
|
3378
|
-
}
|
|
3379
3409
|
localVarPath = "/access-model-metadata/attributes/{key}"
|
|
3380
3410
|
.replace("{".concat("key", "}"), encodeURIComponent(String(key)));
|
|
3381
3411
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -3402,9 +3432,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3402
3432
|
// authentication userAuth required
|
|
3403
3433
|
// oauth required
|
|
3404
3434
|
_a.sent();
|
|
3405
|
-
if (xSailPointExperimental != null) {
|
|
3406
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
3407
|
-
}
|
|
3408
3435
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3409
3436
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3410
3437
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -3421,11 +3448,10 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3421
3448
|
* @summary Get access model metadata value
|
|
3422
3449
|
* @param {string} key Technical name of the Attribute.
|
|
3423
3450
|
* @param {string} value Technical name of the Attribute value.
|
|
3424
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3425
3451
|
* @param {*} [axiosOptions] Override http request option.
|
|
3426
3452
|
* @throws {RequiredError}
|
|
3427
3453
|
*/
|
|
3428
|
-
getAccessModelMetadataAttributeValue: function (key, value,
|
|
3454
|
+
getAccessModelMetadataAttributeValue: function (key, value, axiosOptions) {
|
|
3429
3455
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3430
3456
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3431
3457
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3436,9 +3462,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3436
3462
|
(0, common_1.assertParamExists)('getAccessModelMetadataAttributeValue', 'key', key);
|
|
3437
3463
|
// verify required parameter 'value' is not null or undefined
|
|
3438
3464
|
(0, common_1.assertParamExists)('getAccessModelMetadataAttributeValue', 'value', value);
|
|
3439
|
-
if (xSailPointExperimental === undefined) {
|
|
3440
|
-
xSailPointExperimental = 'true';
|
|
3441
|
-
}
|
|
3442
3465
|
localVarPath = "/access-model-metadata/attributes/{key}/values/{value}"
|
|
3443
3466
|
.replace("{".concat("key", "}"), encodeURIComponent(String(key)))
|
|
3444
3467
|
.replace("{".concat("value", "}"), encodeURIComponent(String(value)));
|
|
@@ -3466,9 +3489,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3466
3489
|
// authentication userAuth required
|
|
3467
3490
|
// oauth required
|
|
3468
3491
|
_a.sent();
|
|
3469
|
-
if (xSailPointExperimental != null) {
|
|
3470
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
3471
|
-
}
|
|
3472
3492
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3473
3493
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3474
3494
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -3483,21 +3503,21 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3483
3503
|
/**
|
|
3484
3504
|
* Get a list of Access Model Metadata Attributes
|
|
3485
3505
|
* @summary List access model metadata attributes
|
|
3486
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* Supported composite operators
|
|
3487
|
-
* @param {string} [
|
|
3506
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq* **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* **Supported composite operators**: *and*
|
|
3507
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, key**
|
|
3508
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3509
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3510
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3488
3511
|
* @param {*} [axiosOptions] Override http request option.
|
|
3489
3512
|
* @throws {RequiredError}
|
|
3490
3513
|
*/
|
|
3491
|
-
listAccessModelMetadataAttribute: function (filters,
|
|
3514
|
+
listAccessModelMetadataAttribute: function (filters, sorters, offset, limit, count, axiosOptions) {
|
|
3492
3515
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3493
3516
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3494
3517
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3495
3518
|
return __generator(this, function (_a) {
|
|
3496
3519
|
switch (_a.label) {
|
|
3497
3520
|
case 0:
|
|
3498
|
-
if (xSailPointExperimental === undefined) {
|
|
3499
|
-
xSailPointExperimental = 'true';
|
|
3500
|
-
}
|
|
3501
3521
|
localVarPath = "/access-model-metadata/attributes";
|
|
3502
3522
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3503
3523
|
if (configuration) {
|
|
@@ -3526,8 +3546,17 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3526
3546
|
if (filters !== undefined) {
|
|
3527
3547
|
localVarQueryParameter['filters'] = filters;
|
|
3528
3548
|
}
|
|
3529
|
-
if (
|
|
3530
|
-
|
|
3549
|
+
if (sorters !== undefined) {
|
|
3550
|
+
localVarQueryParameter['sorters'] = sorters;
|
|
3551
|
+
}
|
|
3552
|
+
if (offset !== undefined) {
|
|
3553
|
+
localVarQueryParameter['offset'] = offset;
|
|
3554
|
+
}
|
|
3555
|
+
if (limit !== undefined) {
|
|
3556
|
+
localVarQueryParameter['limit'] = limit;
|
|
3557
|
+
}
|
|
3558
|
+
if (count !== undefined) {
|
|
3559
|
+
localVarQueryParameter['count'] = count;
|
|
3531
3560
|
}
|
|
3532
3561
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3533
3562
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3544,11 +3573,13 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3544
3573
|
* Get a list of Access Model Metadata Attribute Values
|
|
3545
3574
|
* @summary List access model metadata values
|
|
3546
3575
|
* @param {string} key Technical name of the Attribute.
|
|
3547
|
-
* @param {
|
|
3576
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3577
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3578
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3548
3579
|
* @param {*} [axiosOptions] Override http request option.
|
|
3549
3580
|
* @throws {RequiredError}
|
|
3550
3581
|
*/
|
|
3551
|
-
listAccessModelMetadataAttributeValue: function (key,
|
|
3582
|
+
listAccessModelMetadataAttributeValue: function (key, offset, limit, count, axiosOptions) {
|
|
3552
3583
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3553
3584
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3554
3585
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3557,9 +3588,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3557
3588
|
case 0:
|
|
3558
3589
|
// verify required parameter 'key' is not null or undefined
|
|
3559
3590
|
(0, common_1.assertParamExists)('listAccessModelMetadataAttributeValue', 'key', key);
|
|
3560
|
-
if (xSailPointExperimental === undefined) {
|
|
3561
|
-
xSailPointExperimental = 'true';
|
|
3562
|
-
}
|
|
3563
3591
|
localVarPath = "/access-model-metadata/attributes/{key}/values"
|
|
3564
3592
|
.replace("{".concat("key", "}"), encodeURIComponent(String(key)));
|
|
3565
3593
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -3586,8 +3614,14 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3586
3614
|
// authentication userAuth required
|
|
3587
3615
|
// oauth required
|
|
3588
3616
|
_a.sent();
|
|
3589
|
-
if (
|
|
3590
|
-
|
|
3617
|
+
if (offset !== undefined) {
|
|
3618
|
+
localVarQueryParameter['offset'] = offset;
|
|
3619
|
+
}
|
|
3620
|
+
if (limit !== undefined) {
|
|
3621
|
+
localVarQueryParameter['limit'] = limit;
|
|
3622
|
+
}
|
|
3623
|
+
if (count !== undefined) {
|
|
3624
|
+
localVarQueryParameter['count'] = count;
|
|
3591
3625
|
}
|
|
3592
3626
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3593
3627
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3614,17 +3648,16 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3614
3648
|
* Get single Access Model Metadata Attribute
|
|
3615
3649
|
* @summary Get access model metadata attribute
|
|
3616
3650
|
* @param {string} key Technical name of the Attribute.
|
|
3617
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3618
3651
|
* @param {*} [axiosOptions] Override http request option.
|
|
3619
3652
|
* @throws {RequiredError}
|
|
3620
3653
|
*/
|
|
3621
|
-
getAccessModelMetadataAttribute: function (key,
|
|
3654
|
+
getAccessModelMetadataAttribute: function (key, axiosOptions) {
|
|
3622
3655
|
var _a, _b, _c;
|
|
3623
3656
|
return __awaiter(this, void 0, void 0, function () {
|
|
3624
3657
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3625
3658
|
return __generator(this, function (_d) {
|
|
3626
3659
|
switch (_d.label) {
|
|
3627
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttribute(key,
|
|
3660
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttribute(key, axiosOptions)];
|
|
3628
3661
|
case 1:
|
|
3629
3662
|
localVarAxiosArgs = _d.sent();
|
|
3630
3663
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3639,17 +3672,16 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3639
3672
|
* @summary Get access model metadata value
|
|
3640
3673
|
* @param {string} key Technical name of the Attribute.
|
|
3641
3674
|
* @param {string} value Technical name of the Attribute value.
|
|
3642
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3643
3675
|
* @param {*} [axiosOptions] Override http request option.
|
|
3644
3676
|
* @throws {RequiredError}
|
|
3645
3677
|
*/
|
|
3646
|
-
getAccessModelMetadataAttributeValue: function (key, value,
|
|
3678
|
+
getAccessModelMetadataAttributeValue: function (key, value, axiosOptions) {
|
|
3647
3679
|
var _a, _b, _c;
|
|
3648
3680
|
return __awaiter(this, void 0, void 0, function () {
|
|
3649
3681
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3650
3682
|
return __generator(this, function (_d) {
|
|
3651
3683
|
switch (_d.label) {
|
|
3652
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttributeValue(key, value,
|
|
3684
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttributeValue(key, value, axiosOptions)];
|
|
3653
3685
|
case 1:
|
|
3654
3686
|
localVarAxiosArgs = _d.sent();
|
|
3655
3687
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3662,18 +3694,21 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3662
3694
|
/**
|
|
3663
3695
|
* Get a list of Access Model Metadata Attributes
|
|
3664
3696
|
* @summary List access model metadata attributes
|
|
3665
|
-
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* Supported composite operators
|
|
3666
|
-
* @param {string} [
|
|
3697
|
+
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq* **name**: *eq* **type**: *eq* **status**: *eq* **objectTypes**: *eq* **Supported composite operators**: *and*
|
|
3698
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **name, key**
|
|
3699
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3700
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3701
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3667
3702
|
* @param {*} [axiosOptions] Override http request option.
|
|
3668
3703
|
* @throws {RequiredError}
|
|
3669
3704
|
*/
|
|
3670
|
-
listAccessModelMetadataAttribute: function (filters,
|
|
3705
|
+
listAccessModelMetadataAttribute: function (filters, sorters, offset, limit, count, axiosOptions) {
|
|
3671
3706
|
var _a, _b, _c;
|
|
3672
3707
|
return __awaiter(this, void 0, void 0, function () {
|
|
3673
3708
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3674
3709
|
return __generator(this, function (_d) {
|
|
3675
3710
|
switch (_d.label) {
|
|
3676
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters,
|
|
3711
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters, sorters, offset, limit, count, axiosOptions)];
|
|
3677
3712
|
case 1:
|
|
3678
3713
|
localVarAxiosArgs = _d.sent();
|
|
3679
3714
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3687,17 +3722,19 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3687
3722
|
* Get a list of Access Model Metadata Attribute Values
|
|
3688
3723
|
* @summary List access model metadata values
|
|
3689
3724
|
* @param {string} key Technical name of the Attribute.
|
|
3690
|
-
* @param {
|
|
3725
|
+
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3726
|
+
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3727
|
+
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
3691
3728
|
* @param {*} [axiosOptions] Override http request option.
|
|
3692
3729
|
* @throws {RequiredError}
|
|
3693
3730
|
*/
|
|
3694
|
-
listAccessModelMetadataAttributeValue: function (key,
|
|
3731
|
+
listAccessModelMetadataAttributeValue: function (key, offset, limit, count, axiosOptions) {
|
|
3695
3732
|
var _a, _b, _c;
|
|
3696
3733
|
return __awaiter(this, void 0, void 0, function () {
|
|
3697
3734
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3698
3735
|
return __generator(this, function (_d) {
|
|
3699
3736
|
switch (_d.label) {
|
|
3700
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key,
|
|
3737
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key, offset, limit, count, axiosOptions)];
|
|
3701
3738
|
case 1:
|
|
3702
3739
|
localVarAxiosArgs = _d.sent();
|
|
3703
3740
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3725,7 +3762,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3725
3762
|
* @throws {RequiredError}
|
|
3726
3763
|
*/
|
|
3727
3764
|
getAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
3728
|
-
return localVarFp.getAccessModelMetadataAttribute(requestParameters.key,
|
|
3765
|
+
return localVarFp.getAccessModelMetadataAttribute(requestParameters.key, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3729
3766
|
},
|
|
3730
3767
|
/**
|
|
3731
3768
|
* Get single Access Model Metadata Attribute Value
|
|
@@ -3735,7 +3772,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3735
3772
|
* @throws {RequiredError}
|
|
3736
3773
|
*/
|
|
3737
3774
|
getAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
3738
|
-
return localVarFp.getAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value,
|
|
3775
|
+
return localVarFp.getAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3739
3776
|
},
|
|
3740
3777
|
/**
|
|
3741
3778
|
* Get a list of Access Model Metadata Attributes
|
|
@@ -3746,7 +3783,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3746
3783
|
*/
|
|
3747
3784
|
listAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
3748
3785
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3749
|
-
return localVarFp.listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.
|
|
3786
|
+
return localVarFp.listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3750
3787
|
},
|
|
3751
3788
|
/**
|
|
3752
3789
|
* Get a list of Access Model Metadata Attribute Values
|
|
@@ -3756,7 +3793,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3756
3793
|
* @throws {RequiredError}
|
|
3757
3794
|
*/
|
|
3758
3795
|
listAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
3759
|
-
return localVarFp.listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.
|
|
3796
|
+
return localVarFp.listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3760
3797
|
},
|
|
3761
3798
|
};
|
|
3762
3799
|
};
|
|
@@ -3782,7 +3819,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3782
3819
|
*/
|
|
3783
3820
|
AccessModelMetadataV2024Api.prototype.getAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
3784
3821
|
var _this = this;
|
|
3785
|
-
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).getAccessModelMetadataAttribute(requestParameters.key,
|
|
3822
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).getAccessModelMetadataAttribute(requestParameters.key, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3786
3823
|
};
|
|
3787
3824
|
/**
|
|
3788
3825
|
* Get single Access Model Metadata Attribute Value
|
|
@@ -3794,7 +3831,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3794
3831
|
*/
|
|
3795
3832
|
AccessModelMetadataV2024Api.prototype.getAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
3796
3833
|
var _this = this;
|
|
3797
|
-
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).getAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value,
|
|
3834
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).getAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3798
3835
|
};
|
|
3799
3836
|
/**
|
|
3800
3837
|
* Get a list of Access Model Metadata Attributes
|
|
@@ -3807,7 +3844,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3807
3844
|
AccessModelMetadataV2024Api.prototype.listAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
3808
3845
|
var _this = this;
|
|
3809
3846
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3810
|
-
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.
|
|
3847
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttribute(requestParameters.filters, requestParameters.sorters, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3811
3848
|
};
|
|
3812
3849
|
/**
|
|
3813
3850
|
* Get a list of Access Model Metadata Attribute Values
|
|
@@ -3819,7 +3856,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3819
3856
|
*/
|
|
3820
3857
|
AccessModelMetadataV2024Api.prototype.listAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
3821
3858
|
var _this = this;
|
|
3822
|
-
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.
|
|
3859
|
+
return (0, exports.AccessModelMetadataV2024ApiFp)(this.configuration).listAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
3823
3860
|
};
|
|
3824
3861
|
return AccessModelMetadataV2024Api;
|
|
3825
3862
|
}(base_1.BaseAPI));
|
|
@@ -5956,11 +5993,10 @@ var AccessRequestsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
5956
5993
|
* This endpoint closes access requests that are stuck in a pending state. It can be used throughout a request\'s lifecycle even after the approval state, unlike the [Cancel Access Request endpoint](https://developer.sailpoint.com/idn/api/v3/cancel-access-request/). To find pending access requests with the UI, navigate to Search and use this query: status: Pending AND \"Access Request\". Use the Column Chooser to select \'Tracking Number\', and use the \'Download\' button to export a CSV containing the tracking numbers. To find pending access requests with the API, use the [List Account Activities endpoint](https://developer.sailpoint.com/idn/api/v3/list-account-activities/). Input the IDs from either source. To track the status of endpoint requests, navigate to Search and use this query: name:\"Close Identity Requests\". Search will include \"Close Identity Requests Started\" audits when requests are initiated and \"Close Identity Requests Completed\" audits when requests are completed. The completion audit will list the identity request IDs that finished in error. This API triggers the [Provisioning Completed event trigger](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/provisioning-completed/) for each access request that is closed.
|
|
5957
5994
|
* @summary Close access request
|
|
5958
5995
|
* @param {CloseAccessRequestV2024} closeAccessRequestV2024
|
|
5959
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
5960
5996
|
* @param {*} [axiosOptions] Override http request option.
|
|
5961
5997
|
* @throws {RequiredError}
|
|
5962
5998
|
*/
|
|
5963
|
-
closeAccessRequest: function (closeAccessRequestV2024,
|
|
5999
|
+
closeAccessRequest: function (closeAccessRequestV2024, axiosOptions) {
|
|
5964
6000
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
5965
6001
|
return __awaiter(_this, void 0, void 0, function () {
|
|
5966
6002
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -5969,9 +6005,6 @@ var AccessRequestsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
5969
6005
|
case 0:
|
|
5970
6006
|
// verify required parameter 'closeAccessRequestV2024' is not null or undefined
|
|
5971
6007
|
(0, common_1.assertParamExists)('closeAccessRequest', 'closeAccessRequestV2024', closeAccessRequestV2024);
|
|
5972
|
-
if (xSailPointExperimental === undefined) {
|
|
5973
|
-
xSailPointExperimental = 'true';
|
|
5974
|
-
}
|
|
5975
6008
|
localVarPath = "/access-requests/close";
|
|
5976
6009
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
5977
6010
|
if (configuration) {
|
|
@@ -5998,9 +6031,6 @@ var AccessRequestsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
5998
6031
|
// oauth required
|
|
5999
6032
|
_a.sent();
|
|
6000
6033
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
6001
|
-
if (xSailPointExperimental != null) {
|
|
6002
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
6003
|
-
}
|
|
6004
6034
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
6005
6035
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6006
6036
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -6485,17 +6515,16 @@ var AccessRequestsV2024ApiFp = function (configuration) {
|
|
|
6485
6515
|
* This endpoint closes access requests that are stuck in a pending state. It can be used throughout a request\'s lifecycle even after the approval state, unlike the [Cancel Access Request endpoint](https://developer.sailpoint.com/idn/api/v3/cancel-access-request/). To find pending access requests with the UI, navigate to Search and use this query: status: Pending AND \"Access Request\". Use the Column Chooser to select \'Tracking Number\', and use the \'Download\' button to export a CSV containing the tracking numbers. To find pending access requests with the API, use the [List Account Activities endpoint](https://developer.sailpoint.com/idn/api/v3/list-account-activities/). Input the IDs from either source. To track the status of endpoint requests, navigate to Search and use this query: name:\"Close Identity Requests\". Search will include \"Close Identity Requests Started\" audits when requests are initiated and \"Close Identity Requests Completed\" audits when requests are completed. The completion audit will list the identity request IDs that finished in error. This API triggers the [Provisioning Completed event trigger](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/provisioning-completed/) for each access request that is closed.
|
|
6486
6516
|
* @summary Close access request
|
|
6487
6517
|
* @param {CloseAccessRequestV2024} closeAccessRequestV2024
|
|
6488
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
6489
6518
|
* @param {*} [axiosOptions] Override http request option.
|
|
6490
6519
|
* @throws {RequiredError}
|
|
6491
6520
|
*/
|
|
6492
|
-
closeAccessRequest: function (closeAccessRequestV2024,
|
|
6521
|
+
closeAccessRequest: function (closeAccessRequestV2024, axiosOptions) {
|
|
6493
6522
|
var _a, _b, _c;
|
|
6494
6523
|
return __awaiter(this, void 0, void 0, function () {
|
|
6495
6524
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
6496
6525
|
return __generator(this, function (_d) {
|
|
6497
6526
|
switch (_d.label) {
|
|
6498
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.closeAccessRequest(closeAccessRequestV2024,
|
|
6527
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.closeAccessRequest(closeAccessRequestV2024, axiosOptions)];
|
|
6499
6528
|
case 1:
|
|
6500
6529
|
localVarAxiosArgs = _d.sent();
|
|
6501
6530
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -6708,7 +6737,7 @@ var AccessRequestsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
6708
6737
|
* @throws {RequiredError}
|
|
6709
6738
|
*/
|
|
6710
6739
|
closeAccessRequest: function (requestParameters, axiosOptions) {
|
|
6711
|
-
return localVarFp.closeAccessRequest(requestParameters.closeAccessRequestV2024,
|
|
6740
|
+
return localVarFp.closeAccessRequest(requestParameters.closeAccessRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
6712
6741
|
},
|
|
6713
6742
|
/**
|
|
6714
6743
|
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
@@ -6831,7 +6860,7 @@ var AccessRequestsV2024Api = /** @class */ (function (_super) {
|
|
|
6831
6860
|
*/
|
|
6832
6861
|
AccessRequestsV2024Api.prototype.closeAccessRequest = function (requestParameters, axiosOptions) {
|
|
6833
6862
|
var _this = this;
|
|
6834
|
-
return (0, exports.AccessRequestsV2024ApiFp)(this.configuration).closeAccessRequest(requestParameters.closeAccessRequestV2024,
|
|
6863
|
+
return (0, exports.AccessRequestsV2024ApiFp)(this.configuration).closeAccessRequest(requestParameters.closeAccessRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
6835
6864
|
};
|
|
6836
6865
|
/**
|
|
6837
6866
|
* Use this API to submit an access request in Identity Security Cloud (ISC), where it follows any ISC approval processes. :::info The ability to request access using this API is constrained by the Access Request Segments defined in the API token’s user context. ::: Access requests are processed asynchronously by ISC. A successful response from this endpoint means that the request has been submitted to ISC and is queued for processing. Because this endpoint is asynchronous, it doesn\'t return an error if you submit duplicate access requests in quick succession or submit an access request for access that is already in progress, approved, or rejected. It\'s best practice to check for any existing access requests that reference the same access items before submitting a new access request. This can be accomplished by using the [List Access Request Status](https://developer.sailpoint.com/idn/api/v3/list-access-request-status) or the [Pending Access Request Approvals](https://developer.sailpoint.com/idn/api/v3/list-pending-approvals) APIs. You can also use the [Search API](https://developer.sailpoint.com/idn/api/v3/search) to check the existing access items an identity has before submitting an access request to ensure that you aren\'t requesting access that is already granted. If you use this API to request access that an identity already has, without changing the account details or end date information from the existing assignment, the API will cancel the request as a duplicate. There are two types of access request: __GRANT_ACCESS__ * Can be requested for multiple identities in a single request. * Supports self request and request on behalf of other users. Refer to the [Get Access Request Configuration](https://developer.sailpoint.com/idn/api/v3/get-access-request-config) endpoint for request configuration options. * Allows any authenticated token (except API) to call this endpoint to request to grant access to themselves. Depending on the configuration, a user can request access for others. * Roles, access profiles and entitlements can be requested. * You can specify a `removeDate` to set or alter a sunset date-time on an assignment. The removeDate must be a future date-time, in the UTC timezone. Additionally, if the user already has the access assigned with a sunset date, you can also submit a request without a `removeDate` to request removal of the sunset date and time. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Now supports an alternate field \'requestedForWithRequestedItems\' for users to specify account selections while requesting items where they have more than one account on the source. :::caution If any entitlements are being requested, then the maximum number of entitlements that can be requested is 25, and the maximum number of identities that can be requested for is 10. If you exceed these limits, the request will fail with a 400 error. If you are not requesting any entitlements, then there are no limits. ::: __REVOKE_ACCESS__ * Can only be requested for a single identity at a time. * You cannot use an access request to revoke access from an identity if that access has been granted by role membership or by birthright provisioning. * Does not support self request. Only manager can request to revoke access for their directly managed employees. * If a `removeDate` is specified, then the requested role, access profile, or entitlement will be removed on that date and time. * Roles, access profiles, and entitlements can be requested for revocation. * Revoke requests for entitlements are limited to 1 entitlement per access request currently. * You can specify a `removeDate` to add or alter a sunset date and time on an assignment. The `removeDate` must be a future date-time, in the UTC timezone. If the user already has the access assigned with a sunset date and time, the removeDate must be a date-time earlier than the existing sunset date and time. * Allows a manager to request to revoke access for direct employees. A user with ORG_ADMIN authority can also request to revoke access from anyone. * Now supports REVOKE_ACCESS requests for identities with multiple accounts on a single source, with the help of \'assignmentId\' and \'nativeIdentity\' fields. These fields should be used within the \'requestedItems\' section for the revoke requests. * Usage of \'requestedForWithRequestedItems\' field is not supported for revoke requests.
|
|
@@ -7197,11 +7226,10 @@ var AccountAggregationsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7197
7226
|
* This API returns the status of an *in-progress* account aggregation, along with the total number of **NEW**, **CHANGED** and **DELETED** accounts found since the previous aggregation, and the number of those accounts that have been processed so far. Accounts that have not changed since the previous aggregation are not included in **totalAccounts** and **processedAccounts** counts returned by this API. This is distinct from **Accounts Scanned** shown in the Aggregation UI, which indicates total accounts scanned regardless of whether they changed or not. Since this endpoint reports on the status of an *in-progress* account aggregation, totalAccounts and processedAccounts may change between calls to this endpoint. *Only available up to an hour after the aggregation completes. May respond with *404 Not Found* after that.* required to call this API.
|
|
7198
7227
|
* @summary In-progress account aggregation status
|
|
7199
7228
|
* @param {string} id The account aggregation id
|
|
7200
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7201
7229
|
* @param {*} [axiosOptions] Override http request option.
|
|
7202
7230
|
* @throws {RequiredError}
|
|
7203
7231
|
*/
|
|
7204
|
-
getAccountAggregationStatus: function (id,
|
|
7232
|
+
getAccountAggregationStatus: function (id, axiosOptions) {
|
|
7205
7233
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
7206
7234
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7207
7235
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7210,9 +7238,6 @@ var AccountAggregationsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7210
7238
|
case 0:
|
|
7211
7239
|
// verify required parameter 'id' is not null or undefined
|
|
7212
7240
|
(0, common_1.assertParamExists)('getAccountAggregationStatus', 'id', id);
|
|
7213
|
-
if (xSailPointExperimental === undefined) {
|
|
7214
|
-
xSailPointExperimental = 'true';
|
|
7215
|
-
}
|
|
7216
7241
|
localVarPath = "/account-aggregations/{id}/status"
|
|
7217
7242
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7218
7243
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -7239,9 +7264,6 @@ var AccountAggregationsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7239
7264
|
// authentication userAuth required
|
|
7240
7265
|
// oauth required
|
|
7241
7266
|
_a.sent();
|
|
7242
|
-
if (xSailPointExperimental != null) {
|
|
7243
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
7244
|
-
}
|
|
7245
7267
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7246
7268
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7247
7269
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -7267,17 +7289,16 @@ var AccountAggregationsV2024ApiFp = function (configuration) {
|
|
|
7267
7289
|
* This API returns the status of an *in-progress* account aggregation, along with the total number of **NEW**, **CHANGED** and **DELETED** accounts found since the previous aggregation, and the number of those accounts that have been processed so far. Accounts that have not changed since the previous aggregation are not included in **totalAccounts** and **processedAccounts** counts returned by this API. This is distinct from **Accounts Scanned** shown in the Aggregation UI, which indicates total accounts scanned regardless of whether they changed or not. Since this endpoint reports on the status of an *in-progress* account aggregation, totalAccounts and processedAccounts may change between calls to this endpoint. *Only available up to an hour after the aggregation completes. May respond with *404 Not Found* after that.* required to call this API.
|
|
7268
7290
|
* @summary In-progress account aggregation status
|
|
7269
7291
|
* @param {string} id The account aggregation id
|
|
7270
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7271
7292
|
* @param {*} [axiosOptions] Override http request option.
|
|
7272
7293
|
* @throws {RequiredError}
|
|
7273
7294
|
*/
|
|
7274
|
-
getAccountAggregationStatus: function (id,
|
|
7295
|
+
getAccountAggregationStatus: function (id, axiosOptions) {
|
|
7275
7296
|
var _a, _b, _c;
|
|
7276
7297
|
return __awaiter(this, void 0, void 0, function () {
|
|
7277
7298
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
7278
7299
|
return __generator(this, function (_d) {
|
|
7279
7300
|
switch (_d.label) {
|
|
7280
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccountAggregationStatus(id,
|
|
7301
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccountAggregationStatus(id, axiosOptions)];
|
|
7281
7302
|
case 1:
|
|
7282
7303
|
localVarAxiosArgs = _d.sent();
|
|
7283
7304
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -7305,7 +7326,7 @@ var AccountAggregationsV2024ApiFactory = function (configuration, basePath, axio
|
|
|
7305
7326
|
* @throws {RequiredError}
|
|
7306
7327
|
*/
|
|
7307
7328
|
getAccountAggregationStatus: function (requestParameters, axiosOptions) {
|
|
7308
|
-
return localVarFp.getAccountAggregationStatus(requestParameters.id,
|
|
7329
|
+
return localVarFp.getAccountAggregationStatus(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
7309
7330
|
},
|
|
7310
7331
|
};
|
|
7311
7332
|
};
|
|
@@ -7331,7 +7352,7 @@ var AccountAggregationsV2024Api = /** @class */ (function (_super) {
|
|
|
7331
7352
|
*/
|
|
7332
7353
|
AccountAggregationsV2024Api.prototype.getAccountAggregationStatus = function (requestParameters, axiosOptions) {
|
|
7333
7354
|
var _this = this;
|
|
7334
|
-
return (0, exports.AccountAggregationsV2024ApiFp)(this.configuration).getAccountAggregationStatus(requestParameters.id,
|
|
7355
|
+
return (0, exports.AccountAggregationsV2024ApiFp)(this.configuration).getAccountAggregationStatus(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7335
7356
|
};
|
|
7336
7357
|
return AccountAggregationsV2024Api;
|
|
7337
7358
|
}(base_1.BaseAPI));
|
|
@@ -7616,11 +7637,10 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7616
7637
|
* Use this endpoint to remove accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
7617
7638
|
* @summary Remove account
|
|
7618
7639
|
* @param {string} id The account id
|
|
7619
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7620
7640
|
* @param {*} [axiosOptions] Override http request option.
|
|
7621
7641
|
* @throws {RequiredError}
|
|
7622
7642
|
*/
|
|
7623
|
-
deleteAccountAsync: function (id,
|
|
7643
|
+
deleteAccountAsync: function (id, axiosOptions) {
|
|
7624
7644
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
7625
7645
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7626
7646
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7629,9 +7649,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7629
7649
|
case 0:
|
|
7630
7650
|
// verify required parameter 'id' is not null or undefined
|
|
7631
7651
|
(0, common_1.assertParamExists)('deleteAccountAsync', 'id', id);
|
|
7632
|
-
if (xSailPointExperimental === undefined) {
|
|
7633
|
-
xSailPointExperimental = 'true';
|
|
7634
|
-
}
|
|
7635
7652
|
localVarPath = "/accounts/{id}/remove"
|
|
7636
7653
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7637
7654
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -7658,9 +7675,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7658
7675
|
// authentication userAuth required
|
|
7659
7676
|
// oauth required
|
|
7660
7677
|
_a.sent();
|
|
7661
|
-
if (xSailPointExperimental != null) {
|
|
7662
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
7663
|
-
}
|
|
7664
7678
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7665
7679
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7666
7680
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -7734,11 +7748,10 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7734
7748
|
* This API submits a task to disable IDN account for a single identity.
|
|
7735
7749
|
* @summary Disable idn account for identity
|
|
7736
7750
|
* @param {string} id The identity id.
|
|
7737
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7738
7751
|
* @param {*} [axiosOptions] Override http request option.
|
|
7739
7752
|
* @throws {RequiredError}
|
|
7740
7753
|
*/
|
|
7741
|
-
disableAccountForIdentity: function (id,
|
|
7754
|
+
disableAccountForIdentity: function (id, axiosOptions) {
|
|
7742
7755
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
7743
7756
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7744
7757
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7747,9 +7760,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7747
7760
|
case 0:
|
|
7748
7761
|
// verify required parameter 'id' is not null or undefined
|
|
7749
7762
|
(0, common_1.assertParamExists)('disableAccountForIdentity', 'id', id);
|
|
7750
|
-
if (xSailPointExperimental === undefined) {
|
|
7751
|
-
xSailPointExperimental = 'true';
|
|
7752
|
-
}
|
|
7753
7763
|
localVarPath = "/identities-accounts/{id}/disable"
|
|
7754
7764
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7755
7765
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -7776,9 +7786,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7776
7786
|
// authentication userAuth required
|
|
7777
7787
|
// oauth required
|
|
7778
7788
|
_a.sent();
|
|
7779
|
-
if (xSailPointExperimental != null) {
|
|
7780
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
7781
|
-
}
|
|
7782
7789
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7783
7790
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7784
7791
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -7794,11 +7801,10 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7794
7801
|
* This API submits tasks to disable IDN account for each identity provided in the request body.
|
|
7795
7802
|
* @summary Disable idn accounts for identities
|
|
7796
7803
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
7797
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7798
7804
|
* @param {*} [axiosOptions] Override http request option.
|
|
7799
7805
|
* @throws {RequiredError}
|
|
7800
7806
|
*/
|
|
7801
|
-
disableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024,
|
|
7807
|
+
disableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024, axiosOptions) {
|
|
7802
7808
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
7803
7809
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7804
7810
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7807,9 +7813,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7807
7813
|
case 0:
|
|
7808
7814
|
// verify required parameter 'identitiesAccountsBulkRequestV2024' is not null or undefined
|
|
7809
7815
|
(0, common_1.assertParamExists)('disableAccountsForIdentities', 'identitiesAccountsBulkRequestV2024', identitiesAccountsBulkRequestV2024);
|
|
7810
|
-
if (xSailPointExperimental === undefined) {
|
|
7811
|
-
xSailPointExperimental = 'true';
|
|
7812
|
-
}
|
|
7813
7816
|
localVarPath = "/identities-accounts/disable";
|
|
7814
7817
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7815
7818
|
if (configuration) {
|
|
@@ -7836,9 +7839,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7836
7839
|
// oauth required
|
|
7837
7840
|
_a.sent();
|
|
7838
7841
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
7839
|
-
if (xSailPointExperimental != null) {
|
|
7840
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
7841
|
-
}
|
|
7842
7842
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7843
7843
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7844
7844
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -7913,11 +7913,10 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7913
7913
|
* This API submits a task to enable IDN account for a single identity.
|
|
7914
7914
|
* @summary Enable idn account for identity
|
|
7915
7915
|
* @param {string} id The identity id.
|
|
7916
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7917
7916
|
* @param {*} [axiosOptions] Override http request option.
|
|
7918
7917
|
* @throws {RequiredError}
|
|
7919
7918
|
*/
|
|
7920
|
-
enableAccountForIdentity: function (id,
|
|
7919
|
+
enableAccountForIdentity: function (id, axiosOptions) {
|
|
7921
7920
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
7922
7921
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7923
7922
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7926,9 +7925,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7926
7925
|
case 0:
|
|
7927
7926
|
// verify required parameter 'id' is not null or undefined
|
|
7928
7927
|
(0, common_1.assertParamExists)('enableAccountForIdentity', 'id', id);
|
|
7929
|
-
if (xSailPointExperimental === undefined) {
|
|
7930
|
-
xSailPointExperimental = 'true';
|
|
7931
|
-
}
|
|
7932
7928
|
localVarPath = "/identities-accounts/{id}/enable"
|
|
7933
7929
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
7934
7930
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -7955,9 +7951,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7955
7951
|
// authentication userAuth required
|
|
7956
7952
|
// oauth required
|
|
7957
7953
|
_a.sent();
|
|
7958
|
-
if (xSailPointExperimental != null) {
|
|
7959
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
7960
|
-
}
|
|
7961
7954
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7962
7955
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7963
7956
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -7973,11 +7966,10 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7973
7966
|
* This API submits tasks to enable IDN account for each identity provided in the request body.
|
|
7974
7967
|
* @summary Enable idn accounts for identities
|
|
7975
7968
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
7976
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
7977
7969
|
* @param {*} [axiosOptions] Override http request option.
|
|
7978
7970
|
* @throws {RequiredError}
|
|
7979
7971
|
*/
|
|
7980
|
-
enableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024,
|
|
7972
|
+
enableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024, axiosOptions) {
|
|
7981
7973
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
7982
7974
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7983
7975
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7986,9 +7978,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
7986
7978
|
case 0:
|
|
7987
7979
|
// verify required parameter 'identitiesAccountsBulkRequestV2024' is not null or undefined
|
|
7988
7980
|
(0, common_1.assertParamExists)('enableAccountsForIdentities', 'identitiesAccountsBulkRequestV2024', identitiesAccountsBulkRequestV2024);
|
|
7989
|
-
if (xSailPointExperimental === undefined) {
|
|
7990
|
-
xSailPointExperimental = 'true';
|
|
7991
|
-
}
|
|
7992
7981
|
localVarPath = "/identities-accounts/enable";
|
|
7993
7982
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
7994
7983
|
if (configuration) {
|
|
@@ -8015,9 +8004,6 @@ var AccountsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
8015
8004
|
// oauth required
|
|
8016
8005
|
_a.sent();
|
|
8017
8006
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
8018
|
-
if (xSailPointExperimental != null) {
|
|
8019
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
8020
|
-
}
|
|
8021
8007
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8022
8008
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
8023
8009
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -8508,17 +8494,16 @@ var AccountsV2024ApiFp = function (configuration) {
|
|
|
8508
8494
|
* Use this endpoint to remove accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
8509
8495
|
* @summary Remove account
|
|
8510
8496
|
* @param {string} id The account id
|
|
8511
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
8512
8497
|
* @param {*} [axiosOptions] Override http request option.
|
|
8513
8498
|
* @throws {RequiredError}
|
|
8514
8499
|
*/
|
|
8515
|
-
deleteAccountAsync: function (id,
|
|
8500
|
+
deleteAccountAsync: function (id, axiosOptions) {
|
|
8516
8501
|
var _a, _b, _c;
|
|
8517
8502
|
return __awaiter(this, void 0, void 0, function () {
|
|
8518
8503
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8519
8504
|
return __generator(this, function (_d) {
|
|
8520
8505
|
switch (_d.label) {
|
|
8521
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccountAsync(id,
|
|
8506
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccountAsync(id, axiosOptions)];
|
|
8522
8507
|
case 1:
|
|
8523
8508
|
localVarAxiosArgs = _d.sent();
|
|
8524
8509
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -8556,17 +8541,16 @@ var AccountsV2024ApiFp = function (configuration) {
|
|
|
8556
8541
|
* This API submits a task to disable IDN account for a single identity.
|
|
8557
8542
|
* @summary Disable idn account for identity
|
|
8558
8543
|
* @param {string} id The identity id.
|
|
8559
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
8560
8544
|
* @param {*} [axiosOptions] Override http request option.
|
|
8561
8545
|
* @throws {RequiredError}
|
|
8562
8546
|
*/
|
|
8563
|
-
disableAccountForIdentity: function (id,
|
|
8547
|
+
disableAccountForIdentity: function (id, axiosOptions) {
|
|
8564
8548
|
var _a, _b, _c;
|
|
8565
8549
|
return __awaiter(this, void 0, void 0, function () {
|
|
8566
8550
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8567
8551
|
return __generator(this, function (_d) {
|
|
8568
8552
|
switch (_d.label) {
|
|
8569
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.disableAccountForIdentity(id,
|
|
8553
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.disableAccountForIdentity(id, axiosOptions)];
|
|
8570
8554
|
case 1:
|
|
8571
8555
|
localVarAxiosArgs = _d.sent();
|
|
8572
8556
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -8580,17 +8564,16 @@ var AccountsV2024ApiFp = function (configuration) {
|
|
|
8580
8564
|
* This API submits tasks to disable IDN account for each identity provided in the request body.
|
|
8581
8565
|
* @summary Disable idn accounts for identities
|
|
8582
8566
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
8583
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
8584
8567
|
* @param {*} [axiosOptions] Override http request option.
|
|
8585
8568
|
* @throws {RequiredError}
|
|
8586
8569
|
*/
|
|
8587
|
-
disableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024,
|
|
8570
|
+
disableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024, axiosOptions) {
|
|
8588
8571
|
var _a, _b, _c;
|
|
8589
8572
|
return __awaiter(this, void 0, void 0, function () {
|
|
8590
8573
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8591
8574
|
return __generator(this, function (_d) {
|
|
8592
8575
|
switch (_d.label) {
|
|
8593
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.disableAccountsForIdentities(identitiesAccountsBulkRequestV2024,
|
|
8576
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.disableAccountsForIdentities(identitiesAccountsBulkRequestV2024, axiosOptions)];
|
|
8594
8577
|
case 1:
|
|
8595
8578
|
localVarAxiosArgs = _d.sent();
|
|
8596
8579
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -8628,17 +8611,16 @@ var AccountsV2024ApiFp = function (configuration) {
|
|
|
8628
8611
|
* This API submits a task to enable IDN account for a single identity.
|
|
8629
8612
|
* @summary Enable idn account for identity
|
|
8630
8613
|
* @param {string} id The identity id.
|
|
8631
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
8632
8614
|
* @param {*} [axiosOptions] Override http request option.
|
|
8633
8615
|
* @throws {RequiredError}
|
|
8634
8616
|
*/
|
|
8635
|
-
enableAccountForIdentity: function (id,
|
|
8617
|
+
enableAccountForIdentity: function (id, axiosOptions) {
|
|
8636
8618
|
var _a, _b, _c;
|
|
8637
8619
|
return __awaiter(this, void 0, void 0, function () {
|
|
8638
8620
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8639
8621
|
return __generator(this, function (_d) {
|
|
8640
8622
|
switch (_d.label) {
|
|
8641
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.enableAccountForIdentity(id,
|
|
8623
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.enableAccountForIdentity(id, axiosOptions)];
|
|
8642
8624
|
case 1:
|
|
8643
8625
|
localVarAxiosArgs = _d.sent();
|
|
8644
8626
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -8652,17 +8634,16 @@ var AccountsV2024ApiFp = function (configuration) {
|
|
|
8652
8634
|
* This API submits tasks to enable IDN account for each identity provided in the request body.
|
|
8653
8635
|
* @summary Enable idn accounts for identities
|
|
8654
8636
|
* @param {IdentitiesAccountsBulkRequestV2024} identitiesAccountsBulkRequestV2024
|
|
8655
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
8656
8637
|
* @param {*} [axiosOptions] Override http request option.
|
|
8657
8638
|
* @throws {RequiredError}
|
|
8658
8639
|
*/
|
|
8659
|
-
enableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024,
|
|
8640
|
+
enableAccountsForIdentities: function (identitiesAccountsBulkRequestV2024, axiosOptions) {
|
|
8660
8641
|
var _a, _b, _c;
|
|
8661
8642
|
return __awaiter(this, void 0, void 0, function () {
|
|
8662
8643
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
8663
8644
|
return __generator(this, function (_d) {
|
|
8664
8645
|
switch (_d.label) {
|
|
8665
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.enableAccountsForIdentities(identitiesAccountsBulkRequestV2024,
|
|
8646
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.enableAccountsForIdentities(identitiesAccountsBulkRequestV2024, axiosOptions)];
|
|
8666
8647
|
case 1:
|
|
8667
8648
|
localVarAxiosArgs = _d.sent();
|
|
8668
8649
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -8882,7 +8863,7 @@ var AccountsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
8882
8863
|
* @throws {RequiredError}
|
|
8883
8864
|
*/
|
|
8884
8865
|
deleteAccountAsync: function (requestParameters, axiosOptions) {
|
|
8885
|
-
return localVarFp.deleteAccountAsync(requestParameters.id,
|
|
8866
|
+
return localVarFp.deleteAccountAsync(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
8886
8867
|
},
|
|
8887
8868
|
/**
|
|
8888
8869
|
* This API submits a task to disable the account and returns the task ID.
|
|
@@ -8902,7 +8883,7 @@ var AccountsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
8902
8883
|
* @throws {RequiredError}
|
|
8903
8884
|
*/
|
|
8904
8885
|
disableAccountForIdentity: function (requestParameters, axiosOptions) {
|
|
8905
|
-
return localVarFp.disableAccountForIdentity(requestParameters.id,
|
|
8886
|
+
return localVarFp.disableAccountForIdentity(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
8906
8887
|
},
|
|
8907
8888
|
/**
|
|
8908
8889
|
* This API submits tasks to disable IDN account for each identity provided in the request body.
|
|
@@ -8912,7 +8893,7 @@ var AccountsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
8912
8893
|
* @throws {RequiredError}
|
|
8913
8894
|
*/
|
|
8914
8895
|
disableAccountsForIdentities: function (requestParameters, axiosOptions) {
|
|
8915
|
-
return localVarFp.disableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024,
|
|
8896
|
+
return localVarFp.disableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
8916
8897
|
},
|
|
8917
8898
|
/**
|
|
8918
8899
|
* This API submits a task to enable account and returns the task ID.
|
|
@@ -8932,7 +8913,7 @@ var AccountsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
8932
8913
|
* @throws {RequiredError}
|
|
8933
8914
|
*/
|
|
8934
8915
|
enableAccountForIdentity: function (requestParameters, axiosOptions) {
|
|
8935
|
-
return localVarFp.enableAccountForIdentity(requestParameters.id,
|
|
8916
|
+
return localVarFp.enableAccountForIdentity(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
8936
8917
|
},
|
|
8937
8918
|
/**
|
|
8938
8919
|
* This API submits tasks to enable IDN account for each identity provided in the request body.
|
|
@@ -8942,7 +8923,7 @@ var AccountsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
8942
8923
|
* @throws {RequiredError}
|
|
8943
8924
|
*/
|
|
8944
8925
|
enableAccountsForIdentities: function (requestParameters, axiosOptions) {
|
|
8945
|
-
return localVarFp.enableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024,
|
|
8926
|
+
return localVarFp.enableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
8946
8927
|
},
|
|
8947
8928
|
/**
|
|
8948
8929
|
* Use this API to return the details for a single account by its ID.
|
|
@@ -9063,7 +9044,7 @@ var AccountsV2024Api = /** @class */ (function (_super) {
|
|
|
9063
9044
|
*/
|
|
9064
9045
|
AccountsV2024Api.prototype.deleteAccountAsync = function (requestParameters, axiosOptions) {
|
|
9065
9046
|
var _this = this;
|
|
9066
|
-
return (0, exports.AccountsV2024ApiFp)(this.configuration).deleteAccountAsync(requestParameters.id,
|
|
9047
|
+
return (0, exports.AccountsV2024ApiFp)(this.configuration).deleteAccountAsync(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9067
9048
|
};
|
|
9068
9049
|
/**
|
|
9069
9050
|
* This API submits a task to disable the account and returns the task ID.
|
|
@@ -9087,7 +9068,7 @@ var AccountsV2024Api = /** @class */ (function (_super) {
|
|
|
9087
9068
|
*/
|
|
9088
9069
|
AccountsV2024Api.prototype.disableAccountForIdentity = function (requestParameters, axiosOptions) {
|
|
9089
9070
|
var _this = this;
|
|
9090
|
-
return (0, exports.AccountsV2024ApiFp)(this.configuration).disableAccountForIdentity(requestParameters.id,
|
|
9071
|
+
return (0, exports.AccountsV2024ApiFp)(this.configuration).disableAccountForIdentity(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9091
9072
|
};
|
|
9092
9073
|
/**
|
|
9093
9074
|
* This API submits tasks to disable IDN account for each identity provided in the request body.
|
|
@@ -9099,7 +9080,7 @@ var AccountsV2024Api = /** @class */ (function (_super) {
|
|
|
9099
9080
|
*/
|
|
9100
9081
|
AccountsV2024Api.prototype.disableAccountsForIdentities = function (requestParameters, axiosOptions) {
|
|
9101
9082
|
var _this = this;
|
|
9102
|
-
return (0, exports.AccountsV2024ApiFp)(this.configuration).disableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024,
|
|
9083
|
+
return (0, exports.AccountsV2024ApiFp)(this.configuration).disableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9103
9084
|
};
|
|
9104
9085
|
/**
|
|
9105
9086
|
* This API submits a task to enable account and returns the task ID.
|
|
@@ -9123,7 +9104,7 @@ var AccountsV2024Api = /** @class */ (function (_super) {
|
|
|
9123
9104
|
*/
|
|
9124
9105
|
AccountsV2024Api.prototype.enableAccountForIdentity = function (requestParameters, axiosOptions) {
|
|
9125
9106
|
var _this = this;
|
|
9126
|
-
return (0, exports.AccountsV2024ApiFp)(this.configuration).enableAccountForIdentity(requestParameters.id,
|
|
9107
|
+
return (0, exports.AccountsV2024ApiFp)(this.configuration).enableAccountForIdentity(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9127
9108
|
};
|
|
9128
9109
|
/**
|
|
9129
9110
|
* This API submits tasks to enable IDN account for each identity provided in the request body.
|
|
@@ -9135,7 +9116,7 @@ var AccountsV2024Api = /** @class */ (function (_super) {
|
|
|
9135
9116
|
*/
|
|
9136
9117
|
AccountsV2024Api.prototype.enableAccountsForIdentities = function (requestParameters, axiosOptions) {
|
|
9137
9118
|
var _this = this;
|
|
9138
|
-
return (0, exports.AccountsV2024ApiFp)(this.configuration).enableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024,
|
|
9119
|
+
return (0, exports.AccountsV2024ApiFp)(this.configuration).enableAccountsForIdentities(requestParameters.identitiesAccountsBulkRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
9139
9120
|
};
|
|
9140
9121
|
/**
|
|
9141
9122
|
* Use this API to return the details for a single account by its ID.
|
|
@@ -26579,11 +26560,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26579
26560
|
* @param {string} id The entitlement id.
|
|
26580
26561
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
26581
26562
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
26582
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26583
26563
|
* @param {*} [axiosOptions] Override http request option.
|
|
26584
26564
|
* @throws {RequiredError}
|
|
26585
26565
|
*/
|
|
26586
|
-
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue,
|
|
26566
|
+
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
26587
26567
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26588
26568
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26589
26569
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26596,9 +26576,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26596
26576
|
(0, common_1.assertParamExists)('createAccessModelMetadataForEntitlement', 'attributeKey', attributeKey);
|
|
26597
26577
|
// verify required parameter 'attributeValue' is not null or undefined
|
|
26598
26578
|
(0, common_1.assertParamExists)('createAccessModelMetadataForEntitlement', 'attributeValue', attributeValue);
|
|
26599
|
-
if (xSailPointExperimental === undefined) {
|
|
26600
|
-
xSailPointExperimental = 'true';
|
|
26601
|
-
}
|
|
26602
26579
|
localVarPath = "/entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}"
|
|
26603
26580
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)))
|
|
26604
26581
|
.replace("{".concat("attributeKey", "}"), encodeURIComponent(String(attributeKey)))
|
|
@@ -26627,9 +26604,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26627
26604
|
// authentication userAuth required
|
|
26628
26605
|
// oauth required
|
|
26629
26606
|
_a.sent();
|
|
26630
|
-
if (xSailPointExperimental != null) {
|
|
26631
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26632
|
-
}
|
|
26633
26607
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26634
26608
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26635
26609
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26647,11 +26621,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26647
26621
|
* @param {string} id The entitlement id.
|
|
26648
26622
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
26649
26623
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
26650
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
26651
26624
|
* @param {*} [axiosOptions] Override http request option.
|
|
26652
26625
|
* @throws {RequiredError}
|
|
26653
26626
|
*/
|
|
26654
|
-
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue,
|
|
26627
|
+
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
26655
26628
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26656
26629
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26657
26630
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26664,11 +26637,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26664
26637
|
(0, common_1.assertParamExists)('deleteAccessModelMetadataFromEntitlement', 'attributeKey', attributeKey);
|
|
26665
26638
|
// verify required parameter 'attributeValue' is not null or undefined
|
|
26666
26639
|
(0, common_1.assertParamExists)('deleteAccessModelMetadataFromEntitlement', 'attributeValue', attributeValue);
|
|
26667
|
-
if (xSailPointExperimental === undefined) {
|
|
26668
|
-
xSailPointExperimental = 'true';
|
|
26669
|
-
}
|
|
26670
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
26671
|
-
(0, common_1.assertParamExists)('deleteAccessModelMetadataFromEntitlement', 'xSailPointExperimental', xSailPointExperimental);
|
|
26672
26640
|
localVarPath = "/entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}"
|
|
26673
26641
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)))
|
|
26674
26642
|
.replace("{".concat("attributeKey", "}"), encodeURIComponent(String(attributeKey)))
|
|
@@ -26697,9 +26665,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26697
26665
|
// authentication userAuth required
|
|
26698
26666
|
// oauth required
|
|
26699
26667
|
_a.sent();
|
|
26700
|
-
if (xSailPointExperimental != null) {
|
|
26701
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26702
|
-
}
|
|
26703
26668
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26704
26669
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26705
26670
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26715,11 +26680,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26715
26680
|
* This API returns an entitlement by its ID.
|
|
26716
26681
|
* @summary Get an entitlement
|
|
26717
26682
|
* @param {string} id The entitlement ID
|
|
26718
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26719
26683
|
* @param {*} [axiosOptions] Override http request option.
|
|
26720
26684
|
* @throws {RequiredError}
|
|
26721
26685
|
*/
|
|
26722
|
-
getEntitlement: function (id,
|
|
26686
|
+
getEntitlement: function (id, axiosOptions) {
|
|
26723
26687
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26724
26688
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26725
26689
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26728,9 +26692,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26728
26692
|
case 0:
|
|
26729
26693
|
// verify required parameter 'id' is not null or undefined
|
|
26730
26694
|
(0, common_1.assertParamExists)('getEntitlement', 'id', id);
|
|
26731
|
-
if (xSailPointExperimental === undefined) {
|
|
26732
|
-
xSailPointExperimental = 'true';
|
|
26733
|
-
}
|
|
26734
26695
|
localVarPath = "/entitlements/{id}"
|
|
26735
26696
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26736
26697
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26757,9 +26718,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26757
26718
|
// authentication userAuth required
|
|
26758
26719
|
// oauth required
|
|
26759
26720
|
_a.sent();
|
|
26760
|
-
if (xSailPointExperimental != null) {
|
|
26761
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26762
|
-
}
|
|
26763
26721
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26764
26722
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26765
26723
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26775,11 +26733,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26775
26733
|
* This API returns the entitlement request config for a specified entitlement.
|
|
26776
26734
|
* @summary Get entitlement request config
|
|
26777
26735
|
* @param {string} id Entitlement Id
|
|
26778
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26779
26736
|
* @param {*} [axiosOptions] Override http request option.
|
|
26780
26737
|
* @throws {RequiredError}
|
|
26781
26738
|
*/
|
|
26782
|
-
getEntitlementRequestConfig: function (id,
|
|
26739
|
+
getEntitlementRequestConfig: function (id, axiosOptions) {
|
|
26783
26740
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26784
26741
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26785
26742
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26788,9 +26745,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26788
26745
|
case 0:
|
|
26789
26746
|
// verify required parameter 'id' is not null or undefined
|
|
26790
26747
|
(0, common_1.assertParamExists)('getEntitlementRequestConfig', 'id', id);
|
|
26791
|
-
if (xSailPointExperimental === undefined) {
|
|
26792
|
-
xSailPointExperimental = 'true';
|
|
26793
|
-
}
|
|
26794
26748
|
localVarPath = "/entitlements/{id}/entitlement-request-config"
|
|
26795
26749
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26796
26750
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26817,9 +26771,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26817
26771
|
// authentication userAuth required
|
|
26818
26772
|
// oauth required
|
|
26819
26773
|
_a.sent();
|
|
26820
|
-
if (xSailPointExperimental != null) {
|
|
26821
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26822
|
-
}
|
|
26823
26774
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26824
26775
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26825
26776
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26835,13 +26786,12 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26835
26786
|
* Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
26836
26787
|
* @summary Aggregate entitlements
|
|
26837
26788
|
* @param {string} id Source Id
|
|
26838
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26839
26789
|
* @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
|
|
26840
26790
|
* @param {*} [axiosOptions] Override http request option.
|
|
26841
26791
|
* @deprecated
|
|
26842
26792
|
* @throws {RequiredError}
|
|
26843
26793
|
*/
|
|
26844
|
-
importEntitlementsBySource: function (id,
|
|
26794
|
+
importEntitlementsBySource: function (id, csvFile, axiosOptions) {
|
|
26845
26795
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26846
26796
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26847
26797
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
@@ -26850,9 +26800,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26850
26800
|
case 0:
|
|
26851
26801
|
// verify required parameter 'id' is not null or undefined
|
|
26852
26802
|
(0, common_1.assertParamExists)('importEntitlementsBySource', 'id', id);
|
|
26853
|
-
if (xSailPointExperimental === undefined) {
|
|
26854
|
-
xSailPointExperimental = 'true';
|
|
26855
|
-
}
|
|
26856
26803
|
localVarPath = "/entitlements/aggregate/sources/{id}"
|
|
26857
26804
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26858
26805
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26884,9 +26831,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26884
26831
|
localVarFormParams.append('csvFile', csvFile);
|
|
26885
26832
|
}
|
|
26886
26833
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
26887
|
-
if (xSailPointExperimental != null) {
|
|
26888
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26889
|
-
}
|
|
26890
26834
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26891
26835
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26892
26836
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26908,11 +26852,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26908
26852
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
26909
26853
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
|
|
26910
26854
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **type**: *eq, in* **attribute**: *eq, in* **value**: *eq, in, sw* **source.id**: *eq, in* **requestable**: *eq* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
|
|
26911
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26912
26855
|
* @param {*} [axiosOptions] Override http request option.
|
|
26913
26856
|
* @throws {RequiredError}
|
|
26914
26857
|
*/
|
|
26915
|
-
listEntitlementChildren: function (id, limit, offset, count, sorters, filters,
|
|
26858
|
+
listEntitlementChildren: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
26916
26859
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26917
26860
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26918
26861
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26921,9 +26864,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26921
26864
|
case 0:
|
|
26922
26865
|
// verify required parameter 'id' is not null or undefined
|
|
26923
26866
|
(0, common_1.assertParamExists)('listEntitlementChildren', 'id', id);
|
|
26924
|
-
if (xSailPointExperimental === undefined) {
|
|
26925
|
-
xSailPointExperimental = 'true';
|
|
26926
|
-
}
|
|
26927
26867
|
localVarPath = "/entitlements/{id}/children"
|
|
26928
26868
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26929
26869
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26965,9 +26905,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26965
26905
|
if (filters !== undefined) {
|
|
26966
26906
|
localVarQueryParameter['filters'] = filters;
|
|
26967
26907
|
}
|
|
26968
|
-
if (xSailPointExperimental != null) {
|
|
26969
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26970
|
-
}
|
|
26971
26908
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26972
26909
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26973
26910
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26988,11 +26925,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26988
26925
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
26989
26926
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
|
|
26990
26927
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **type**: *eq, in* **attribute**: *eq, in* **value**: *eq, in, sw* **source.id**: *eq, in* **requestable**: *eq* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
|
|
26991
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26992
26928
|
* @param {*} [axiosOptions] Override http request option.
|
|
26993
26929
|
* @throws {RequiredError}
|
|
26994
26930
|
*/
|
|
26995
|
-
listEntitlementParents: function (id, limit, offset, count, sorters, filters,
|
|
26931
|
+
listEntitlementParents: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
26996
26932
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26997
26933
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26998
26934
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27001,9 +26937,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27001
26937
|
case 0:
|
|
27002
26938
|
// verify required parameter 'id' is not null or undefined
|
|
27003
26939
|
(0, common_1.assertParamExists)('listEntitlementParents', 'id', id);
|
|
27004
|
-
if (xSailPointExperimental === undefined) {
|
|
27005
|
-
xSailPointExperimental = 'true';
|
|
27006
|
-
}
|
|
27007
26940
|
localVarPath = "/entitlements/{id}/parents"
|
|
27008
26941
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
27009
26942
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -27045,9 +26978,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27045
26978
|
if (filters !== undefined) {
|
|
27046
26979
|
localVarQueryParameter['filters'] = filters;
|
|
27047
26980
|
}
|
|
27048
|
-
if (xSailPointExperimental != null) {
|
|
27049
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27050
|
-
}
|
|
27051
26981
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27052
26982
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27053
26983
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27063,7 +26993,7 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27063
26993
|
* This API returns a list of entitlements. This API can be used in one of the two following ways: either getting entitlements for a specific **account-id**, or getting via use of **filters** (those two options are exclusive). Any authenticated token can call this API.
|
|
27064
26994
|
* @summary Gets a list of entitlements.
|
|
27065
26995
|
* @param {string} [accountId] The account ID. If specified, returns only entitlements associated with the given Account. Cannot be specified with the **filters**, **segmented-for-identity**, **for-segment-ids**, or **include-unsegmented** param(s).
|
|
27066
|
-
* @param {string} [segmentedForIdentity] If present and not empty, additionally filters Entitlements to those which are assigned to the Segment(s) which are visible to the Identity with the specified ID.
|
|
26996
|
+
* @param {string} [segmentedForIdentity] If present and not empty, additionally filters Entitlements to those which are assigned to the Segment(s) which are visible to the Identity with the specified ID. Cannot be specified with the **account-id** or **for-segment-ids** param(s). It is also illegal to specify a value that refers to a different user\'s Identity.
|
|
27067
26997
|
* @param {string} [forSegmentIds] If present and not empty, additionally filters Access Profiles to those which are assigned to the Segment(s) with the specified IDs. Cannot be specified with the **account-id** or **segmented-for-identity** param(s).
|
|
27068
26998
|
* @param {boolean} [includeUnsegmented] Whether or not the response list should contain unsegmented Entitlements. If **for-segment-ids** and **segmented-for-identity** are both absent or empty, specifying **include-unsegmented=false** results in an error.
|
|
27069
26999
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -27071,20 +27001,16 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27071
27001
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
27072
27002
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id, requestable**
|
|
27073
27003
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **type**: *eq, in* **attribute**: *eq, in* **value**: *eq, in, sw* **source.id**: *eq, in* **requestable**: *eq* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in*
|
|
27074
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27075
27004
|
* @param {*} [axiosOptions] Override http request option.
|
|
27076
27005
|
* @throws {RequiredError}
|
|
27077
27006
|
*/
|
|
27078
|
-
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters,
|
|
27007
|
+
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters, axiosOptions) {
|
|
27079
27008
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27080
27009
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27081
27010
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
27082
27011
|
return __generator(this, function (_a) {
|
|
27083
27012
|
switch (_a.label) {
|
|
27084
27013
|
case 0:
|
|
27085
|
-
if (xSailPointExperimental === undefined) {
|
|
27086
|
-
xSailPointExperimental = 'true';
|
|
27087
|
-
}
|
|
27088
27014
|
localVarPath = "/entitlements";
|
|
27089
27015
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
27090
27016
|
if (configuration) {
|
|
@@ -27137,9 +27063,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27137
27063
|
if (filters !== undefined) {
|
|
27138
27064
|
localVarQueryParameter['filters'] = filters;
|
|
27139
27065
|
}
|
|
27140
|
-
if (xSailPointExperimental != null) {
|
|
27141
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27142
|
-
}
|
|
27143
27066
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27144
27067
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27145
27068
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27155,12 +27078,11 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27155
27078
|
* This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**, **name**, **description**, and **manuallyUpdatedFields** When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY.
|
|
27156
27079
|
* @summary Patch an entitlement
|
|
27157
27080
|
* @param {string} id ID of the entitlement to patch
|
|
27158
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27159
27081
|
* @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
|
|
27160
27082
|
* @param {*} [axiosOptions] Override http request option.
|
|
27161
27083
|
* @throws {RequiredError}
|
|
27162
27084
|
*/
|
|
27163
|
-
patchEntitlement: function (id,
|
|
27085
|
+
patchEntitlement: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
27164
27086
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27165
27087
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27166
27088
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27169,11 +27091,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27169
27091
|
case 0:
|
|
27170
27092
|
// verify required parameter 'id' is not null or undefined
|
|
27171
27093
|
(0, common_1.assertParamExists)('patchEntitlement', 'id', id);
|
|
27172
|
-
if (xSailPointExperimental === undefined) {
|
|
27173
|
-
xSailPointExperimental = 'true';
|
|
27174
|
-
}
|
|
27175
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
27176
|
-
(0, common_1.assertParamExists)('patchEntitlement', 'xSailPointExperimental', xSailPointExperimental);
|
|
27177
27094
|
localVarPath = "/entitlements/{id}"
|
|
27178
27095
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
27179
27096
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -27201,9 +27118,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27201
27118
|
// oauth required
|
|
27202
27119
|
_a.sent();
|
|
27203
27120
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
27204
|
-
if (xSailPointExperimental != null) {
|
|
27205
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27206
|
-
}
|
|
27207
27121
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27208
27122
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27209
27123
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27220,12 +27134,11 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27220
27134
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
27221
27135
|
* @summary Replace entitlement request config
|
|
27222
27136
|
* @param {string} id Entitlement ID
|
|
27223
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27224
27137
|
* @param {EntitlementRequestConfigV2024} entitlementRequestConfigV2024
|
|
27225
27138
|
* @param {*} [axiosOptions] Override http request option.
|
|
27226
27139
|
* @throws {RequiredError}
|
|
27227
27140
|
*/
|
|
27228
|
-
putEntitlementRequestConfig: function (id,
|
|
27141
|
+
putEntitlementRequestConfig: function (id, entitlementRequestConfigV2024, axiosOptions) {
|
|
27229
27142
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27230
27143
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27231
27144
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27234,11 +27147,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27234
27147
|
case 0:
|
|
27235
27148
|
// verify required parameter 'id' is not null or undefined
|
|
27236
27149
|
(0, common_1.assertParamExists)('putEntitlementRequestConfig', 'id', id);
|
|
27237
|
-
if (xSailPointExperimental === undefined) {
|
|
27238
|
-
xSailPointExperimental = 'true';
|
|
27239
|
-
}
|
|
27240
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
27241
|
-
(0, common_1.assertParamExists)('putEntitlementRequestConfig', 'xSailPointExperimental', xSailPointExperimental);
|
|
27242
27150
|
// verify required parameter 'entitlementRequestConfigV2024' is not null or undefined
|
|
27243
27151
|
(0, common_1.assertParamExists)('putEntitlementRequestConfig', 'entitlementRequestConfigV2024', entitlementRequestConfigV2024);
|
|
27244
27152
|
localVarPath = "/entitlements/{id}/entitlement-request-config"
|
|
@@ -27268,9 +27176,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27268
27176
|
// oauth required
|
|
27269
27177
|
_a.sent();
|
|
27270
27178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
27271
|
-
if (xSailPointExperimental != null) {
|
|
27272
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27273
|
-
}
|
|
27274
27179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27275
27180
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27276
27181
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27287,11 +27192,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27287
27192
|
* Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
|
|
27288
27193
|
* @summary Reset source entitlements
|
|
27289
27194
|
* @param {string} id ID of source for the entitlement reset
|
|
27290
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27291
27195
|
* @param {*} [axiosOptions] Override http request option.
|
|
27292
27196
|
* @throws {RequiredError}
|
|
27293
27197
|
*/
|
|
27294
|
-
resetSourceEntitlements: function (id,
|
|
27198
|
+
resetSourceEntitlements: function (id, axiosOptions) {
|
|
27295
27199
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27296
27200
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27297
27201
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27300,9 +27204,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27300
27204
|
case 0:
|
|
27301
27205
|
// verify required parameter 'id' is not null or undefined
|
|
27302
27206
|
(0, common_1.assertParamExists)('resetSourceEntitlements', 'id', id);
|
|
27303
|
-
if (xSailPointExperimental === undefined) {
|
|
27304
|
-
xSailPointExperimental = 'true';
|
|
27305
|
-
}
|
|
27306
27207
|
localVarPath = "/entitlements/reset/sources/{id}"
|
|
27307
27208
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
27308
27209
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -27329,9 +27230,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27329
27230
|
// authentication userAuth required
|
|
27330
27231
|
// oauth required
|
|
27331
27232
|
_a.sent();
|
|
27332
|
-
if (xSailPointExperimental != null) {
|
|
27333
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27334
|
-
}
|
|
27335
27233
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27336
27234
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27337
27235
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27344,14 +27242,13 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27344
27242
|
});
|
|
27345
27243
|
},
|
|
27346
27244
|
/**
|
|
27347
|
-
*
|
|
27245
|
+
* This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. examples of allowed operations : `**{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/privilegeOverride/overrideLevel\",\"value\": string }**` A token with ORG_ADMIN or API authority is required to call this API.
|
|
27348
27246
|
* @summary Bulk update an entitlement list
|
|
27349
27247
|
* @param {EntitlementBulkUpdateRequestV2024} entitlementBulkUpdateRequestV2024
|
|
27350
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27351
27248
|
* @param {*} [axiosOptions] Override http request option.
|
|
27352
27249
|
* @throws {RequiredError}
|
|
27353
27250
|
*/
|
|
27354
|
-
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024,
|
|
27251
|
+
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024, axiosOptions) {
|
|
27355
27252
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27356
27253
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27357
27254
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27360,9 +27257,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27360
27257
|
case 0:
|
|
27361
27258
|
// verify required parameter 'entitlementBulkUpdateRequestV2024' is not null or undefined
|
|
27362
27259
|
(0, common_1.assertParamExists)('updateEntitlementsInBulk', 'entitlementBulkUpdateRequestV2024', entitlementBulkUpdateRequestV2024);
|
|
27363
|
-
if (xSailPointExperimental === undefined) {
|
|
27364
|
-
xSailPointExperimental = 'true';
|
|
27365
|
-
}
|
|
27366
27260
|
localVarPath = "/entitlements/bulk-update";
|
|
27367
27261
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
27368
27262
|
if (configuration) {
|
|
@@ -27389,9 +27283,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27389
27283
|
// oauth required
|
|
27390
27284
|
_a.sent();
|
|
27391
27285
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
27392
|
-
if (xSailPointExperimental != null) {
|
|
27393
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27394
|
-
}
|
|
27395
27286
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27396
27287
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27397
27288
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27420,17 +27311,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27420
27311
|
* @param {string} id The entitlement id.
|
|
27421
27312
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
27422
27313
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
27423
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27424
27314
|
* @param {*} [axiosOptions] Override http request option.
|
|
27425
27315
|
* @throws {RequiredError}
|
|
27426
27316
|
*/
|
|
27427
|
-
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue,
|
|
27317
|
+
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
27428
27318
|
var _a, _b, _c;
|
|
27429
27319
|
return __awaiter(this, void 0, void 0, function () {
|
|
27430
27320
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27431
27321
|
return __generator(this, function (_d) {
|
|
27432
27322
|
switch (_d.label) {
|
|
27433
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataForEntitlement(id, attributeKey, attributeValue,
|
|
27323
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataForEntitlement(id, attributeKey, attributeValue, axiosOptions)];
|
|
27434
27324
|
case 1:
|
|
27435
27325
|
localVarAxiosArgs = _d.sent();
|
|
27436
27326
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27446,17 +27336,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27446
27336
|
* @param {string} id The entitlement id.
|
|
27447
27337
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
27448
27338
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
27449
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27450
27339
|
* @param {*} [axiosOptions] Override http request option.
|
|
27451
27340
|
* @throws {RequiredError}
|
|
27452
27341
|
*/
|
|
27453
|
-
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue,
|
|
27342
|
+
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
27454
27343
|
var _a, _b, _c;
|
|
27455
27344
|
return __awaiter(this, void 0, void 0, function () {
|
|
27456
27345
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27457
27346
|
return __generator(this, function (_d) {
|
|
27458
27347
|
switch (_d.label) {
|
|
27459
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccessModelMetadataFromEntitlement(id, attributeKey, attributeValue,
|
|
27348
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccessModelMetadataFromEntitlement(id, attributeKey, attributeValue, axiosOptions)];
|
|
27460
27349
|
case 1:
|
|
27461
27350
|
localVarAxiosArgs = _d.sent();
|
|
27462
27351
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27470,17 +27359,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27470
27359
|
* This API returns an entitlement by its ID.
|
|
27471
27360
|
* @summary Get an entitlement
|
|
27472
27361
|
* @param {string} id The entitlement ID
|
|
27473
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27474
27362
|
* @param {*} [axiosOptions] Override http request option.
|
|
27475
27363
|
* @throws {RequiredError}
|
|
27476
27364
|
*/
|
|
27477
|
-
getEntitlement: function (id,
|
|
27365
|
+
getEntitlement: function (id, axiosOptions) {
|
|
27478
27366
|
var _a, _b, _c;
|
|
27479
27367
|
return __awaiter(this, void 0, void 0, function () {
|
|
27480
27368
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27481
27369
|
return __generator(this, function (_d) {
|
|
27482
27370
|
switch (_d.label) {
|
|
27483
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlement(id,
|
|
27371
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlement(id, axiosOptions)];
|
|
27484
27372
|
case 1:
|
|
27485
27373
|
localVarAxiosArgs = _d.sent();
|
|
27486
27374
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27494,17 +27382,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27494
27382
|
* This API returns the entitlement request config for a specified entitlement.
|
|
27495
27383
|
* @summary Get entitlement request config
|
|
27496
27384
|
* @param {string} id Entitlement Id
|
|
27497
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27498
27385
|
* @param {*} [axiosOptions] Override http request option.
|
|
27499
27386
|
* @throws {RequiredError}
|
|
27500
27387
|
*/
|
|
27501
|
-
getEntitlementRequestConfig: function (id,
|
|
27388
|
+
getEntitlementRequestConfig: function (id, axiosOptions) {
|
|
27502
27389
|
var _a, _b, _c;
|
|
27503
27390
|
return __awaiter(this, void 0, void 0, function () {
|
|
27504
27391
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27505
27392
|
return __generator(this, function (_d) {
|
|
27506
27393
|
switch (_d.label) {
|
|
27507
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlementRequestConfig(id,
|
|
27394
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlementRequestConfig(id, axiosOptions)];
|
|
27508
27395
|
case 1:
|
|
27509
27396
|
localVarAxiosArgs = _d.sent();
|
|
27510
27397
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27518,19 +27405,18 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27518
27405
|
* Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
27519
27406
|
* @summary Aggregate entitlements
|
|
27520
27407
|
* @param {string} id Source Id
|
|
27521
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27522
27408
|
* @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
|
|
27523
27409
|
* @param {*} [axiosOptions] Override http request option.
|
|
27524
27410
|
* @deprecated
|
|
27525
27411
|
* @throws {RequiredError}
|
|
27526
27412
|
*/
|
|
27527
|
-
importEntitlementsBySource: function (id,
|
|
27413
|
+
importEntitlementsBySource: function (id, csvFile, axiosOptions) {
|
|
27528
27414
|
var _a, _b, _c;
|
|
27529
27415
|
return __awaiter(this, void 0, void 0, function () {
|
|
27530
27416
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27531
27417
|
return __generator(this, function (_d) {
|
|
27532
27418
|
switch (_d.label) {
|
|
27533
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlementsBySource(id,
|
|
27419
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlementsBySource(id, csvFile, axiosOptions)];
|
|
27534
27420
|
case 1:
|
|
27535
27421
|
localVarAxiosArgs = _d.sent();
|
|
27536
27422
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27549,17 +27435,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27549
27435
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
27550
27436
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
|
|
27551
27437
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **type**: *eq, in* **attribute**: *eq, in* **value**: *eq, in, sw* **source.id**: *eq, in* **requestable**: *eq* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
|
|
27552
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27553
27438
|
* @param {*} [axiosOptions] Override http request option.
|
|
27554
27439
|
* @throws {RequiredError}
|
|
27555
27440
|
*/
|
|
27556
|
-
listEntitlementChildren: function (id, limit, offset, count, sorters, filters,
|
|
27441
|
+
listEntitlementChildren: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
27557
27442
|
var _a, _b, _c;
|
|
27558
27443
|
return __awaiter(this, void 0, void 0, function () {
|
|
27559
27444
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27560
27445
|
return __generator(this, function (_d) {
|
|
27561
27446
|
switch (_d.label) {
|
|
27562
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listEntitlementChildren(id, limit, offset, count, sorters, filters,
|
|
27447
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listEntitlementChildren(id, limit, offset, count, sorters, filters, axiosOptions)];
|
|
27563
27448
|
case 1:
|
|
27564
27449
|
localVarAxiosArgs = _d.sent();
|
|
27565
27450
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27578,17 +27463,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27578
27463
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
27579
27464
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
|
|
27580
27465
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **type**: *eq, in* **attribute**: *eq, in* **value**: *eq, in, sw* **source.id**: *eq, in* **requestable**: *eq* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
|
|
27581
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27582
27466
|
* @param {*} [axiosOptions] Override http request option.
|
|
27583
27467
|
* @throws {RequiredError}
|
|
27584
27468
|
*/
|
|
27585
|
-
listEntitlementParents: function (id, limit, offset, count, sorters, filters,
|
|
27469
|
+
listEntitlementParents: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
27586
27470
|
var _a, _b, _c;
|
|
27587
27471
|
return __awaiter(this, void 0, void 0, function () {
|
|
27588
27472
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27589
27473
|
return __generator(this, function (_d) {
|
|
27590
27474
|
switch (_d.label) {
|
|
27591
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listEntitlementParents(id, limit, offset, count, sorters, filters,
|
|
27475
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listEntitlementParents(id, limit, offset, count, sorters, filters, axiosOptions)];
|
|
27592
27476
|
case 1:
|
|
27593
27477
|
localVarAxiosArgs = _d.sent();
|
|
27594
27478
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27602,7 +27486,7 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27602
27486
|
* This API returns a list of entitlements. This API can be used in one of the two following ways: either getting entitlements for a specific **account-id**, or getting via use of **filters** (those two options are exclusive). Any authenticated token can call this API.
|
|
27603
27487
|
* @summary Gets a list of entitlements.
|
|
27604
27488
|
* @param {string} [accountId] The account ID. If specified, returns only entitlements associated with the given Account. Cannot be specified with the **filters**, **segmented-for-identity**, **for-segment-ids**, or **include-unsegmented** param(s).
|
|
27605
|
-
* @param {string} [segmentedForIdentity] If present and not empty, additionally filters Entitlements to those which are assigned to the Segment(s) which are visible to the Identity with the specified ID.
|
|
27489
|
+
* @param {string} [segmentedForIdentity] If present and not empty, additionally filters Entitlements to those which are assigned to the Segment(s) which are visible to the Identity with the specified ID. Cannot be specified with the **account-id** or **for-segment-ids** param(s). It is also illegal to specify a value that refers to a different user\'s Identity.
|
|
27606
27490
|
* @param {string} [forSegmentIds] If present and not empty, additionally filters Access Profiles to those which are assigned to the Segment(s) with the specified IDs. Cannot be specified with the **account-id** or **segmented-for-identity** param(s).
|
|
27607
27491
|
* @param {boolean} [includeUnsegmented] Whether or not the response list should contain unsegmented Entitlements. If **for-segment-ids** and **segmented-for-identity** are both absent or empty, specifying **include-unsegmented=false** results in an error.
|
|
27608
27492
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -27610,17 +27494,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27610
27494
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
27611
27495
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id, requestable**
|
|
27612
27496
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, in, sw* **type**: *eq, in* **attribute**: *eq, in* **value**: *eq, in, sw* **source.id**: *eq, in* **requestable**: *eq* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in*
|
|
27613
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27614
27497
|
* @param {*} [axiosOptions] Override http request option.
|
|
27615
27498
|
* @throws {RequiredError}
|
|
27616
27499
|
*/
|
|
27617
|
-
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters,
|
|
27500
|
+
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters, axiosOptions) {
|
|
27618
27501
|
var _a, _b, _c;
|
|
27619
27502
|
return __awaiter(this, void 0, void 0, function () {
|
|
27620
27503
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27621
27504
|
return __generator(this, function (_d) {
|
|
27622
27505
|
switch (_d.label) {
|
|
27623
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listEntitlements(accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters,
|
|
27506
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listEntitlements(accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters, axiosOptions)];
|
|
27624
27507
|
case 1:
|
|
27625
27508
|
localVarAxiosArgs = _d.sent();
|
|
27626
27509
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27634,18 +27517,17 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27634
27517
|
* This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**, **name**, **description**, and **manuallyUpdatedFields** When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY.
|
|
27635
27518
|
* @summary Patch an entitlement
|
|
27636
27519
|
* @param {string} id ID of the entitlement to patch
|
|
27637
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27638
27520
|
* @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
|
|
27639
27521
|
* @param {*} [axiosOptions] Override http request option.
|
|
27640
27522
|
* @throws {RequiredError}
|
|
27641
27523
|
*/
|
|
27642
|
-
patchEntitlement: function (id,
|
|
27524
|
+
patchEntitlement: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
27643
27525
|
var _a, _b, _c;
|
|
27644
27526
|
return __awaiter(this, void 0, void 0, function () {
|
|
27645
27527
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27646
27528
|
return __generator(this, function (_d) {
|
|
27647
27529
|
switch (_d.label) {
|
|
27648
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchEntitlement(id,
|
|
27530
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchEntitlement(id, jsonPatchOperationV2024, axiosOptions)];
|
|
27649
27531
|
case 1:
|
|
27650
27532
|
localVarAxiosArgs = _d.sent();
|
|
27651
27533
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27659,18 +27541,17 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27659
27541
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
27660
27542
|
* @summary Replace entitlement request config
|
|
27661
27543
|
* @param {string} id Entitlement ID
|
|
27662
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27663
27544
|
* @param {EntitlementRequestConfigV2024} entitlementRequestConfigV2024
|
|
27664
27545
|
* @param {*} [axiosOptions] Override http request option.
|
|
27665
27546
|
* @throws {RequiredError}
|
|
27666
27547
|
*/
|
|
27667
|
-
putEntitlementRequestConfig: function (id,
|
|
27548
|
+
putEntitlementRequestConfig: function (id, entitlementRequestConfigV2024, axiosOptions) {
|
|
27668
27549
|
var _a, _b, _c;
|
|
27669
27550
|
return __awaiter(this, void 0, void 0, function () {
|
|
27670
27551
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27671
27552
|
return __generator(this, function (_d) {
|
|
27672
27553
|
switch (_d.label) {
|
|
27673
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putEntitlementRequestConfig(id,
|
|
27554
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putEntitlementRequestConfig(id, entitlementRequestConfigV2024, axiosOptions)];
|
|
27674
27555
|
case 1:
|
|
27675
27556
|
localVarAxiosArgs = _d.sent();
|
|
27676
27557
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27684,17 +27565,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27684
27565
|
* Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
|
|
27685
27566
|
* @summary Reset source entitlements
|
|
27686
27567
|
* @param {string} id ID of source for the entitlement reset
|
|
27687
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27688
27568
|
* @param {*} [axiosOptions] Override http request option.
|
|
27689
27569
|
* @throws {RequiredError}
|
|
27690
27570
|
*/
|
|
27691
|
-
resetSourceEntitlements: function (id,
|
|
27571
|
+
resetSourceEntitlements: function (id, axiosOptions) {
|
|
27692
27572
|
var _a, _b, _c;
|
|
27693
27573
|
return __awaiter(this, void 0, void 0, function () {
|
|
27694
27574
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27695
27575
|
return __generator(this, function (_d) {
|
|
27696
27576
|
switch (_d.label) {
|
|
27697
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.resetSourceEntitlements(id,
|
|
27577
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.resetSourceEntitlements(id, axiosOptions)];
|
|
27698
27578
|
case 1:
|
|
27699
27579
|
localVarAxiosArgs = _d.sent();
|
|
27700
27580
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27705,20 +27585,19 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27705
27585
|
});
|
|
27706
27586
|
},
|
|
27707
27587
|
/**
|
|
27708
|
-
*
|
|
27588
|
+
* This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. examples of allowed operations : `**{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/privilegeOverride/overrideLevel\",\"value\": string }**` A token with ORG_ADMIN or API authority is required to call this API.
|
|
27709
27589
|
* @summary Bulk update an entitlement list
|
|
27710
27590
|
* @param {EntitlementBulkUpdateRequestV2024} entitlementBulkUpdateRequestV2024
|
|
27711
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27712
27591
|
* @param {*} [axiosOptions] Override http request option.
|
|
27713
27592
|
* @throws {RequiredError}
|
|
27714
27593
|
*/
|
|
27715
|
-
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024,
|
|
27594
|
+
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024, axiosOptions) {
|
|
27716
27595
|
var _a, _b, _c;
|
|
27717
27596
|
return __awaiter(this, void 0, void 0, function () {
|
|
27718
27597
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27719
27598
|
return __generator(this, function (_d) {
|
|
27720
27599
|
switch (_d.label) {
|
|
27721
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateEntitlementsInBulk(entitlementBulkUpdateRequestV2024,
|
|
27600
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateEntitlementsInBulk(entitlementBulkUpdateRequestV2024, axiosOptions)];
|
|
27722
27601
|
case 1:
|
|
27723
27602
|
localVarAxiosArgs = _d.sent();
|
|
27724
27603
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27746,7 +27625,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27746
27625
|
* @throws {RequiredError}
|
|
27747
27626
|
*/
|
|
27748
27627
|
createAccessModelMetadataForEntitlement: function (requestParameters, axiosOptions) {
|
|
27749
|
-
return localVarFp.createAccessModelMetadataForEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue,
|
|
27628
|
+
return localVarFp.createAccessModelMetadataForEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27750
27629
|
},
|
|
27751
27630
|
/**
|
|
27752
27631
|
* Remove single Access Model Metadata from an entitlement.
|
|
@@ -27756,7 +27635,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27756
27635
|
* @throws {RequiredError}
|
|
27757
27636
|
*/
|
|
27758
27637
|
deleteAccessModelMetadataFromEntitlement: function (requestParameters, axiosOptions) {
|
|
27759
|
-
return localVarFp.deleteAccessModelMetadataFromEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue,
|
|
27638
|
+
return localVarFp.deleteAccessModelMetadataFromEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27760
27639
|
},
|
|
27761
27640
|
/**
|
|
27762
27641
|
* This API returns an entitlement by its ID.
|
|
@@ -27766,7 +27645,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27766
27645
|
* @throws {RequiredError}
|
|
27767
27646
|
*/
|
|
27768
27647
|
getEntitlement: function (requestParameters, axiosOptions) {
|
|
27769
|
-
return localVarFp.getEntitlement(requestParameters.id,
|
|
27648
|
+
return localVarFp.getEntitlement(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27770
27649
|
},
|
|
27771
27650
|
/**
|
|
27772
27651
|
* This API returns the entitlement request config for a specified entitlement.
|
|
@@ -27776,7 +27655,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27776
27655
|
* @throws {RequiredError}
|
|
27777
27656
|
*/
|
|
27778
27657
|
getEntitlementRequestConfig: function (requestParameters, axiosOptions) {
|
|
27779
|
-
return localVarFp.getEntitlementRequestConfig(requestParameters.id,
|
|
27658
|
+
return localVarFp.getEntitlementRequestConfig(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27780
27659
|
},
|
|
27781
27660
|
/**
|
|
27782
27661
|
* Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
@@ -27787,7 +27666,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27787
27666
|
* @throws {RequiredError}
|
|
27788
27667
|
*/
|
|
27789
27668
|
importEntitlementsBySource: function (requestParameters, axiosOptions) {
|
|
27790
|
-
return localVarFp.importEntitlementsBySource(requestParameters.id, requestParameters.
|
|
27669
|
+
return localVarFp.importEntitlementsBySource(requestParameters.id, requestParameters.csvFile, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27791
27670
|
},
|
|
27792
27671
|
/**
|
|
27793
27672
|
* This API returns a list of all child entitlements of a given entitlement.
|
|
@@ -27797,7 +27676,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27797
27676
|
* @throws {RequiredError}
|
|
27798
27677
|
*/
|
|
27799
27678
|
listEntitlementChildren: function (requestParameters, axiosOptions) {
|
|
27800
|
-
return localVarFp.listEntitlementChildren(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters,
|
|
27679
|
+
return localVarFp.listEntitlementChildren(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27801
27680
|
},
|
|
27802
27681
|
/**
|
|
27803
27682
|
* This API returns a list of all parent entitlements of a given entitlement.
|
|
@@ -27807,7 +27686,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27807
27686
|
* @throws {RequiredError}
|
|
27808
27687
|
*/
|
|
27809
27688
|
listEntitlementParents: function (requestParameters, axiosOptions) {
|
|
27810
|
-
return localVarFp.listEntitlementParents(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters,
|
|
27689
|
+
return localVarFp.listEntitlementParents(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27811
27690
|
},
|
|
27812
27691
|
/**
|
|
27813
27692
|
* This API returns a list of entitlements. This API can be used in one of the two following ways: either getting entitlements for a specific **account-id**, or getting via use of **filters** (those two options are exclusive). Any authenticated token can call this API.
|
|
@@ -27818,7 +27697,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27818
27697
|
*/
|
|
27819
27698
|
listEntitlements: function (requestParameters, axiosOptions) {
|
|
27820
27699
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
27821
|
-
return localVarFp.listEntitlements(requestParameters.accountId, requestParameters.segmentedForIdentity, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.sorters, requestParameters.filters,
|
|
27700
|
+
return localVarFp.listEntitlements(requestParameters.accountId, requestParameters.segmentedForIdentity, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.sorters, requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27822
27701
|
},
|
|
27823
27702
|
/**
|
|
27824
27703
|
* This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**, **name**, **description**, and **manuallyUpdatedFields** When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY.
|
|
@@ -27828,7 +27707,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27828
27707
|
* @throws {RequiredError}
|
|
27829
27708
|
*/
|
|
27830
27709
|
patchEntitlement: function (requestParameters, axiosOptions) {
|
|
27831
|
-
return localVarFp.patchEntitlement(requestParameters.id, requestParameters.
|
|
27710
|
+
return localVarFp.patchEntitlement(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27832
27711
|
},
|
|
27833
27712
|
/**
|
|
27834
27713
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
@@ -27838,7 +27717,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27838
27717
|
* @throws {RequiredError}
|
|
27839
27718
|
*/
|
|
27840
27719
|
putEntitlementRequestConfig: function (requestParameters, axiosOptions) {
|
|
27841
|
-
return localVarFp.putEntitlementRequestConfig(requestParameters.id, requestParameters.
|
|
27720
|
+
return localVarFp.putEntitlementRequestConfig(requestParameters.id, requestParameters.entitlementRequestConfigV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27842
27721
|
},
|
|
27843
27722
|
/**
|
|
27844
27723
|
* Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
|
|
@@ -27848,17 +27727,17 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27848
27727
|
* @throws {RequiredError}
|
|
27849
27728
|
*/
|
|
27850
27729
|
resetSourceEntitlements: function (requestParameters, axiosOptions) {
|
|
27851
|
-
return localVarFp.resetSourceEntitlements(requestParameters.id,
|
|
27730
|
+
return localVarFp.resetSourceEntitlements(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27852
27731
|
},
|
|
27853
27732
|
/**
|
|
27854
|
-
*
|
|
27733
|
+
* This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. examples of allowed operations : `**{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/privilegeOverride/overrideLevel\",\"value\": string }**` A token with ORG_ADMIN or API authority is required to call this API.
|
|
27855
27734
|
* @summary Bulk update an entitlement list
|
|
27856
27735
|
* @param {EntitlementsV2024ApiUpdateEntitlementsInBulkRequest} requestParameters Request parameters.
|
|
27857
27736
|
* @param {*} [axiosOptions] Override http request option.
|
|
27858
27737
|
* @throws {RequiredError}
|
|
27859
27738
|
*/
|
|
27860
27739
|
updateEntitlementsInBulk: function (requestParameters, axiosOptions) {
|
|
27861
|
-
return localVarFp.updateEntitlementsInBulk(requestParameters.entitlementBulkUpdateRequestV2024,
|
|
27740
|
+
return localVarFp.updateEntitlementsInBulk(requestParameters.entitlementBulkUpdateRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27862
27741
|
},
|
|
27863
27742
|
};
|
|
27864
27743
|
};
|
|
@@ -27884,7 +27763,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27884
27763
|
*/
|
|
27885
27764
|
EntitlementsV2024Api.prototype.createAccessModelMetadataForEntitlement = function (requestParameters, axiosOptions) {
|
|
27886
27765
|
var _this = this;
|
|
27887
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).createAccessModelMetadataForEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue,
|
|
27766
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).createAccessModelMetadataForEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27888
27767
|
};
|
|
27889
27768
|
/**
|
|
27890
27769
|
* Remove single Access Model Metadata from an entitlement.
|
|
@@ -27896,7 +27775,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27896
27775
|
*/
|
|
27897
27776
|
EntitlementsV2024Api.prototype.deleteAccessModelMetadataFromEntitlement = function (requestParameters, axiosOptions) {
|
|
27898
27777
|
var _this = this;
|
|
27899
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).deleteAccessModelMetadataFromEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue,
|
|
27778
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).deleteAccessModelMetadataFromEntitlement(requestParameters.id, requestParameters.attributeKey, requestParameters.attributeValue, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27900
27779
|
};
|
|
27901
27780
|
/**
|
|
27902
27781
|
* This API returns an entitlement by its ID.
|
|
@@ -27908,7 +27787,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27908
27787
|
*/
|
|
27909
27788
|
EntitlementsV2024Api.prototype.getEntitlement = function (requestParameters, axiosOptions) {
|
|
27910
27789
|
var _this = this;
|
|
27911
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).getEntitlement(requestParameters.id,
|
|
27790
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).getEntitlement(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27912
27791
|
};
|
|
27913
27792
|
/**
|
|
27914
27793
|
* This API returns the entitlement request config for a specified entitlement.
|
|
@@ -27920,7 +27799,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27920
27799
|
*/
|
|
27921
27800
|
EntitlementsV2024Api.prototype.getEntitlementRequestConfig = function (requestParameters, axiosOptions) {
|
|
27922
27801
|
var _this = this;
|
|
27923
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).getEntitlementRequestConfig(requestParameters.id,
|
|
27802
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).getEntitlementRequestConfig(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27924
27803
|
};
|
|
27925
27804
|
/**
|
|
27926
27805
|
* Starts an entitlement aggregation on the specified source. Though this endpoint has been deprecated, you can find its Beta equivalent [here](https://developer.sailpoint.com/docs/api/beta/import-entitlements). If the target source is a direct connection, then the request body must be empty. You will also need to make sure the Content-Type header is not set. If you set the Content-Type header without specifying a body, then you will receive a 500 error. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
@@ -27933,7 +27812,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27933
27812
|
*/
|
|
27934
27813
|
EntitlementsV2024Api.prototype.importEntitlementsBySource = function (requestParameters, axiosOptions) {
|
|
27935
27814
|
var _this = this;
|
|
27936
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).importEntitlementsBySource(requestParameters.id, requestParameters.
|
|
27815
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).importEntitlementsBySource(requestParameters.id, requestParameters.csvFile, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27937
27816
|
};
|
|
27938
27817
|
/**
|
|
27939
27818
|
* This API returns a list of all child entitlements of a given entitlement.
|
|
@@ -27945,7 +27824,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27945
27824
|
*/
|
|
27946
27825
|
EntitlementsV2024Api.prototype.listEntitlementChildren = function (requestParameters, axiosOptions) {
|
|
27947
27826
|
var _this = this;
|
|
27948
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).listEntitlementChildren(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters,
|
|
27827
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).listEntitlementChildren(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27949
27828
|
};
|
|
27950
27829
|
/**
|
|
27951
27830
|
* This API returns a list of all parent entitlements of a given entitlement.
|
|
@@ -27957,7 +27836,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27957
27836
|
*/
|
|
27958
27837
|
EntitlementsV2024Api.prototype.listEntitlementParents = function (requestParameters, axiosOptions) {
|
|
27959
27838
|
var _this = this;
|
|
27960
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).listEntitlementParents(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters,
|
|
27839
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).listEntitlementParents(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.sorters, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27961
27840
|
};
|
|
27962
27841
|
/**
|
|
27963
27842
|
* This API returns a list of entitlements. This API can be used in one of the two following ways: either getting entitlements for a specific **account-id**, or getting via use of **filters** (those two options are exclusive). Any authenticated token can call this API.
|
|
@@ -27970,7 +27849,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27970
27849
|
EntitlementsV2024Api.prototype.listEntitlements = function (requestParameters, axiosOptions) {
|
|
27971
27850
|
var _this = this;
|
|
27972
27851
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
27973
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).listEntitlements(requestParameters.accountId, requestParameters.segmentedForIdentity, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.sorters, requestParameters.filters,
|
|
27852
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).listEntitlements(requestParameters.accountId, requestParameters.segmentedForIdentity, requestParameters.forSegmentIds, requestParameters.includeUnsegmented, requestParameters.offset, requestParameters.limit, requestParameters.count, requestParameters.sorters, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27974
27853
|
};
|
|
27975
27854
|
/**
|
|
27976
27855
|
* This API updates an existing entitlement using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax. The following fields are patchable: **requestable**, **privileged**, **segments**, **owner**, **name**, **description**, and **manuallyUpdatedFields** When you\'re patching owner, only owner type and owner id must be provided. Owner name is optional, and it won\'t be modified. If the owner name is provided, it should correspond to the real name. The only owner type currently supported is IDENTITY.
|
|
@@ -27982,7 +27861,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27982
27861
|
*/
|
|
27983
27862
|
EntitlementsV2024Api.prototype.patchEntitlement = function (requestParameters, axiosOptions) {
|
|
27984
27863
|
var _this = this;
|
|
27985
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).patchEntitlement(requestParameters.id, requestParameters.
|
|
27864
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).patchEntitlement(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27986
27865
|
};
|
|
27987
27866
|
/**
|
|
27988
27867
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
@@ -27994,7 +27873,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27994
27873
|
*/
|
|
27995
27874
|
EntitlementsV2024Api.prototype.putEntitlementRequestConfig = function (requestParameters, axiosOptions) {
|
|
27996
27875
|
var _this = this;
|
|
27997
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).putEntitlementRequestConfig(requestParameters.id, requestParameters.
|
|
27876
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).putEntitlementRequestConfig(requestParameters.id, requestParameters.entitlementRequestConfigV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
27998
27877
|
};
|
|
27999
27878
|
/**
|
|
28000
27879
|
* Remove all entitlements from a specific source. To reload the accounts along with the entitlements you removed, you must run an unoptimized aggregation. To do so, use [Account Aggregation](https://developer.sailpoint.com/docs/api/v2024/import-accounts/) with `disableOptimization` = `true`.
|
|
@@ -28006,10 +27885,10 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
28006
27885
|
*/
|
|
28007
27886
|
EntitlementsV2024Api.prototype.resetSourceEntitlements = function (requestParameters, axiosOptions) {
|
|
28008
27887
|
var _this = this;
|
|
28009
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).resetSourceEntitlements(requestParameters.id,
|
|
27888
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).resetSourceEntitlements(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28010
27889
|
};
|
|
28011
27890
|
/**
|
|
28012
|
-
*
|
|
27891
|
+
* This API applies an update to every entitlement of the list. The number of entitlements to update is limited to 50 items maximum. The JsonPatch update follows the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard. examples of allowed operations : `**{ \"op\": \"replace\", \"path\": \"/privileged\", \"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/requestable\",\"value\": boolean }**` `**{ \"op\": \"replace\", \"path\": \"/privilegeOverride/overrideLevel\",\"value\": string }**` A token with ORG_ADMIN or API authority is required to call this API.
|
|
28013
27892
|
* @summary Bulk update an entitlement list
|
|
28014
27893
|
* @param {EntitlementsV2024ApiUpdateEntitlementsInBulkRequest} requestParameters Request parameters.
|
|
28015
27894
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -28018,7 +27897,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
28018
27897
|
*/
|
|
28019
27898
|
EntitlementsV2024Api.prototype.updateEntitlementsInBulk = function (requestParameters, axiosOptions) {
|
|
28020
27899
|
var _this = this;
|
|
28021
|
-
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).updateEntitlementsInBulk(requestParameters.entitlementBulkUpdateRequestV2024,
|
|
27900
|
+
return (0, exports.EntitlementsV2024ApiFp)(this.configuration).updateEntitlementsInBulk(requestParameters.entitlementBulkUpdateRequestV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
28022
27901
|
};
|
|
28023
27902
|
return EntitlementsV2024Api;
|
|
28024
27903
|
}(base_1.BaseAPI));
|
|
@@ -38990,7 +38869,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38990
38869
|
},
|
|
38991
38870
|
/**
|
|
38992
38871
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
38993
|
-
* @summary
|
|
38872
|
+
* @summary List identity event history
|
|
38994
38873
|
* @param {string} id The identity id
|
|
38995
38874
|
* @param {string} [from] The optional instant until which access events are returned
|
|
38996
38875
|
* @param {Array<string>} [eventTypes] An optional list of event types to return. If null or empty, all events are returned
|
|
@@ -39025,7 +38904,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
39025
38904
|
localVarQueryParameter = {};
|
|
39026
38905
|
// authentication userAuth required
|
|
39027
38906
|
// oauth required
|
|
39028
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
38907
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
39029
38908
|
// authentication userAuth required
|
|
39030
38909
|
// oauth required
|
|
39031
38910
|
];
|
|
@@ -39035,7 +38914,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
39035
38914
|
_a.sent();
|
|
39036
38915
|
// authentication userAuth required
|
|
39037
38916
|
// oauth required
|
|
39038
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
38917
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
39039
38918
|
case 2:
|
|
39040
38919
|
// authentication userAuth required
|
|
39041
38920
|
// oauth required
|
|
@@ -39360,7 +39239,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
39360
39239
|
* This method retrieves a list of access item for the identity filtered by the access item type
|
|
39361
39240
|
* @summary List access items by identity
|
|
39362
39241
|
* @param {string} id The identity id
|
|
39363
|
-
* @param {
|
|
39242
|
+
* @param {ListIdentityAccessItemsTypeV2024} [type] The type of access item for the identity. If not provided, it defaults to account
|
|
39364
39243
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
39365
39244
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
39366
39245
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -39677,7 +39556,7 @@ var IdentityHistoryV2024ApiFp = function (configuration) {
|
|
|
39677
39556
|
},
|
|
39678
39557
|
/**
|
|
39679
39558
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
39680
|
-
* @summary
|
|
39559
|
+
* @summary List identity event history
|
|
39681
39560
|
* @param {string} id The identity id
|
|
39682
39561
|
* @param {string} [from] The optional instant until which access events are returned
|
|
39683
39562
|
* @param {Array<string>} [eventTypes] An optional list of event types to return. If null or empty, all events are returned
|
|
@@ -39816,7 +39695,7 @@ var IdentityHistoryV2024ApiFp = function (configuration) {
|
|
|
39816
39695
|
* This method retrieves a list of access item for the identity filtered by the access item type
|
|
39817
39696
|
* @summary List access items by identity
|
|
39818
39697
|
* @param {string} id The identity id
|
|
39819
|
-
* @param {
|
|
39698
|
+
* @param {ListIdentityAccessItemsTypeV2024} [type] The type of access item for the identity. If not provided, it defaults to account
|
|
39820
39699
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
39821
39700
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
39822
39701
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
@@ -39937,7 +39816,7 @@ var IdentityHistoryV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
39937
39816
|
},
|
|
39938
39817
|
/**
|
|
39939
39818
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
39940
|
-
* @summary
|
|
39819
|
+
* @summary List identity event history
|
|
39941
39820
|
* @param {IdentityHistoryV2024ApiGetHistoricalIdentityEventsRequest} requestParameters Request parameters.
|
|
39942
39821
|
* @param {*} [axiosOptions] Override http request option.
|
|
39943
39822
|
* @throws {RequiredError}
|
|
@@ -40068,7 +39947,7 @@ var IdentityHistoryV2024Api = /** @class */ (function (_super) {
|
|
|
40068
39947
|
};
|
|
40069
39948
|
/**
|
|
40070
39949
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
40071
|
-
* @summary
|
|
39950
|
+
* @summary List identity event history
|
|
40072
39951
|
* @param {IdentityHistoryV2024ApiGetHistoricalIdentityEventsRequest} requestParameters Request parameters.
|
|
40073
39952
|
* @param {*} [axiosOptions] Override http request option.
|
|
40074
39953
|
* @throws {RequiredError}
|
|
@@ -40183,6 +40062,16 @@ exports.GetIdentitySnapshotSummaryIntervalV2024 = {
|
|
|
40183
40062
|
Day: 'day',
|
|
40184
40063
|
Month: 'month'
|
|
40185
40064
|
};
|
|
40065
|
+
/**
|
|
40066
|
+
* @export
|
|
40067
|
+
*/
|
|
40068
|
+
exports.ListIdentityAccessItemsTypeV2024 = {
|
|
40069
|
+
Account: 'account',
|
|
40070
|
+
Entitlement: 'entitlement',
|
|
40071
|
+
App: 'app',
|
|
40072
|
+
AccessProfile: 'accessProfile',
|
|
40073
|
+
Role: 'role'
|
|
40074
|
+
};
|
|
40186
40075
|
/**
|
|
40187
40076
|
* @export
|
|
40188
40077
|
*/
|
|
@@ -51746,7 +51635,7 @@ var NotificationsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
51746
51635
|
});
|
|
51747
51636
|
},
|
|
51748
51637
|
/**
|
|
51749
|
-
* This
|
|
51638
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
51750
51639
|
* @summary Create notification template
|
|
51751
51640
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
51752
51641
|
* @param {TemplateDtoV2024} templateDtoV2024
|
|
@@ -52432,11 +52321,12 @@ var NotificationsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
52432
52321
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
52433
52322
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
52434
52323
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **medium**: *eq, sw* **locale**: *eq, sw*
|
|
52324
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
52435
52325
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
52436
52326
|
* @param {*} [axiosOptions] Override http request option.
|
|
52437
52327
|
* @throws {RequiredError}
|
|
52438
52328
|
*/
|
|
52439
|
-
listNotificationTemplates: function (limit, offset, filters, xSailPointExperimental, axiosOptions) {
|
|
52329
|
+
listNotificationTemplates: function (limit, offset, filters, sorters, xSailPointExperimental, axiosOptions) {
|
|
52440
52330
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
52441
52331
|
return __awaiter(_this, void 0, void 0, function () {
|
|
52442
52332
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -52480,6 +52370,9 @@ var NotificationsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
52480
52370
|
if (filters !== undefined) {
|
|
52481
52371
|
localVarQueryParameter['filters'] = filters;
|
|
52482
52372
|
}
|
|
52373
|
+
if (sorters !== undefined) {
|
|
52374
|
+
localVarQueryParameter['sorters'] = sorters;
|
|
52375
|
+
}
|
|
52483
52376
|
if (xSailPointExperimental != null) {
|
|
52484
52377
|
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
52485
52378
|
}
|
|
@@ -52651,7 +52544,7 @@ var NotificationsV2024ApiFp = function (configuration) {
|
|
|
52651
52544
|
});
|
|
52652
52545
|
},
|
|
52653
52546
|
/**
|
|
52654
|
-
* This
|
|
52547
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
52655
52548
|
* @summary Create notification template
|
|
52656
52549
|
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
52657
52550
|
* @param {TemplateDtoV2024} templateDtoV2024
|
|
@@ -52923,17 +52816,18 @@ var NotificationsV2024ApiFp = function (configuration) {
|
|
|
52923
52816
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
52924
52817
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
52925
52818
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **key**: *eq, in, sw* **medium**: *eq, sw* **locale**: *eq, sw*
|
|
52819
|
+
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **key, name, medium**
|
|
52926
52820
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
52927
52821
|
* @param {*} [axiosOptions] Override http request option.
|
|
52928
52822
|
* @throws {RequiredError}
|
|
52929
52823
|
*/
|
|
52930
|
-
listNotificationTemplates: function (limit, offset, filters, xSailPointExperimental, axiosOptions) {
|
|
52824
|
+
listNotificationTemplates: function (limit, offset, filters, sorters, xSailPointExperimental, axiosOptions) {
|
|
52931
52825
|
var _a, _b, _c;
|
|
52932
52826
|
return __awaiter(this, void 0, void 0, function () {
|
|
52933
52827
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
52934
52828
|
return __generator(this, function (_d) {
|
|
52935
52829
|
switch (_d.label) {
|
|
52936
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listNotificationTemplates(limit, offset, filters, xSailPointExperimental, axiosOptions)];
|
|
52830
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listNotificationTemplates(limit, offset, filters, sorters, xSailPointExperimental, axiosOptions)];
|
|
52937
52831
|
case 1:
|
|
52938
52832
|
localVarAxiosArgs = _d.sent();
|
|
52939
52833
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -53012,7 +52906,7 @@ var NotificationsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
53012
52906
|
return localVarFp.createDomainDkim(requestParameters.xSailPointExperimental, requestParameters.domainAddressV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
53013
52907
|
},
|
|
53014
52908
|
/**
|
|
53015
|
-
* This
|
|
52909
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
53016
52910
|
* @summary Create notification template
|
|
53017
52911
|
* @param {NotificationsV2024ApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
53018
52912
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -53135,7 +53029,7 @@ var NotificationsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
53135
53029
|
*/
|
|
53136
53030
|
listNotificationTemplates: function (requestParameters, axiosOptions) {
|
|
53137
53031
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
53138
|
-
return localVarFp.listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
53032
|
+
return localVarFp.listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
53139
53033
|
},
|
|
53140
53034
|
/**
|
|
53141
53035
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|
|
@@ -53184,7 +53078,7 @@ var NotificationsV2024Api = /** @class */ (function (_super) {
|
|
|
53184
53078
|
return (0, exports.NotificationsV2024ApiFp)(this.configuration).createDomainDkim(requestParameters.xSailPointExperimental, requestParameters.domainAddressV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
53185
53079
|
};
|
|
53186
53080
|
/**
|
|
53187
|
-
* This
|
|
53081
|
+
* This will update notification templates that are available in your tenant. Note that you cannot create new templates in your tenant, but you can use this to create custom notifications from existing templates. First, copy the response body from the [get notification template endpoint](https://developer.sailpoint.com/idn/api/beta/get-notification-template) for a template you wish to update and paste it into the request body for this endpoint. Modify the fields you want to change and submit the POST request when ready.
|
|
53188
53082
|
* @summary Create notification template
|
|
53189
53083
|
* @param {NotificationsV2024ApiCreateNotificationTemplateRequest} requestParameters Request parameters.
|
|
53190
53084
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -53331,7 +53225,7 @@ var NotificationsV2024Api = /** @class */ (function (_super) {
|
|
|
53331
53225
|
NotificationsV2024Api.prototype.listNotificationTemplates = function (requestParameters, axiosOptions) {
|
|
53332
53226
|
var _this = this;
|
|
53333
53227
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
53334
|
-
return (0, exports.NotificationsV2024ApiFp)(this.configuration).listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
53228
|
+
return (0, exports.NotificationsV2024ApiFp)(this.configuration).listNotificationTemplates(requestParameters.limit, requestParameters.offset, requestParameters.filters, requestParameters.sorters, requestParameters.xSailPointExperimental, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
53335
53229
|
};
|
|
53336
53230
|
/**
|
|
53337
53231
|
* Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller\'s DNS
|
|
@@ -57728,7 +57622,7 @@ var RequestableObjectsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
57728
57622
|
var _this = this;
|
|
57729
57623
|
return {
|
|
57730
57624
|
/**
|
|
57731
|
-
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57625
|
+
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. This endpoint only lists roles and access profiles. For gathering requestable entitlements, the [Entitlements List API](https://developer.sailpoint.com/docs/api/v2025/list-entitlements) can be used with the segmented-for-identity parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57732
57626
|
* @summary Requestable objects list
|
|
57733
57627
|
* @param {string} [identityId] If present, the value returns only requestable objects for the specified identity. * Admin users can call this with any identity ID value. * Non-admin users can only specify *me* or pass their own identity ID value. * If absent, returns a list of all requestable objects for the tenant. Only admin users can make such a call. In this case, the available, pending, assigned accesses will not be annotated in the result.
|
|
57734
57628
|
* @param {Array<ListRequestableObjectsTypesV2024>} [types] Filters the results to the specified type/types, where each type is one of `ROLE` or `ACCESS_PROFILE`. If absent, all types are returned. SailPoint may add support for additional types in the future without notice.
|
|
@@ -57823,7 +57717,7 @@ var RequestableObjectsV2024ApiFp = function (configuration) {
|
|
|
57823
57717
|
var localVarAxiosParamCreator = (0, exports.RequestableObjectsV2024ApiAxiosParamCreator)(configuration);
|
|
57824
57718
|
return {
|
|
57825
57719
|
/**
|
|
57826
|
-
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57720
|
+
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. This endpoint only lists roles and access profiles. For gathering requestable entitlements, the [Entitlements List API](https://developer.sailpoint.com/docs/api/v2025/list-entitlements) can be used with the segmented-for-identity parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57827
57721
|
* @summary Requestable objects list
|
|
57828
57722
|
* @param {string} [identityId] If present, the value returns only requestable objects for the specified identity. * Admin users can call this with any identity ID value. * Non-admin users can only specify *me* or pass their own identity ID value. * If absent, returns a list of all requestable objects for the tenant. Only admin users can make such a call. In this case, the available, pending, assigned accesses will not be annotated in the result.
|
|
57829
57723
|
* @param {Array<ListRequestableObjectsTypesV2024>} [types] Filters the results to the specified type/types, where each type is one of `ROLE` or `ACCESS_PROFILE`. If absent, all types are returned. SailPoint may add support for additional types in the future without notice.
|
|
@@ -57864,7 +57758,7 @@ var RequestableObjectsV2024ApiFactory = function (configuration, basePath, axios
|
|
|
57864
57758
|
var localVarFp = (0, exports.RequestableObjectsV2024ApiFp)(configuration);
|
|
57865
57759
|
return {
|
|
57866
57760
|
/**
|
|
57867
|
-
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57761
|
+
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. This endpoint only lists roles and access profiles. For gathering requestable entitlements, the [Entitlements List API](https://developer.sailpoint.com/docs/api/v2025/list-entitlements) can be used with the segmented-for-identity parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57868
57762
|
* @summary Requestable objects list
|
|
57869
57763
|
* @param {RequestableObjectsV2024ApiListRequestableObjectsRequest} requestParameters Request parameters.
|
|
57870
57764
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57889,7 +57783,7 @@ var RequestableObjectsV2024Api = /** @class */ (function (_super) {
|
|
|
57889
57783
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
57890
57784
|
}
|
|
57891
57785
|
/**
|
|
57892
|
-
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57786
|
+
* Get a list of acccess items that can be requested through the [Access Request endpoints](https://developer.sailpoint.com/docs/api/v2024/access-requests). Access items are marked with `AVAILABLE`, `PENDING` or `ASSIGNED` with respect to the identity provided using `identity-id` query parameter. This endpoint only lists roles and access profiles. For gathering requestable entitlements, the [Entitlements List API](https://developer.sailpoint.com/docs/api/v2025/list-entitlements) can be used with the segmented-for-identity parameter. Any authenticated token can call this endpoint to see their requestable access items.
|
|
57893
57787
|
* @summary Requestable objects list
|
|
57894
57788
|
* @param {RequestableObjectsV2024ApiListRequestableObjectsRequest} requestParameters Request parameters.
|
|
57895
57789
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -68897,13 +68791,12 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
68897
68791
|
},
|
|
68898
68792
|
/**
|
|
68899
68793
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
68900
|
-
* @summary Remove all accounts in
|
|
68794
|
+
* @summary Remove all accounts in source
|
|
68901
68795
|
* @param {string} id The source id
|
|
68902
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
68903
68796
|
* @param {*} [axiosOptions] Override http request option.
|
|
68904
68797
|
* @throws {RequiredError}
|
|
68905
68798
|
*/
|
|
68906
|
-
deleteAccountsAsync: function (id,
|
|
68799
|
+
deleteAccountsAsync: function (id, axiosOptions) {
|
|
68907
68800
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
68908
68801
|
return __awaiter(_this, void 0, void 0, function () {
|
|
68909
68802
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -68912,9 +68805,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
68912
68805
|
case 0:
|
|
68913
68806
|
// verify required parameter 'id' is not null or undefined
|
|
68914
68807
|
(0, common_1.assertParamExists)('deleteAccountsAsync', 'id', id);
|
|
68915
|
-
if (xSailPointExperimental === undefined) {
|
|
68916
|
-
xSailPointExperimental = 'true';
|
|
68917
|
-
}
|
|
68918
68808
|
localVarPath = "/sources/{id}/remove-accounts"
|
|
68919
68809
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
68920
68810
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -68941,9 +68831,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
68941
68831
|
// authentication userAuth required
|
|
68942
68832
|
// oauth required
|
|
68943
68833
|
_a.sent();
|
|
68944
|
-
if (xSailPointExperimental != null) {
|
|
68945
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
68946
|
-
}
|
|
68947
68834
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
68948
68835
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
68949
68836
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -70099,13 +69986,12 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70099
69986
|
* Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
70100
69987
|
* @summary Account aggregation
|
|
70101
69988
|
* @param {string} id Source Id
|
|
70102
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
70103
69989
|
* @param {File} [file] The CSV file containing the source accounts to aggregate.
|
|
70104
69990
|
* @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
|
|
70105
69991
|
* @param {*} [axiosOptions] Override http request option.
|
|
70106
69992
|
* @throws {RequiredError}
|
|
70107
69993
|
*/
|
|
70108
|
-
importAccounts: function (id,
|
|
69994
|
+
importAccounts: function (id, file, disableOptimization, axiosOptions) {
|
|
70109
69995
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
70110
69996
|
return __awaiter(_this, void 0, void 0, function () {
|
|
70111
69997
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
@@ -70114,9 +70000,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70114
70000
|
case 0:
|
|
70115
70001
|
// verify required parameter 'id' is not null or undefined
|
|
70116
70002
|
(0, common_1.assertParamExists)('importAccounts', 'id', id);
|
|
70117
|
-
if (xSailPointExperimental === undefined) {
|
|
70118
|
-
xSailPointExperimental = 'true';
|
|
70119
|
-
}
|
|
70120
70003
|
localVarPath = "/sources/{id}/load-accounts"
|
|
70121
70004
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
70122
70005
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -70151,9 +70034,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70151
70034
|
localVarFormParams.append('disableOptimization', disableOptimization);
|
|
70152
70035
|
}
|
|
70153
70036
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
70154
|
-
if (xSailPointExperimental != null) {
|
|
70155
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
70156
|
-
}
|
|
70157
70037
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
70158
70038
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70159
70039
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -70290,12 +70170,11 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70290
70170
|
* Starts an entitlement aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
70291
70171
|
* @summary Entitlement aggregation
|
|
70292
70172
|
* @param {string} sourceId Source Id
|
|
70293
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
70294
70173
|
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
70295
70174
|
* @param {*} [axiosOptions] Override http request option.
|
|
70296
70175
|
* @throws {RequiredError}
|
|
70297
70176
|
*/
|
|
70298
|
-
importEntitlements: function (sourceId,
|
|
70177
|
+
importEntitlements: function (sourceId, file, axiosOptions) {
|
|
70299
70178
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
70300
70179
|
return __awaiter(_this, void 0, void 0, function () {
|
|
70301
70180
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
@@ -70304,9 +70183,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70304
70183
|
case 0:
|
|
70305
70184
|
// verify required parameter 'sourceId' is not null or undefined
|
|
70306
70185
|
(0, common_1.assertParamExists)('importEntitlements', 'sourceId', sourceId);
|
|
70307
|
-
if (xSailPointExperimental === undefined) {
|
|
70308
|
-
xSailPointExperimental = 'true';
|
|
70309
|
-
}
|
|
70310
70186
|
localVarPath = "/sources/{sourceId}/load-entitlements"
|
|
70311
70187
|
.replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)));
|
|
70312
70188
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -70338,9 +70214,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70338
70214
|
localVarFormParams.append('file', file);
|
|
70339
70215
|
}
|
|
70340
70216
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
70341
|
-
if (xSailPointExperimental != null) {
|
|
70342
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
70343
|
-
}
|
|
70344
70217
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
70345
70218
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70346
70219
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -70421,12 +70294,11 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70421
70294
|
* File is required for upload. You will also need to set the Content-Type header to `multipart/form-data`
|
|
70422
70295
|
* @summary Process uncorrelated accounts
|
|
70423
70296
|
* @param {string} id Source Id
|
|
70424
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
70425
70297
|
* @param {File} [file]
|
|
70426
70298
|
* @param {*} [axiosOptions] Override http request option.
|
|
70427
70299
|
* @throws {RequiredError}
|
|
70428
70300
|
*/
|
|
70429
|
-
importUncorrelatedAccounts: function (id,
|
|
70301
|
+
importUncorrelatedAccounts: function (id, file, axiosOptions) {
|
|
70430
70302
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
70431
70303
|
return __awaiter(_this, void 0, void 0, function () {
|
|
70432
70304
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
@@ -70435,9 +70307,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70435
70307
|
case 0:
|
|
70436
70308
|
// verify required parameter 'id' is not null or undefined
|
|
70437
70309
|
(0, common_1.assertParamExists)('importUncorrelatedAccounts', 'id', id);
|
|
70438
|
-
if (xSailPointExperimental === undefined) {
|
|
70439
|
-
xSailPointExperimental = 'true';
|
|
70440
|
-
}
|
|
70441
70310
|
localVarPath = "/sources/{id}/load-uncorrelated-accounts"
|
|
70442
70311
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
70443
70312
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -70469,9 +70338,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70469
70338
|
localVarFormParams.append('file', file);
|
|
70470
70339
|
}
|
|
70471
70340
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
70472
|
-
if (xSailPointExperimental != null) {
|
|
70473
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
70474
|
-
}
|
|
70475
70341
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
70476
70342
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70477
70343
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -71837,19 +71703,18 @@ var SourcesV2024ApiFp = function (configuration) {
|
|
|
71837
71703
|
},
|
|
71838
71704
|
/**
|
|
71839
71705
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
71840
|
-
* @summary Remove all accounts in
|
|
71706
|
+
* @summary Remove all accounts in source
|
|
71841
71707
|
* @param {string} id The source id
|
|
71842
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
71843
71708
|
* @param {*} [axiosOptions] Override http request option.
|
|
71844
71709
|
* @throws {RequiredError}
|
|
71845
71710
|
*/
|
|
71846
|
-
deleteAccountsAsync: function (id,
|
|
71711
|
+
deleteAccountsAsync: function (id, axiosOptions) {
|
|
71847
71712
|
var _a, _b, _c;
|
|
71848
71713
|
return __awaiter(this, void 0, void 0, function () {
|
|
71849
71714
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
71850
71715
|
return __generator(this, function (_d) {
|
|
71851
71716
|
switch (_d.label) {
|
|
71852
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccountsAsync(id,
|
|
71717
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccountsAsync(id, axiosOptions)];
|
|
71853
71718
|
case 1:
|
|
71854
71719
|
localVarAxiosArgs = _d.sent();
|
|
71855
71720
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -72334,19 +72199,18 @@ var SourcesV2024ApiFp = function (configuration) {
|
|
|
72334
72199
|
* Starts an account aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`.
|
|
72335
72200
|
* @summary Account aggregation
|
|
72336
72201
|
* @param {string} id Source Id
|
|
72337
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
72338
72202
|
* @param {File} [file] The CSV file containing the source accounts to aggregate.
|
|
72339
72203
|
* @param {string} [disableOptimization] Use this flag to reprocess every account whether or not the data has changed.
|
|
72340
72204
|
* @param {*} [axiosOptions] Override http request option.
|
|
72341
72205
|
* @throws {RequiredError}
|
|
72342
72206
|
*/
|
|
72343
|
-
importAccounts: function (id,
|
|
72207
|
+
importAccounts: function (id, file, disableOptimization, axiosOptions) {
|
|
72344
72208
|
var _a, _b, _c;
|
|
72345
72209
|
return __awaiter(this, void 0, void 0, function () {
|
|
72346
72210
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
72347
72211
|
return __generator(this, function (_d) {
|
|
72348
72212
|
switch (_d.label) {
|
|
72349
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importAccounts(id,
|
|
72213
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importAccounts(id, file, disableOptimization, axiosOptions)];
|
|
72350
72214
|
case 1:
|
|
72351
72215
|
localVarAxiosArgs = _d.sent();
|
|
72352
72216
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -72408,18 +72272,17 @@ var SourcesV2024ApiFp = function (configuration) {
|
|
|
72408
72272
|
* Starts an entitlement aggregation on the specified source. If the target source is a delimited file source, then the CSV file needs to be included in the request body. You will also need to set the Content-Type header to `multipart/form-data`. A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
|
|
72409
72273
|
* @summary Entitlement aggregation
|
|
72410
72274
|
* @param {string} sourceId Source Id
|
|
72411
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
72412
72275
|
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
72413
72276
|
* @param {*} [axiosOptions] Override http request option.
|
|
72414
72277
|
* @throws {RequiredError}
|
|
72415
72278
|
*/
|
|
72416
|
-
importEntitlements: function (sourceId,
|
|
72279
|
+
importEntitlements: function (sourceId, file, axiosOptions) {
|
|
72417
72280
|
var _a, _b, _c;
|
|
72418
72281
|
return __awaiter(this, void 0, void 0, function () {
|
|
72419
72282
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
72420
72283
|
return __generator(this, function (_d) {
|
|
72421
72284
|
switch (_d.label) {
|
|
72422
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlements(sourceId,
|
|
72285
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlements(sourceId, file, axiosOptions)];
|
|
72423
72286
|
case 1:
|
|
72424
72287
|
localVarAxiosArgs = _d.sent();
|
|
72425
72288
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -72458,18 +72321,17 @@ var SourcesV2024ApiFp = function (configuration) {
|
|
|
72458
72321
|
* File is required for upload. You will also need to set the Content-Type header to `multipart/form-data`
|
|
72459
72322
|
* @summary Process uncorrelated accounts
|
|
72460
72323
|
* @param {string} id Source Id
|
|
72461
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
72462
72324
|
* @param {File} [file]
|
|
72463
72325
|
* @param {*} [axiosOptions] Override http request option.
|
|
72464
72326
|
* @throws {RequiredError}
|
|
72465
72327
|
*/
|
|
72466
|
-
importUncorrelatedAccounts: function (id,
|
|
72328
|
+
importUncorrelatedAccounts: function (id, file, axiosOptions) {
|
|
72467
72329
|
var _a, _b, _c;
|
|
72468
72330
|
return __awaiter(this, void 0, void 0, function () {
|
|
72469
72331
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
72470
72332
|
return __generator(this, function (_d) {
|
|
72471
72333
|
switch (_d.label) {
|
|
72472
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importUncorrelatedAccounts(id,
|
|
72334
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importUncorrelatedAccounts(id, file, axiosOptions)];
|
|
72473
72335
|
case 1:
|
|
72474
72336
|
localVarAxiosArgs = _d.sent();
|
|
72475
72337
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -73018,13 +72880,13 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
73018
72880
|
},
|
|
73019
72881
|
/**
|
|
73020
72882
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
73021
|
-
* @summary Remove all accounts in
|
|
72883
|
+
* @summary Remove all accounts in source
|
|
73022
72884
|
* @param {SourcesV2024ApiDeleteAccountsAsyncRequest} requestParameters Request parameters.
|
|
73023
72885
|
* @param {*} [axiosOptions] Override http request option.
|
|
73024
72886
|
* @throws {RequiredError}
|
|
73025
72887
|
*/
|
|
73026
72888
|
deleteAccountsAsync: function (requestParameters, axiosOptions) {
|
|
73027
|
-
return localVarFp.deleteAccountsAsync(requestParameters.id,
|
|
72889
|
+
return localVarFp.deleteAccountsAsync(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
73028
72890
|
},
|
|
73029
72891
|
/**
|
|
73030
72892
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
@@ -73235,7 +73097,7 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
73235
73097
|
* @throws {RequiredError}
|
|
73236
73098
|
*/
|
|
73237
73099
|
importAccounts: function (requestParameters, axiosOptions) {
|
|
73238
|
-
return localVarFp.importAccounts(requestParameters.id, requestParameters.
|
|
73100
|
+
return localVarFp.importAccounts(requestParameters.id, requestParameters.file, requestParameters.disableOptimization, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
73239
73101
|
},
|
|
73240
73102
|
/**
|
|
73241
73103
|
* This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
|
|
@@ -73265,7 +73127,7 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
73265
73127
|
* @throws {RequiredError}
|
|
73266
73128
|
*/
|
|
73267
73129
|
importEntitlements: function (requestParameters, axiosOptions) {
|
|
73268
|
-
return localVarFp.importEntitlements(requestParameters.sourceId, requestParameters.
|
|
73130
|
+
return localVarFp.importEntitlements(requestParameters.sourceId, requestParameters.file, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
73269
73131
|
},
|
|
73270
73132
|
/**
|
|
73271
73133
|
* This API uploads a source schema template file to configure a source\'s entitlement attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Import Entitlements** -> **Download** >**NOTE: This API is designated only for Delimited File sources.**
|
|
@@ -73285,7 +73147,7 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
73285
73147
|
* @throws {RequiredError}
|
|
73286
73148
|
*/
|
|
73287
73149
|
importUncorrelatedAccounts: function (requestParameters, axiosOptions) {
|
|
73288
|
-
return localVarFp.importUncorrelatedAccounts(requestParameters.id, requestParameters.
|
|
73150
|
+
return localVarFp.importUncorrelatedAccounts(requestParameters.id, requestParameters.file, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
73289
73151
|
},
|
|
73290
73152
|
/**
|
|
73291
73153
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
@@ -73552,7 +73414,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
|
|
|
73552
73414
|
};
|
|
73553
73415
|
/**
|
|
73554
73416
|
* Use this endpoint to remove all accounts from the system without provisioning changes to the source. Accounts that are removed could be re-created during the next aggregation. This endpoint is good for: * Removing accounts that no longer exist on the source. * Removing accounts that won\'t be aggregated following updates to the source configuration. * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
|
|
73555
|
-
* @summary Remove all accounts in
|
|
73417
|
+
* @summary Remove all accounts in source
|
|
73556
73418
|
* @param {SourcesV2024ApiDeleteAccountsAsyncRequest} requestParameters Request parameters.
|
|
73557
73419
|
* @param {*} [axiosOptions] Override http request option.
|
|
73558
73420
|
* @throws {RequiredError}
|
|
@@ -73560,7 +73422,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
|
|
|
73560
73422
|
*/
|
|
73561
73423
|
SourcesV2024Api.prototype.deleteAccountsAsync = function (requestParameters, axiosOptions) {
|
|
73562
73424
|
var _this = this;
|
|
73563
|
-
return (0, exports.SourcesV2024ApiFp)(this.configuration).deleteAccountsAsync(requestParameters.id,
|
|
73425
|
+
return (0, exports.SourcesV2024ApiFp)(this.configuration).deleteAccountsAsync(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
73564
73426
|
};
|
|
73565
73427
|
/**
|
|
73566
73428
|
* Deletes the native change detection configuration for the source specified by the given ID.
|
|
@@ -73813,7 +73675,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
|
|
|
73813
73675
|
*/
|
|
73814
73676
|
SourcesV2024Api.prototype.importAccounts = function (requestParameters, axiosOptions) {
|
|
73815
73677
|
var _this = this;
|
|
73816
|
-
return (0, exports.SourcesV2024ApiFp)(this.configuration).importAccounts(requestParameters.id, requestParameters.
|
|
73678
|
+
return (0, exports.SourcesV2024ApiFp)(this.configuration).importAccounts(requestParameters.id, requestParameters.file, requestParameters.disableOptimization, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
73817
73679
|
};
|
|
73818
73680
|
/**
|
|
73819
73681
|
* This API uploads a source schema template file to configure a source\'s account attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Account Schema** -> **Options** -> **Download Schema** >**NOTE: This API is designated only for Delimited File sources.**
|
|
@@ -73849,7 +73711,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
|
|
|
73849
73711
|
*/
|
|
73850
73712
|
SourcesV2024Api.prototype.importEntitlements = function (requestParameters, axiosOptions) {
|
|
73851
73713
|
var _this = this;
|
|
73852
|
-
return (0, exports.SourcesV2024ApiFp)(this.configuration).importEntitlements(requestParameters.sourceId, requestParameters.
|
|
73714
|
+
return (0, exports.SourcesV2024ApiFp)(this.configuration).importEntitlements(requestParameters.sourceId, requestParameters.file, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
73853
73715
|
};
|
|
73854
73716
|
/**
|
|
73855
73717
|
* This API uploads a source schema template file to configure a source\'s entitlement attributes. To retrieve the file to modify and upload, log into Identity Now. Click **Admin** -> **Connections** -> **Sources** -> **`{SourceName}`** -> **Import Data** -> **Import Entitlements** -> **Download** >**NOTE: This API is designated only for Delimited File sources.**
|
|
@@ -73873,7 +73735,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
|
|
|
73873
73735
|
*/
|
|
73874
73736
|
SourcesV2024Api.prototype.importUncorrelatedAccounts = function (requestParameters, axiosOptions) {
|
|
73875
73737
|
var _this = this;
|
|
73876
|
-
return (0, exports.SourcesV2024ApiFp)(this.configuration).importUncorrelatedAccounts(requestParameters.id, requestParameters.
|
|
73738
|
+
return (0, exports.SourcesV2024ApiFp)(this.configuration).importUncorrelatedAccounts(requestParameters.id, requestParameters.file, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
73877
73739
|
};
|
|
73878
73740
|
/**
|
|
73879
73741
|
* This end-point lists all the ProvisioningPolicies in IdentityNow.
|
|
@@ -75940,25 +75802,19 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
75940
75802
|
/**
|
|
75941
75803
|
* Responds with headers only for list of task statuses for pending tasks.
|
|
75942
75804
|
* @summary Retrieve pending task list headers
|
|
75943
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
75944
75805
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
75945
75806
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
75946
75807
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
75947
75808
|
* @param {*} [axiosOptions] Override http request option.
|
|
75948
75809
|
* @throws {RequiredError}
|
|
75949
75810
|
*/
|
|
75950
|
-
getPendingTaskHeaders: function (
|
|
75811
|
+
getPendingTaskHeaders: function (offset, limit, count, axiosOptions) {
|
|
75951
75812
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
75952
75813
|
return __awaiter(_this, void 0, void 0, function () {
|
|
75953
75814
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
75954
75815
|
return __generator(this, function (_a) {
|
|
75955
75816
|
switch (_a.label) {
|
|
75956
75817
|
case 0:
|
|
75957
|
-
if (xSailPointExperimental === undefined) {
|
|
75958
|
-
xSailPointExperimental = 'true';
|
|
75959
|
-
}
|
|
75960
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
75961
|
-
(0, common_1.assertParamExists)('getPendingTaskHeaders', 'xSailPointExperimental', xSailPointExperimental);
|
|
75962
75818
|
localVarPath = "/task-status/pending-tasks";
|
|
75963
75819
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
75964
75820
|
if (configuration) {
|
|
@@ -76003,9 +75859,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76003
75859
|
if (count !== undefined) {
|
|
76004
75860
|
localVarQueryParameter['count'] = count;
|
|
76005
75861
|
}
|
|
76006
|
-
if (xSailPointExperimental != null) {
|
|
76007
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76008
|
-
}
|
|
76009
75862
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76010
75863
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76011
75864
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76023,20 +75876,16 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76023
75876
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76024
75877
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76025
75878
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76026
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76027
75879
|
* @param {*} [axiosOptions] Override http request option.
|
|
76028
75880
|
* @throws {RequiredError}
|
|
76029
75881
|
*/
|
|
76030
|
-
getPendingTasks: function (offset, limit, count,
|
|
75882
|
+
getPendingTasks: function (offset, limit, count, axiosOptions) {
|
|
76031
75883
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76032
75884
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76033
75885
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
76034
75886
|
return __generator(this, function (_a) {
|
|
76035
75887
|
switch (_a.label) {
|
|
76036
75888
|
case 0:
|
|
76037
|
-
if (xSailPointExperimental === undefined) {
|
|
76038
|
-
xSailPointExperimental = 'true';
|
|
76039
|
-
}
|
|
76040
75889
|
localVarPath = "/task-status/pending-tasks";
|
|
76041
75890
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
76042
75891
|
if (configuration) {
|
|
@@ -76081,9 +75930,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76081
75930
|
if (count !== undefined) {
|
|
76082
75931
|
localVarQueryParameter['count'] = count;
|
|
76083
75932
|
}
|
|
76084
|
-
if (xSailPointExperimental != null) {
|
|
76085
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76086
|
-
}
|
|
76087
75933
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76088
75934
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76089
75935
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76099,11 +75945,10 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76099
75945
|
* Get task status by task ID. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
|
|
76100
75946
|
* @summary Get task status by id
|
|
76101
75947
|
* @param {string} id Task ID.
|
|
76102
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76103
75948
|
* @param {*} [axiosOptions] Override http request option.
|
|
76104
75949
|
* @throws {RequiredError}
|
|
76105
75950
|
*/
|
|
76106
|
-
getTaskStatus: function (id,
|
|
75951
|
+
getTaskStatus: function (id, axiosOptions) {
|
|
76107
75952
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76108
75953
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76109
75954
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -76112,9 +75957,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76112
75957
|
case 0:
|
|
76113
75958
|
// verify required parameter 'id' is not null or undefined
|
|
76114
75959
|
(0, common_1.assertParamExists)('getTaskStatus', 'id', id);
|
|
76115
|
-
if (xSailPointExperimental === undefined) {
|
|
76116
|
-
xSailPointExperimental = 'true';
|
|
76117
|
-
}
|
|
76118
75960
|
localVarPath = "/task-status/{id}"
|
|
76119
75961
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
76120
75962
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -76151,9 +75993,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76151
75993
|
// authentication applicationAuth required
|
|
76152
75994
|
// oauth required
|
|
76153
75995
|
_a.sent();
|
|
76154
|
-
if (xSailPointExperimental != null) {
|
|
76155
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76156
|
-
}
|
|
76157
75996
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76158
75997
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76159
75998
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76173,20 +76012,16 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76173
76012
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76174
76013
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **sourceId**: *eq, in* **completionStatus**: *eq, in* **type**: *eq, in*
|
|
76175
76014
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created**
|
|
76176
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76177
76015
|
* @param {*} [axiosOptions] Override http request option.
|
|
76178
76016
|
* @throws {RequiredError}
|
|
76179
76017
|
*/
|
|
76180
|
-
getTaskStatusList: function (limit, offset, count, filters, sorters,
|
|
76018
|
+
getTaskStatusList: function (limit, offset, count, filters, sorters, axiosOptions) {
|
|
76181
76019
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76182
76020
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76183
76021
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
76184
76022
|
return __generator(this, function (_a) {
|
|
76185
76023
|
switch (_a.label) {
|
|
76186
76024
|
case 0:
|
|
76187
|
-
if (xSailPointExperimental === undefined) {
|
|
76188
|
-
xSailPointExperimental = 'true';
|
|
76189
|
-
}
|
|
76190
76025
|
localVarPath = "/task-status";
|
|
76191
76026
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
76192
76027
|
if (configuration) {
|
|
@@ -76237,9 +76072,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76237
76072
|
if (sorters !== undefined) {
|
|
76238
76073
|
localVarQueryParameter['sorters'] = sorters;
|
|
76239
76074
|
}
|
|
76240
|
-
if (xSailPointExperimental != null) {
|
|
76241
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76242
|
-
}
|
|
76243
76075
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76244
76076
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76245
76077
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76255,12 +76087,11 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76255
76087
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
76256
76088
|
* @summary Update task status by id
|
|
76257
76089
|
* @param {string} id Task ID.
|
|
76258
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
76259
76090
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
|
|
76260
76091
|
* @param {*} [axiosOptions] Override http request option.
|
|
76261
76092
|
* @throws {RequiredError}
|
|
76262
76093
|
*/
|
|
76263
|
-
updateTaskStatus: function (id,
|
|
76094
|
+
updateTaskStatus: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
76264
76095
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76265
76096
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76266
76097
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -76269,11 +76100,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76269
76100
|
case 0:
|
|
76270
76101
|
// verify required parameter 'id' is not null or undefined
|
|
76271
76102
|
(0, common_1.assertParamExists)('updateTaskStatus', 'id', id);
|
|
76272
|
-
if (xSailPointExperimental === undefined) {
|
|
76273
|
-
xSailPointExperimental = 'true';
|
|
76274
|
-
}
|
|
76275
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
76276
|
-
(0, common_1.assertParamExists)('updateTaskStatus', 'xSailPointExperimental', xSailPointExperimental);
|
|
76277
76103
|
// verify required parameter 'jsonPatchOperationV2024' is not null or undefined
|
|
76278
76104
|
(0, common_1.assertParamExists)('updateTaskStatus', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
|
|
76279
76105
|
localVarPath = "/task-status/{id}"
|
|
@@ -76303,9 +76129,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76303
76129
|
// oauth required
|
|
76304
76130
|
_a.sent();
|
|
76305
76131
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
76306
|
-
if (xSailPointExperimental != null) {
|
|
76307
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76308
|
-
}
|
|
76309
76132
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76310
76133
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76311
76134
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76331,20 +76154,19 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76331
76154
|
/**
|
|
76332
76155
|
* Responds with headers only for list of task statuses for pending tasks.
|
|
76333
76156
|
* @summary Retrieve pending task list headers
|
|
76334
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
76335
76157
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76336
76158
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76337
76159
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76338
76160
|
* @param {*} [axiosOptions] Override http request option.
|
|
76339
76161
|
* @throws {RequiredError}
|
|
76340
76162
|
*/
|
|
76341
|
-
getPendingTaskHeaders: function (
|
|
76163
|
+
getPendingTaskHeaders: function (offset, limit, count, axiosOptions) {
|
|
76342
76164
|
var _a, _b, _c;
|
|
76343
76165
|
return __awaiter(this, void 0, void 0, function () {
|
|
76344
76166
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76345
76167
|
return __generator(this, function (_d) {
|
|
76346
76168
|
switch (_d.label) {
|
|
76347
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTaskHeaders(
|
|
76169
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTaskHeaders(offset, limit, count, axiosOptions)];
|
|
76348
76170
|
case 1:
|
|
76349
76171
|
localVarAxiosArgs = _d.sent();
|
|
76350
76172
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76360,17 +76182,16 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76360
76182
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76361
76183
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76362
76184
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76363
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76364
76185
|
* @param {*} [axiosOptions] Override http request option.
|
|
76365
76186
|
* @throws {RequiredError}
|
|
76366
76187
|
*/
|
|
76367
|
-
getPendingTasks: function (offset, limit, count,
|
|
76188
|
+
getPendingTasks: function (offset, limit, count, axiosOptions) {
|
|
76368
76189
|
var _a, _b, _c;
|
|
76369
76190
|
return __awaiter(this, void 0, void 0, function () {
|
|
76370
76191
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76371
76192
|
return __generator(this, function (_d) {
|
|
76372
76193
|
switch (_d.label) {
|
|
76373
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTasks(offset, limit, count,
|
|
76194
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTasks(offset, limit, count, axiosOptions)];
|
|
76374
76195
|
case 1:
|
|
76375
76196
|
localVarAxiosArgs = _d.sent();
|
|
76376
76197
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76384,17 +76205,16 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76384
76205
|
* Get task status by task ID. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
|
|
76385
76206
|
* @summary Get task status by id
|
|
76386
76207
|
* @param {string} id Task ID.
|
|
76387
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76388
76208
|
* @param {*} [axiosOptions] Override http request option.
|
|
76389
76209
|
* @throws {RequiredError}
|
|
76390
76210
|
*/
|
|
76391
|
-
getTaskStatus: function (id,
|
|
76211
|
+
getTaskStatus: function (id, axiosOptions) {
|
|
76392
76212
|
var _a, _b, _c;
|
|
76393
76213
|
return __awaiter(this, void 0, void 0, function () {
|
|
76394
76214
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76395
76215
|
return __generator(this, function (_d) {
|
|
76396
76216
|
switch (_d.label) {
|
|
76397
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTaskStatus(id,
|
|
76217
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTaskStatus(id, axiosOptions)];
|
|
76398
76218
|
case 1:
|
|
76399
76219
|
localVarAxiosArgs = _d.sent();
|
|
76400
76220
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76412,17 +76232,16 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76412
76232
|
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
76413
76233
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **sourceId**: *eq, in* **completionStatus**: *eq, in* **type**: *eq, in*
|
|
76414
76234
|
* @param {string} [sorters] Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sorting is supported for the following fields: **created**
|
|
76415
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76416
76235
|
* @param {*} [axiosOptions] Override http request option.
|
|
76417
76236
|
* @throws {RequiredError}
|
|
76418
76237
|
*/
|
|
76419
|
-
getTaskStatusList: function (limit, offset, count, filters, sorters,
|
|
76238
|
+
getTaskStatusList: function (limit, offset, count, filters, sorters, axiosOptions) {
|
|
76420
76239
|
var _a, _b, _c;
|
|
76421
76240
|
return __awaiter(this, void 0, void 0, function () {
|
|
76422
76241
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76423
76242
|
return __generator(this, function (_d) {
|
|
76424
76243
|
switch (_d.label) {
|
|
76425
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTaskStatusList(limit, offset, count, filters, sorters,
|
|
76244
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTaskStatusList(limit, offset, count, filters, sorters, axiosOptions)];
|
|
76426
76245
|
case 1:
|
|
76427
76246
|
localVarAxiosArgs = _d.sent();
|
|
76428
76247
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76436,18 +76255,17 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76436
76255
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
76437
76256
|
* @summary Update task status by id
|
|
76438
76257
|
* @param {string} id Task ID.
|
|
76439
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
76440
76258
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
|
|
76441
76259
|
* @param {*} [axiosOptions] Override http request option.
|
|
76442
76260
|
* @throws {RequiredError}
|
|
76443
76261
|
*/
|
|
76444
|
-
updateTaskStatus: function (id,
|
|
76262
|
+
updateTaskStatus: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
76445
76263
|
var _a, _b, _c;
|
|
76446
76264
|
return __awaiter(this, void 0, void 0, function () {
|
|
76447
76265
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76448
76266
|
return __generator(this, function (_d) {
|
|
76449
76267
|
switch (_d.label) {
|
|
76450
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateTaskStatus(id,
|
|
76268
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateTaskStatus(id, jsonPatchOperationV2024, axiosOptions)];
|
|
76451
76269
|
case 1:
|
|
76452
76270
|
localVarAxiosArgs = _d.sent();
|
|
76453
76271
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76475,7 +76293,8 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76475
76293
|
* @throws {RequiredError}
|
|
76476
76294
|
*/
|
|
76477
76295
|
getPendingTaskHeaders: function (requestParameters, axiosOptions) {
|
|
76478
|
-
|
|
76296
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76297
|
+
return localVarFp.getPendingTaskHeaders(requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76479
76298
|
},
|
|
76480
76299
|
/**
|
|
76481
76300
|
* Retrieve a list of statuses for pending tasks. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
|
|
@@ -76486,7 +76305,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76486
76305
|
*/
|
|
76487
76306
|
getPendingTasks: function (requestParameters, axiosOptions) {
|
|
76488
76307
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76489
|
-
return localVarFp.getPendingTasks(requestParameters.offset, requestParameters.limit, requestParameters.count,
|
|
76308
|
+
return localVarFp.getPendingTasks(requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76490
76309
|
},
|
|
76491
76310
|
/**
|
|
76492
76311
|
* Get task status by task ID. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
|
|
@@ -76496,7 +76315,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76496
76315
|
* @throws {RequiredError}
|
|
76497
76316
|
*/
|
|
76498
76317
|
getTaskStatus: function (requestParameters, axiosOptions) {
|
|
76499
|
-
return localVarFp.getTaskStatus(requestParameters.id,
|
|
76318
|
+
return localVarFp.getTaskStatus(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76500
76319
|
},
|
|
76501
76320
|
/**
|
|
76502
76321
|
* Use this endpoint to get a list of statuses for **completed** tasks. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned. To get a list of statuses for **in-progress** tasks, please use the [retrieve pending task status list](https://developer.sailpoint.com/docs/api/v2024/get-pending-tasks) endpoint.
|
|
@@ -76507,7 +76326,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76507
76326
|
*/
|
|
76508
76327
|
getTaskStatusList: function (requestParameters, axiosOptions) {
|
|
76509
76328
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76510
|
-
return localVarFp.getTaskStatusList(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters,
|
|
76329
|
+
return localVarFp.getTaskStatusList(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76511
76330
|
},
|
|
76512
76331
|
/**
|
|
76513
76332
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
@@ -76517,7 +76336,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76517
76336
|
* @throws {RequiredError}
|
|
76518
76337
|
*/
|
|
76519
76338
|
updateTaskStatus: function (requestParameters, axiosOptions) {
|
|
76520
|
-
return localVarFp.updateTaskStatus(requestParameters.id, requestParameters.
|
|
76339
|
+
return localVarFp.updateTaskStatus(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76521
76340
|
},
|
|
76522
76341
|
};
|
|
76523
76342
|
};
|
|
@@ -76543,7 +76362,8 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76543
76362
|
*/
|
|
76544
76363
|
TaskManagementV2024Api.prototype.getPendingTaskHeaders = function (requestParameters, axiosOptions) {
|
|
76545
76364
|
var _this = this;
|
|
76546
|
-
|
|
76365
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76366
|
+
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getPendingTaskHeaders(requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
76547
76367
|
};
|
|
76548
76368
|
/**
|
|
76549
76369
|
* Retrieve a list of statuses for pending tasks. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
|
|
@@ -76556,7 +76376,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76556
76376
|
TaskManagementV2024Api.prototype.getPendingTasks = function (requestParameters, axiosOptions) {
|
|
76557
76377
|
var _this = this;
|
|
76558
76378
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76559
|
-
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getPendingTasks(requestParameters.offset, requestParameters.limit, requestParameters.count,
|
|
76379
|
+
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getPendingTasks(requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
76560
76380
|
};
|
|
76561
76381
|
/**
|
|
76562
76382
|
* Get task status by task ID. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned.
|
|
@@ -76568,7 +76388,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76568
76388
|
*/
|
|
76569
76389
|
TaskManagementV2024Api.prototype.getTaskStatus = function (requestParameters, axiosOptions) {
|
|
76570
76390
|
var _this = this;
|
|
76571
|
-
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getTaskStatus(requestParameters.id,
|
|
76391
|
+
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getTaskStatus(requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
76572
76392
|
};
|
|
76573
76393
|
/**
|
|
76574
76394
|
* Use this endpoint to get a list of statuses for **completed** tasks. Types of tasks include account and entitlement aggregation and other general background processing tasks. Data for tasks older than 90 days will not be returned. To get a list of statuses for **in-progress** tasks, please use the [retrieve pending task status list](https://developer.sailpoint.com/docs/api/v2024/get-pending-tasks) endpoint.
|
|
@@ -76581,7 +76401,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76581
76401
|
TaskManagementV2024Api.prototype.getTaskStatusList = function (requestParameters, axiosOptions) {
|
|
76582
76402
|
var _this = this;
|
|
76583
76403
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76584
|
-
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getTaskStatusList(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters,
|
|
76404
|
+
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).getTaskStatusList(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
76585
76405
|
};
|
|
76586
76406
|
/**
|
|
76587
76407
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
@@ -76593,7 +76413,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76593
76413
|
*/
|
|
76594
76414
|
TaskManagementV2024Api.prototype.updateTaskStatus = function (requestParameters, axiosOptions) {
|
|
76595
76415
|
var _this = this;
|
|
76596
|
-
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).updateTaskStatus(requestParameters.id, requestParameters.
|
|
76416
|
+
return (0, exports.TaskManagementV2024ApiFp)(this.configuration).updateTaskStatus(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
76597
76417
|
};
|
|
76598
76418
|
return TaskManagementV2024Api;
|
|
76599
76419
|
}(base_1.BaseAPI));
|
|
@@ -82193,12 +82013,11 @@ var WorkflowsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82193
82013
|
* @param {string} id Workflow ID.
|
|
82194
82014
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
82195
82015
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
82196
|
-
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
82197
82016
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **start_time**: *eq, lt, le, gt, ge* **status**: *eq*
|
|
82198
82017
|
* @param {*} [axiosOptions] Override http request option.
|
|
82199
82018
|
* @throws {RequiredError}
|
|
82200
82019
|
*/
|
|
82201
|
-
getWorkflowExecutions: function (id, limit, offset,
|
|
82020
|
+
getWorkflowExecutions: function (id, limit, offset, filters, axiosOptions) {
|
|
82202
82021
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
82203
82022
|
return __awaiter(_this, void 0, void 0, function () {
|
|
82204
82023
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -82239,9 +82058,6 @@ var WorkflowsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82239
82058
|
if (offset !== undefined) {
|
|
82240
82059
|
localVarQueryParameter['offset'] = offset;
|
|
82241
82060
|
}
|
|
82242
|
-
if (count !== undefined) {
|
|
82243
|
-
localVarQueryParameter['count'] = count;
|
|
82244
|
-
}
|
|
82245
82061
|
if (filters !== undefined) {
|
|
82246
82062
|
localVarQueryParameter['filters'] = filters;
|
|
82247
82063
|
}
|
|
@@ -82964,18 +82780,17 @@ var WorkflowsV2024ApiFp = function (configuration) {
|
|
|
82964
82780
|
* @param {string} id Workflow ID.
|
|
82965
82781
|
* @param {number} [limit] Max number of results to return. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
82966
82782
|
* @param {number} [offset] Offset into the full result set. Usually specified with *limit* to paginate through the results. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
82967
|
-
* @param {boolean} [count] If *true* it will populate the *X-Total-Count* response header with the number of results that would be returned if *limit* and *offset* were ignored. Since requesting a total count can have a performance impact, it is recommended not to send **count=true** if that value will not be used. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
|
|
82968
82783
|
* @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **start_time**: *eq, lt, le, gt, ge* **status**: *eq*
|
|
82969
82784
|
* @param {*} [axiosOptions] Override http request option.
|
|
82970
82785
|
* @throws {RequiredError}
|
|
82971
82786
|
*/
|
|
82972
|
-
getWorkflowExecutions: function (id, limit, offset,
|
|
82787
|
+
getWorkflowExecutions: function (id, limit, offset, filters, axiosOptions) {
|
|
82973
82788
|
var _a, _b, _c;
|
|
82974
82789
|
return __awaiter(this, void 0, void 0, function () {
|
|
82975
82790
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
82976
82791
|
return __generator(this, function (_d) {
|
|
82977
82792
|
switch (_d.label) {
|
|
82978
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getWorkflowExecutions(id, limit, offset,
|
|
82793
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getWorkflowExecutions(id, limit, offset, filters, axiosOptions)];
|
|
82979
82794
|
case 1:
|
|
82980
82795
|
localVarAxiosArgs = _d.sent();
|
|
82981
82796
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -83297,7 +83112,7 @@ var WorkflowsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
83297
83112
|
* @throws {RequiredError}
|
|
83298
83113
|
*/
|
|
83299
83114
|
getWorkflowExecutions: function (requestParameters, axiosOptions) {
|
|
83300
|
-
return localVarFp.getWorkflowExecutions(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.
|
|
83115
|
+
return localVarFp.getWorkflowExecutions(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
83301
83116
|
},
|
|
83302
83117
|
/**
|
|
83303
83118
|
* This lists all triggers, actions, and operators in the library
|
|
@@ -83510,7 +83325,7 @@ var WorkflowsV2024Api = /** @class */ (function (_super) {
|
|
|
83510
83325
|
*/
|
|
83511
83326
|
WorkflowsV2024Api.prototype.getWorkflowExecutions = function (requestParameters, axiosOptions) {
|
|
83512
83327
|
var _this = this;
|
|
83513
|
-
return (0, exports.WorkflowsV2024ApiFp)(this.configuration).getWorkflowExecutions(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.
|
|
83328
|
+
return (0, exports.WorkflowsV2024ApiFp)(this.configuration).getWorkflowExecutions(requestParameters.id, requestParameters.limit, requestParameters.offset, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
83514
83329
|
};
|
|
83515
83330
|
/**
|
|
83516
83331
|
* This lists all triggers, actions, and operators in the library
|