sailpoint-api-client 1.6.6 → 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 +643 -210
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +584 -192
- package/dist/beta/api.js +125 -61
- 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 +853 -602
- package/dist/v2024/api.js +249 -358
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2025/api.d.ts +1944 -399
- package/dist/v2025/api.js +1709 -518
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v3/api.d.ts +64 -19
- package/dist/v3/api.js +19 -21
- 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 +983 -870
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +2723 -659
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +70 -27
- 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
|
};
|
|
@@ -1478,6 +1488,13 @@ exports.GetCampaign200ResponseV2024MandatoryCommentRequirementV2024 = {
|
|
|
1478
1488
|
RevokeOnlyDecisions: 'REVOKE_ONLY_DECISIONS',
|
|
1479
1489
|
NoDecisions: 'NO_DECISIONS'
|
|
1480
1490
|
};
|
|
1491
|
+
exports.GetHistoricalIdentityEvents200ResponseInnerV2024AccessItemTypeV2024 = {
|
|
1492
|
+
Account: 'account',
|
|
1493
|
+
App: 'app',
|
|
1494
|
+
Entitlement: 'entitlement',
|
|
1495
|
+
Role: 'role',
|
|
1496
|
+
AccessProfile: 'accessProfile'
|
|
1497
|
+
};
|
|
1481
1498
|
/**
|
|
1482
1499
|
* OAuth2 Grant Type
|
|
1483
1500
|
* @export
|
|
@@ -1702,7 +1719,22 @@ exports.MachineAccountV2024ClassificationMethodV2024 = {
|
|
|
1702
1719
|
Manual: 'MANUAL'
|
|
1703
1720
|
};
|
|
1704
1721
|
exports.MachineClassificationConfigV2024ClassificationMethodV2024 = {
|
|
1705
|
-
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'
|
|
1706
1738
|
};
|
|
1707
1739
|
exports.MailFromAttributesV2024MailFromDomainStatusV2024 = {
|
|
1708
1740
|
Pending: 'PENDING',
|
|
@@ -2731,6 +2763,9 @@ exports.SlimCampaignV2024CorrelatedStatusV2024 = {
|
|
|
2731
2763
|
Correlated: 'CORRELATED',
|
|
2732
2764
|
Uncorrelated: 'UNCORRELATED'
|
|
2733
2765
|
};
|
|
2766
|
+
exports.SodPolicyDto1V2024TypeV2024 = {
|
|
2767
|
+
SodPolicy: 'SOD_POLICY'
|
|
2768
|
+
};
|
|
2734
2769
|
exports.SodPolicyDtoV2024TypeV2024 = {
|
|
2735
2770
|
SodPolicy: 'SOD_POLICY'
|
|
2736
2771
|
};
|
|
@@ -3253,7 +3288,7 @@ exports.WorkItemTypeManualWorkItemsV2024 = {
|
|
|
3253
3288
|
Approval: 'Approval',
|
|
3254
3289
|
ViolationReview: 'ViolationReview',
|
|
3255
3290
|
Form: 'Form',
|
|
3256
|
-
|
|
3291
|
+
PolicyViolation: 'PolicyViolation',
|
|
3257
3292
|
Challenge: 'Challenge',
|
|
3258
3293
|
ImpactAnalysis: 'ImpactAnalysis',
|
|
3259
3294
|
Signoff: 'Signoff',
|
|
@@ -3359,11 +3394,10 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3359
3394
|
* Get single Access Model Metadata Attribute
|
|
3360
3395
|
* @summary Get access model metadata attribute
|
|
3361
3396
|
* @param {string} key Technical name of the Attribute.
|
|
3362
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3363
3397
|
* @param {*} [axiosOptions] Override http request option.
|
|
3364
3398
|
* @throws {RequiredError}
|
|
3365
3399
|
*/
|
|
3366
|
-
getAccessModelMetadataAttribute: function (key,
|
|
3400
|
+
getAccessModelMetadataAttribute: function (key, axiosOptions) {
|
|
3367
3401
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3368
3402
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3369
3403
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3372,9 +3406,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3372
3406
|
case 0:
|
|
3373
3407
|
// verify required parameter 'key' is not null or undefined
|
|
3374
3408
|
(0, common_1.assertParamExists)('getAccessModelMetadataAttribute', 'key', key);
|
|
3375
|
-
if (xSailPointExperimental === undefined) {
|
|
3376
|
-
xSailPointExperimental = 'true';
|
|
3377
|
-
}
|
|
3378
3409
|
localVarPath = "/access-model-metadata/attributes/{key}"
|
|
3379
3410
|
.replace("{".concat("key", "}"), encodeURIComponent(String(key)));
|
|
3380
3411
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -3401,9 +3432,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3401
3432
|
// authentication userAuth required
|
|
3402
3433
|
// oauth required
|
|
3403
3434
|
_a.sent();
|
|
3404
|
-
if (xSailPointExperimental != null) {
|
|
3405
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
3406
|
-
}
|
|
3407
3435
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3408
3436
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3409
3437
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -3420,11 +3448,10 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3420
3448
|
* @summary Get access model metadata value
|
|
3421
3449
|
* @param {string} key Technical name of the Attribute.
|
|
3422
3450
|
* @param {string} value Technical name of the Attribute value.
|
|
3423
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3424
3451
|
* @param {*} [axiosOptions] Override http request option.
|
|
3425
3452
|
* @throws {RequiredError}
|
|
3426
3453
|
*/
|
|
3427
|
-
getAccessModelMetadataAttributeValue: function (key, value,
|
|
3454
|
+
getAccessModelMetadataAttributeValue: function (key, value, axiosOptions) {
|
|
3428
3455
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3429
3456
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3430
3457
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3435,9 +3462,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3435
3462
|
(0, common_1.assertParamExists)('getAccessModelMetadataAttributeValue', 'key', key);
|
|
3436
3463
|
// verify required parameter 'value' is not null or undefined
|
|
3437
3464
|
(0, common_1.assertParamExists)('getAccessModelMetadataAttributeValue', 'value', value);
|
|
3438
|
-
if (xSailPointExperimental === undefined) {
|
|
3439
|
-
xSailPointExperimental = 'true';
|
|
3440
|
-
}
|
|
3441
3465
|
localVarPath = "/access-model-metadata/attributes/{key}/values/{value}"
|
|
3442
3466
|
.replace("{".concat("key", "}"), encodeURIComponent(String(key)))
|
|
3443
3467
|
.replace("{".concat("value", "}"), encodeURIComponent(String(value)));
|
|
@@ -3465,9 +3489,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3465
3489
|
// authentication userAuth required
|
|
3466
3490
|
// oauth required
|
|
3467
3491
|
_a.sent();
|
|
3468
|
-
if (xSailPointExperimental != null) {
|
|
3469
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
3470
|
-
}
|
|
3471
3492
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3472
3493
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3473
3494
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -3482,21 +3503,21 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3482
3503
|
/**
|
|
3483
3504
|
* Get a list of Access Model Metadata Attributes
|
|
3484
3505
|
* @summary List access model metadata attributes
|
|
3485
|
-
* @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
|
|
3486
|
-
* @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.
|
|
3487
3511
|
* @param {*} [axiosOptions] Override http request option.
|
|
3488
3512
|
* @throws {RequiredError}
|
|
3489
3513
|
*/
|
|
3490
|
-
listAccessModelMetadataAttribute: function (filters,
|
|
3514
|
+
listAccessModelMetadataAttribute: function (filters, sorters, offset, limit, count, axiosOptions) {
|
|
3491
3515
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3492
3516
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3493
3517
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
3494
3518
|
return __generator(this, function (_a) {
|
|
3495
3519
|
switch (_a.label) {
|
|
3496
3520
|
case 0:
|
|
3497
|
-
if (xSailPointExperimental === undefined) {
|
|
3498
|
-
xSailPointExperimental = 'true';
|
|
3499
|
-
}
|
|
3500
3521
|
localVarPath = "/access-model-metadata/attributes";
|
|
3501
3522
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
3502
3523
|
if (configuration) {
|
|
@@ -3525,8 +3546,17 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3525
3546
|
if (filters !== undefined) {
|
|
3526
3547
|
localVarQueryParameter['filters'] = filters;
|
|
3527
3548
|
}
|
|
3528
|
-
if (
|
|
3529
|
-
|
|
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;
|
|
3530
3560
|
}
|
|
3531
3561
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3532
3562
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3543,11 +3573,13 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3543
3573
|
* Get a list of Access Model Metadata Attribute Values
|
|
3544
3574
|
* @summary List access model metadata values
|
|
3545
3575
|
* @param {string} key Technical name of the Attribute.
|
|
3546
|
-
* @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.
|
|
3547
3579
|
* @param {*} [axiosOptions] Override http request option.
|
|
3548
3580
|
* @throws {RequiredError}
|
|
3549
3581
|
*/
|
|
3550
|
-
listAccessModelMetadataAttributeValue: function (key,
|
|
3582
|
+
listAccessModelMetadataAttributeValue: function (key, offset, limit, count, axiosOptions) {
|
|
3551
3583
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
3552
3584
|
return __awaiter(_this, void 0, void 0, function () {
|
|
3553
3585
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -3556,9 +3588,6 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3556
3588
|
case 0:
|
|
3557
3589
|
// verify required parameter 'key' is not null or undefined
|
|
3558
3590
|
(0, common_1.assertParamExists)('listAccessModelMetadataAttributeValue', 'key', key);
|
|
3559
|
-
if (xSailPointExperimental === undefined) {
|
|
3560
|
-
xSailPointExperimental = 'true';
|
|
3561
|
-
}
|
|
3562
3591
|
localVarPath = "/access-model-metadata/attributes/{key}/values"
|
|
3563
3592
|
.replace("{".concat("key", "}"), encodeURIComponent(String(key)));
|
|
3564
3593
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -3585,8 +3614,14 @@ var AccessModelMetadataV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
3585
3614
|
// authentication userAuth required
|
|
3586
3615
|
// oauth required
|
|
3587
3616
|
_a.sent();
|
|
3588
|
-
if (
|
|
3589
|
-
|
|
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;
|
|
3590
3625
|
}
|
|
3591
3626
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3592
3627
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3613,17 +3648,16 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3613
3648
|
* Get single Access Model Metadata Attribute
|
|
3614
3649
|
* @summary Get access model metadata attribute
|
|
3615
3650
|
* @param {string} key Technical name of the Attribute.
|
|
3616
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3617
3651
|
* @param {*} [axiosOptions] Override http request option.
|
|
3618
3652
|
* @throws {RequiredError}
|
|
3619
3653
|
*/
|
|
3620
|
-
getAccessModelMetadataAttribute: function (key,
|
|
3654
|
+
getAccessModelMetadataAttribute: function (key, axiosOptions) {
|
|
3621
3655
|
var _a, _b, _c;
|
|
3622
3656
|
return __awaiter(this, void 0, void 0, function () {
|
|
3623
3657
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3624
3658
|
return __generator(this, function (_d) {
|
|
3625
3659
|
switch (_d.label) {
|
|
3626
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttribute(key,
|
|
3660
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttribute(key, axiosOptions)];
|
|
3627
3661
|
case 1:
|
|
3628
3662
|
localVarAxiosArgs = _d.sent();
|
|
3629
3663
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3638,17 +3672,16 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3638
3672
|
* @summary Get access model metadata value
|
|
3639
3673
|
* @param {string} key Technical name of the Attribute.
|
|
3640
3674
|
* @param {string} value Technical name of the Attribute value.
|
|
3641
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
3642
3675
|
* @param {*} [axiosOptions] Override http request option.
|
|
3643
3676
|
* @throws {RequiredError}
|
|
3644
3677
|
*/
|
|
3645
|
-
getAccessModelMetadataAttributeValue: function (key, value,
|
|
3678
|
+
getAccessModelMetadataAttributeValue: function (key, value, axiosOptions) {
|
|
3646
3679
|
var _a, _b, _c;
|
|
3647
3680
|
return __awaiter(this, void 0, void 0, function () {
|
|
3648
3681
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3649
3682
|
return __generator(this, function (_d) {
|
|
3650
3683
|
switch (_d.label) {
|
|
3651
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttributeValue(key, value,
|
|
3684
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getAccessModelMetadataAttributeValue(key, value, axiosOptions)];
|
|
3652
3685
|
case 1:
|
|
3653
3686
|
localVarAxiosArgs = _d.sent();
|
|
3654
3687
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3661,18 +3694,21 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3661
3694
|
/**
|
|
3662
3695
|
* Get a list of Access Model Metadata Attributes
|
|
3663
3696
|
* @summary List access model metadata attributes
|
|
3664
|
-
* @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
|
|
3665
|
-
* @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.
|
|
3666
3702
|
* @param {*} [axiosOptions] Override http request option.
|
|
3667
3703
|
* @throws {RequiredError}
|
|
3668
3704
|
*/
|
|
3669
|
-
listAccessModelMetadataAttribute: function (filters,
|
|
3705
|
+
listAccessModelMetadataAttribute: function (filters, sorters, offset, limit, count, axiosOptions) {
|
|
3670
3706
|
var _a, _b, _c;
|
|
3671
3707
|
return __awaiter(this, void 0, void 0, function () {
|
|
3672
3708
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3673
3709
|
return __generator(this, function (_d) {
|
|
3674
3710
|
switch (_d.label) {
|
|
3675
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters,
|
|
3711
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttribute(filters, sorters, offset, limit, count, axiosOptions)];
|
|
3676
3712
|
case 1:
|
|
3677
3713
|
localVarAxiosArgs = _d.sent();
|
|
3678
3714
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3686,17 +3722,19 @@ var AccessModelMetadataV2024ApiFp = function (configuration) {
|
|
|
3686
3722
|
* Get a list of Access Model Metadata Attribute Values
|
|
3687
3723
|
* @summary List access model metadata values
|
|
3688
3724
|
* @param {string} key Technical name of the Attribute.
|
|
3689
|
-
* @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.
|
|
3690
3728
|
* @param {*} [axiosOptions] Override http request option.
|
|
3691
3729
|
* @throws {RequiredError}
|
|
3692
3730
|
*/
|
|
3693
|
-
listAccessModelMetadataAttributeValue: function (key,
|
|
3731
|
+
listAccessModelMetadataAttributeValue: function (key, offset, limit, count, axiosOptions) {
|
|
3694
3732
|
var _a, _b, _c;
|
|
3695
3733
|
return __awaiter(this, void 0, void 0, function () {
|
|
3696
3734
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
3697
3735
|
return __generator(this, function (_d) {
|
|
3698
3736
|
switch (_d.label) {
|
|
3699
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key,
|
|
3737
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listAccessModelMetadataAttributeValue(key, offset, limit, count, axiosOptions)];
|
|
3700
3738
|
case 1:
|
|
3701
3739
|
localVarAxiosArgs = _d.sent();
|
|
3702
3740
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -3724,7 +3762,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3724
3762
|
* @throws {RequiredError}
|
|
3725
3763
|
*/
|
|
3726
3764
|
getAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
3727
|
-
return localVarFp.getAccessModelMetadataAttribute(requestParameters.key,
|
|
3765
|
+
return localVarFp.getAccessModelMetadataAttribute(requestParameters.key, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3728
3766
|
},
|
|
3729
3767
|
/**
|
|
3730
3768
|
* Get single Access Model Metadata Attribute Value
|
|
@@ -3734,7 +3772,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3734
3772
|
* @throws {RequiredError}
|
|
3735
3773
|
*/
|
|
3736
3774
|
getAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
3737
|
-
return localVarFp.getAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value,
|
|
3775
|
+
return localVarFp.getAccessModelMetadataAttributeValue(requestParameters.key, requestParameters.value, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
3738
3776
|
},
|
|
3739
3777
|
/**
|
|
3740
3778
|
* Get a list of Access Model Metadata Attributes
|
|
@@ -3745,7 +3783,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3745
3783
|
*/
|
|
3746
3784
|
listAccessModelMetadataAttribute: function (requestParameters, axiosOptions) {
|
|
3747
3785
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3748
|
-
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); });
|
|
3749
3787
|
},
|
|
3750
3788
|
/**
|
|
3751
3789
|
* Get a list of Access Model Metadata Attribute Values
|
|
@@ -3755,7 +3793,7 @@ var AccessModelMetadataV2024ApiFactory = function (configuration, basePath, axio
|
|
|
3755
3793
|
* @throws {RequiredError}
|
|
3756
3794
|
*/
|
|
3757
3795
|
listAccessModelMetadataAttributeValue: function (requestParameters, axiosOptions) {
|
|
3758
|
-
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); });
|
|
3759
3797
|
},
|
|
3760
3798
|
};
|
|
3761
3799
|
};
|
|
@@ -3781,7 +3819,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3781
3819
|
*/
|
|
3782
3820
|
AccessModelMetadataV2024Api.prototype.getAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
3783
3821
|
var _this = this;
|
|
3784
|
-
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); });
|
|
3785
3823
|
};
|
|
3786
3824
|
/**
|
|
3787
3825
|
* Get single Access Model Metadata Attribute Value
|
|
@@ -3793,7 +3831,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3793
3831
|
*/
|
|
3794
3832
|
AccessModelMetadataV2024Api.prototype.getAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
3795
3833
|
var _this = this;
|
|
3796
|
-
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); });
|
|
3797
3835
|
};
|
|
3798
3836
|
/**
|
|
3799
3837
|
* Get a list of Access Model Metadata Attributes
|
|
@@ -3806,7 +3844,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3806
3844
|
AccessModelMetadataV2024Api.prototype.listAccessModelMetadataAttribute = function (requestParameters, axiosOptions) {
|
|
3807
3845
|
var _this = this;
|
|
3808
3846
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
3809
|
-
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); });
|
|
3810
3848
|
};
|
|
3811
3849
|
/**
|
|
3812
3850
|
* Get a list of Access Model Metadata Attribute Values
|
|
@@ -3818,7 +3856,7 @@ var AccessModelMetadataV2024Api = /** @class */ (function (_super) {
|
|
|
3818
3856
|
*/
|
|
3819
3857
|
AccessModelMetadataV2024Api.prototype.listAccessModelMetadataAttributeValue = function (requestParameters, axiosOptions) {
|
|
3820
3858
|
var _this = this;
|
|
3821
|
-
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); });
|
|
3822
3860
|
};
|
|
3823
3861
|
return AccessModelMetadataV2024Api;
|
|
3824
3862
|
}(base_1.BaseAPI));
|
|
@@ -26522,11 +26560,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26522
26560
|
* @param {string} id The entitlement id.
|
|
26523
26561
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
26524
26562
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
26525
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26526
26563
|
* @param {*} [axiosOptions] Override http request option.
|
|
26527
26564
|
* @throws {RequiredError}
|
|
26528
26565
|
*/
|
|
26529
|
-
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue,
|
|
26566
|
+
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
26530
26567
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26531
26568
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26532
26569
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26539,9 +26576,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26539
26576
|
(0, common_1.assertParamExists)('createAccessModelMetadataForEntitlement', 'attributeKey', attributeKey);
|
|
26540
26577
|
// verify required parameter 'attributeValue' is not null or undefined
|
|
26541
26578
|
(0, common_1.assertParamExists)('createAccessModelMetadataForEntitlement', 'attributeValue', attributeValue);
|
|
26542
|
-
if (xSailPointExperimental === undefined) {
|
|
26543
|
-
xSailPointExperimental = 'true';
|
|
26544
|
-
}
|
|
26545
26579
|
localVarPath = "/entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}"
|
|
26546
26580
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)))
|
|
26547
26581
|
.replace("{".concat("attributeKey", "}"), encodeURIComponent(String(attributeKey)))
|
|
@@ -26570,9 +26604,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26570
26604
|
// authentication userAuth required
|
|
26571
26605
|
// oauth required
|
|
26572
26606
|
_a.sent();
|
|
26573
|
-
if (xSailPointExperimental != null) {
|
|
26574
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26575
|
-
}
|
|
26576
26607
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26577
26608
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26578
26609
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26590,11 +26621,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26590
26621
|
* @param {string} id The entitlement id.
|
|
26591
26622
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
26592
26623
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
26593
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
26594
26624
|
* @param {*} [axiosOptions] Override http request option.
|
|
26595
26625
|
* @throws {RequiredError}
|
|
26596
26626
|
*/
|
|
26597
|
-
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue,
|
|
26627
|
+
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
26598
26628
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26599
26629
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26600
26630
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26607,11 +26637,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26607
26637
|
(0, common_1.assertParamExists)('deleteAccessModelMetadataFromEntitlement', 'attributeKey', attributeKey);
|
|
26608
26638
|
// verify required parameter 'attributeValue' is not null or undefined
|
|
26609
26639
|
(0, common_1.assertParamExists)('deleteAccessModelMetadataFromEntitlement', 'attributeValue', attributeValue);
|
|
26610
|
-
if (xSailPointExperimental === undefined) {
|
|
26611
|
-
xSailPointExperimental = 'true';
|
|
26612
|
-
}
|
|
26613
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
26614
|
-
(0, common_1.assertParamExists)('deleteAccessModelMetadataFromEntitlement', 'xSailPointExperimental', xSailPointExperimental);
|
|
26615
26640
|
localVarPath = "/entitlements/{id}/access-model-metadata/{attributeKey}/values/{attributeValue}"
|
|
26616
26641
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)))
|
|
26617
26642
|
.replace("{".concat("attributeKey", "}"), encodeURIComponent(String(attributeKey)))
|
|
@@ -26640,9 +26665,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26640
26665
|
// authentication userAuth required
|
|
26641
26666
|
// oauth required
|
|
26642
26667
|
_a.sent();
|
|
26643
|
-
if (xSailPointExperimental != null) {
|
|
26644
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26645
|
-
}
|
|
26646
26668
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26647
26669
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26648
26670
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26658,11 +26680,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26658
26680
|
* This API returns an entitlement by its ID.
|
|
26659
26681
|
* @summary Get an entitlement
|
|
26660
26682
|
* @param {string} id The entitlement ID
|
|
26661
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26662
26683
|
* @param {*} [axiosOptions] Override http request option.
|
|
26663
26684
|
* @throws {RequiredError}
|
|
26664
26685
|
*/
|
|
26665
|
-
getEntitlement: function (id,
|
|
26686
|
+
getEntitlement: function (id, axiosOptions) {
|
|
26666
26687
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26667
26688
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26668
26689
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26671,9 +26692,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26671
26692
|
case 0:
|
|
26672
26693
|
// verify required parameter 'id' is not null or undefined
|
|
26673
26694
|
(0, common_1.assertParamExists)('getEntitlement', 'id', id);
|
|
26674
|
-
if (xSailPointExperimental === undefined) {
|
|
26675
|
-
xSailPointExperimental = 'true';
|
|
26676
|
-
}
|
|
26677
26695
|
localVarPath = "/entitlements/{id}"
|
|
26678
26696
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26679
26697
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26700,9 +26718,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26700
26718
|
// authentication userAuth required
|
|
26701
26719
|
// oauth required
|
|
26702
26720
|
_a.sent();
|
|
26703
|
-
if (xSailPointExperimental != null) {
|
|
26704
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26705
|
-
}
|
|
26706
26721
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26707
26722
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26708
26723
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26718,11 +26733,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26718
26733
|
* This API returns the entitlement request config for a specified entitlement.
|
|
26719
26734
|
* @summary Get entitlement request config
|
|
26720
26735
|
* @param {string} id Entitlement Id
|
|
26721
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26722
26736
|
* @param {*} [axiosOptions] Override http request option.
|
|
26723
26737
|
* @throws {RequiredError}
|
|
26724
26738
|
*/
|
|
26725
|
-
getEntitlementRequestConfig: function (id,
|
|
26739
|
+
getEntitlementRequestConfig: function (id, axiosOptions) {
|
|
26726
26740
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26727
26741
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26728
26742
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26731,9 +26745,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26731
26745
|
case 0:
|
|
26732
26746
|
// verify required parameter 'id' is not null or undefined
|
|
26733
26747
|
(0, common_1.assertParamExists)('getEntitlementRequestConfig', 'id', id);
|
|
26734
|
-
if (xSailPointExperimental === undefined) {
|
|
26735
|
-
xSailPointExperimental = 'true';
|
|
26736
|
-
}
|
|
26737
26748
|
localVarPath = "/entitlements/{id}/entitlement-request-config"
|
|
26738
26749
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26739
26750
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26760,9 +26771,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26760
26771
|
// authentication userAuth required
|
|
26761
26772
|
// oauth required
|
|
26762
26773
|
_a.sent();
|
|
26763
|
-
if (xSailPointExperimental != null) {
|
|
26764
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26765
|
-
}
|
|
26766
26774
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26767
26775
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26768
26776
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26778,13 +26786,12 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26778
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`.
|
|
26779
26787
|
* @summary Aggregate entitlements
|
|
26780
26788
|
* @param {string} id Source Id
|
|
26781
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26782
26789
|
* @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
|
|
26783
26790
|
* @param {*} [axiosOptions] Override http request option.
|
|
26784
26791
|
* @deprecated
|
|
26785
26792
|
* @throws {RequiredError}
|
|
26786
26793
|
*/
|
|
26787
|
-
importEntitlementsBySource: function (id,
|
|
26794
|
+
importEntitlementsBySource: function (id, csvFile, axiosOptions) {
|
|
26788
26795
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26789
26796
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26790
26797
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
@@ -26793,9 +26800,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26793
26800
|
case 0:
|
|
26794
26801
|
// verify required parameter 'id' is not null or undefined
|
|
26795
26802
|
(0, common_1.assertParamExists)('importEntitlementsBySource', 'id', id);
|
|
26796
|
-
if (xSailPointExperimental === undefined) {
|
|
26797
|
-
xSailPointExperimental = 'true';
|
|
26798
|
-
}
|
|
26799
26803
|
localVarPath = "/entitlements/aggregate/sources/{id}"
|
|
26800
26804
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26801
26805
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26827,9 +26831,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26827
26831
|
localVarFormParams.append('csvFile', csvFile);
|
|
26828
26832
|
}
|
|
26829
26833
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
26830
|
-
if (xSailPointExperimental != null) {
|
|
26831
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26832
|
-
}
|
|
26833
26834
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26834
26835
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26835
26836
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26851,11 +26852,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26851
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.
|
|
26852
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**
|
|
26853
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*
|
|
26854
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26855
26855
|
* @param {*} [axiosOptions] Override http request option.
|
|
26856
26856
|
* @throws {RequiredError}
|
|
26857
26857
|
*/
|
|
26858
|
-
listEntitlementChildren: function (id, limit, offset, count, sorters, filters,
|
|
26858
|
+
listEntitlementChildren: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
26859
26859
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26860
26860
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26861
26861
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26864,9 +26864,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26864
26864
|
case 0:
|
|
26865
26865
|
// verify required parameter 'id' is not null or undefined
|
|
26866
26866
|
(0, common_1.assertParamExists)('listEntitlementChildren', 'id', id);
|
|
26867
|
-
if (xSailPointExperimental === undefined) {
|
|
26868
|
-
xSailPointExperimental = 'true';
|
|
26869
|
-
}
|
|
26870
26867
|
localVarPath = "/entitlements/{id}/children"
|
|
26871
26868
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26872
26869
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26908,9 +26905,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26908
26905
|
if (filters !== undefined) {
|
|
26909
26906
|
localVarQueryParameter['filters'] = filters;
|
|
26910
26907
|
}
|
|
26911
|
-
if (xSailPointExperimental != null) {
|
|
26912
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26913
|
-
}
|
|
26914
26908
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26915
26909
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26916
26910
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -26931,11 +26925,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26931
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.
|
|
26932
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**
|
|
26933
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*
|
|
26934
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
26935
26928
|
* @param {*} [axiosOptions] Override http request option.
|
|
26936
26929
|
* @throws {RequiredError}
|
|
26937
26930
|
*/
|
|
26938
|
-
listEntitlementParents: function (id, limit, offset, count, sorters, filters,
|
|
26931
|
+
listEntitlementParents: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
26939
26932
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
26940
26933
|
return __awaiter(_this, void 0, void 0, function () {
|
|
26941
26934
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -26944,9 +26937,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26944
26937
|
case 0:
|
|
26945
26938
|
// verify required parameter 'id' is not null or undefined
|
|
26946
26939
|
(0, common_1.assertParamExists)('listEntitlementParents', 'id', id);
|
|
26947
|
-
if (xSailPointExperimental === undefined) {
|
|
26948
|
-
xSailPointExperimental = 'true';
|
|
26949
|
-
}
|
|
26950
26940
|
localVarPath = "/entitlements/{id}/parents"
|
|
26951
26941
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
26952
26942
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -26988,9 +26978,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
26988
26978
|
if (filters !== undefined) {
|
|
26989
26979
|
localVarQueryParameter['filters'] = filters;
|
|
26990
26980
|
}
|
|
26991
|
-
if (xSailPointExperimental != null) {
|
|
26992
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
26993
|
-
}
|
|
26994
26981
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
26995
26982
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
26996
26983
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27006,7 +26993,7 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27006
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.
|
|
27007
26994
|
* @summary Gets a list of entitlements.
|
|
27008
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).
|
|
27009
|
-
* @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.
|
|
27010
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).
|
|
27011
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.
|
|
27012
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.
|
|
@@ -27014,20 +27001,16 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27014
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.
|
|
27015
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**
|
|
27016
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*
|
|
27017
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27018
27004
|
* @param {*} [axiosOptions] Override http request option.
|
|
27019
27005
|
* @throws {RequiredError}
|
|
27020
27006
|
*/
|
|
27021
|
-
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters,
|
|
27007
|
+
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters, axiosOptions) {
|
|
27022
27008
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27023
27009
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27024
27010
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
27025
27011
|
return __generator(this, function (_a) {
|
|
27026
27012
|
switch (_a.label) {
|
|
27027
27013
|
case 0:
|
|
27028
|
-
if (xSailPointExperimental === undefined) {
|
|
27029
|
-
xSailPointExperimental = 'true';
|
|
27030
|
-
}
|
|
27031
27014
|
localVarPath = "/entitlements";
|
|
27032
27015
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
27033
27016
|
if (configuration) {
|
|
@@ -27080,9 +27063,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27080
27063
|
if (filters !== undefined) {
|
|
27081
27064
|
localVarQueryParameter['filters'] = filters;
|
|
27082
27065
|
}
|
|
27083
|
-
if (xSailPointExperimental != null) {
|
|
27084
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27085
|
-
}
|
|
27086
27066
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27087
27067
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27088
27068
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27098,12 +27078,11 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27098
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.
|
|
27099
27079
|
* @summary Patch an entitlement
|
|
27100
27080
|
* @param {string} id ID of the entitlement to patch
|
|
27101
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27102
27081
|
* @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
|
|
27103
27082
|
* @param {*} [axiosOptions] Override http request option.
|
|
27104
27083
|
* @throws {RequiredError}
|
|
27105
27084
|
*/
|
|
27106
|
-
patchEntitlement: function (id,
|
|
27085
|
+
patchEntitlement: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
27107
27086
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27108
27087
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27109
27088
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27112,11 +27091,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27112
27091
|
case 0:
|
|
27113
27092
|
// verify required parameter 'id' is not null or undefined
|
|
27114
27093
|
(0, common_1.assertParamExists)('patchEntitlement', 'id', id);
|
|
27115
|
-
if (xSailPointExperimental === undefined) {
|
|
27116
|
-
xSailPointExperimental = 'true';
|
|
27117
|
-
}
|
|
27118
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
27119
|
-
(0, common_1.assertParamExists)('patchEntitlement', 'xSailPointExperimental', xSailPointExperimental);
|
|
27120
27094
|
localVarPath = "/entitlements/{id}"
|
|
27121
27095
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
27122
27096
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -27144,9 +27118,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27144
27118
|
// oauth required
|
|
27145
27119
|
_a.sent();
|
|
27146
27120
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
27147
|
-
if (xSailPointExperimental != null) {
|
|
27148
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27149
|
-
}
|
|
27150
27121
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27151
27122
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27152
27123
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27163,12 +27134,11 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27163
27134
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
27164
27135
|
* @summary Replace entitlement request config
|
|
27165
27136
|
* @param {string} id Entitlement ID
|
|
27166
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27167
27137
|
* @param {EntitlementRequestConfigV2024} entitlementRequestConfigV2024
|
|
27168
27138
|
* @param {*} [axiosOptions] Override http request option.
|
|
27169
27139
|
* @throws {RequiredError}
|
|
27170
27140
|
*/
|
|
27171
|
-
putEntitlementRequestConfig: function (id,
|
|
27141
|
+
putEntitlementRequestConfig: function (id, entitlementRequestConfigV2024, axiosOptions) {
|
|
27172
27142
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27173
27143
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27174
27144
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27177,11 +27147,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27177
27147
|
case 0:
|
|
27178
27148
|
// verify required parameter 'id' is not null or undefined
|
|
27179
27149
|
(0, common_1.assertParamExists)('putEntitlementRequestConfig', 'id', id);
|
|
27180
|
-
if (xSailPointExperimental === undefined) {
|
|
27181
|
-
xSailPointExperimental = 'true';
|
|
27182
|
-
}
|
|
27183
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
27184
|
-
(0, common_1.assertParamExists)('putEntitlementRequestConfig', 'xSailPointExperimental', xSailPointExperimental);
|
|
27185
27150
|
// verify required parameter 'entitlementRequestConfigV2024' is not null or undefined
|
|
27186
27151
|
(0, common_1.assertParamExists)('putEntitlementRequestConfig', 'entitlementRequestConfigV2024', entitlementRequestConfigV2024);
|
|
27187
27152
|
localVarPath = "/entitlements/{id}/entitlement-request-config"
|
|
@@ -27211,9 +27176,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27211
27176
|
// oauth required
|
|
27212
27177
|
_a.sent();
|
|
27213
27178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
27214
|
-
if (xSailPointExperimental != null) {
|
|
27215
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27216
|
-
}
|
|
27217
27179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27218
27180
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27219
27181
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27230,11 +27192,10 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27230
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`.
|
|
27231
27193
|
* @summary Reset source entitlements
|
|
27232
27194
|
* @param {string} id ID of source for the entitlement reset
|
|
27233
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27234
27195
|
* @param {*} [axiosOptions] Override http request option.
|
|
27235
27196
|
* @throws {RequiredError}
|
|
27236
27197
|
*/
|
|
27237
|
-
resetSourceEntitlements: function (id,
|
|
27198
|
+
resetSourceEntitlements: function (id, axiosOptions) {
|
|
27238
27199
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27239
27200
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27240
27201
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27243,9 +27204,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27243
27204
|
case 0:
|
|
27244
27205
|
// verify required parameter 'id' is not null or undefined
|
|
27245
27206
|
(0, common_1.assertParamExists)('resetSourceEntitlements', 'id', id);
|
|
27246
|
-
if (xSailPointExperimental === undefined) {
|
|
27247
|
-
xSailPointExperimental = 'true';
|
|
27248
|
-
}
|
|
27249
27207
|
localVarPath = "/entitlements/reset/sources/{id}"
|
|
27250
27208
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
27251
27209
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -27272,9 +27230,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27272
27230
|
// authentication userAuth required
|
|
27273
27231
|
// oauth required
|
|
27274
27232
|
_a.sent();
|
|
27275
|
-
if (xSailPointExperimental != null) {
|
|
27276
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27277
|
-
}
|
|
27278
27233
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27279
27234
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27280
27235
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27287,14 +27242,13 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27287
27242
|
});
|
|
27288
27243
|
},
|
|
27289
27244
|
/**
|
|
27290
|
-
*
|
|
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.
|
|
27291
27246
|
* @summary Bulk update an entitlement list
|
|
27292
27247
|
* @param {EntitlementBulkUpdateRequestV2024} entitlementBulkUpdateRequestV2024
|
|
27293
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27294
27248
|
* @param {*} [axiosOptions] Override http request option.
|
|
27295
27249
|
* @throws {RequiredError}
|
|
27296
27250
|
*/
|
|
27297
|
-
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024,
|
|
27251
|
+
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024, axiosOptions) {
|
|
27298
27252
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
27299
27253
|
return __awaiter(_this, void 0, void 0, function () {
|
|
27300
27254
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -27303,9 +27257,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27303
27257
|
case 0:
|
|
27304
27258
|
// verify required parameter 'entitlementBulkUpdateRequestV2024' is not null or undefined
|
|
27305
27259
|
(0, common_1.assertParamExists)('updateEntitlementsInBulk', 'entitlementBulkUpdateRequestV2024', entitlementBulkUpdateRequestV2024);
|
|
27306
|
-
if (xSailPointExperimental === undefined) {
|
|
27307
|
-
xSailPointExperimental = 'true';
|
|
27308
|
-
}
|
|
27309
27260
|
localVarPath = "/entitlements/bulk-update";
|
|
27310
27261
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
27311
27262
|
if (configuration) {
|
|
@@ -27332,9 +27283,6 @@ var EntitlementsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
27332
27283
|
// oauth required
|
|
27333
27284
|
_a.sent();
|
|
27334
27285
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
27335
|
-
if (xSailPointExperimental != null) {
|
|
27336
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
27337
|
-
}
|
|
27338
27286
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
27339
27287
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
27340
27288
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -27363,17 +27311,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27363
27311
|
* @param {string} id The entitlement id.
|
|
27364
27312
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
27365
27313
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
27366
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27367
27314
|
* @param {*} [axiosOptions] Override http request option.
|
|
27368
27315
|
* @throws {RequiredError}
|
|
27369
27316
|
*/
|
|
27370
|
-
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue,
|
|
27317
|
+
createAccessModelMetadataForEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
27371
27318
|
var _a, _b, _c;
|
|
27372
27319
|
return __awaiter(this, void 0, void 0, function () {
|
|
27373
27320
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27374
27321
|
return __generator(this, function (_d) {
|
|
27375
27322
|
switch (_d.label) {
|
|
27376
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataForEntitlement(id, attributeKey, attributeValue,
|
|
27323
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createAccessModelMetadataForEntitlement(id, attributeKey, attributeValue, axiosOptions)];
|
|
27377
27324
|
case 1:
|
|
27378
27325
|
localVarAxiosArgs = _d.sent();
|
|
27379
27326
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27389,17 +27336,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27389
27336
|
* @param {string} id The entitlement id.
|
|
27390
27337
|
* @param {string} attributeKey Technical name of the Attribute.
|
|
27391
27338
|
* @param {string} attributeValue Technical name of the Attribute Value.
|
|
27392
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27393
27339
|
* @param {*} [axiosOptions] Override http request option.
|
|
27394
27340
|
* @throws {RequiredError}
|
|
27395
27341
|
*/
|
|
27396
|
-
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue,
|
|
27342
|
+
deleteAccessModelMetadataFromEntitlement: function (id, attributeKey, attributeValue, axiosOptions) {
|
|
27397
27343
|
var _a, _b, _c;
|
|
27398
27344
|
return __awaiter(this, void 0, void 0, function () {
|
|
27399
27345
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27400
27346
|
return __generator(this, function (_d) {
|
|
27401
27347
|
switch (_d.label) {
|
|
27402
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccessModelMetadataFromEntitlement(id, attributeKey, attributeValue,
|
|
27348
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteAccessModelMetadataFromEntitlement(id, attributeKey, attributeValue, axiosOptions)];
|
|
27403
27349
|
case 1:
|
|
27404
27350
|
localVarAxiosArgs = _d.sent();
|
|
27405
27351
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27413,17 +27359,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27413
27359
|
* This API returns an entitlement by its ID.
|
|
27414
27360
|
* @summary Get an entitlement
|
|
27415
27361
|
* @param {string} id The entitlement ID
|
|
27416
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27417
27362
|
* @param {*} [axiosOptions] Override http request option.
|
|
27418
27363
|
* @throws {RequiredError}
|
|
27419
27364
|
*/
|
|
27420
|
-
getEntitlement: function (id,
|
|
27365
|
+
getEntitlement: function (id, axiosOptions) {
|
|
27421
27366
|
var _a, _b, _c;
|
|
27422
27367
|
return __awaiter(this, void 0, void 0, function () {
|
|
27423
27368
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27424
27369
|
return __generator(this, function (_d) {
|
|
27425
27370
|
switch (_d.label) {
|
|
27426
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlement(id,
|
|
27371
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlement(id, axiosOptions)];
|
|
27427
27372
|
case 1:
|
|
27428
27373
|
localVarAxiosArgs = _d.sent();
|
|
27429
27374
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27437,17 +27382,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27437
27382
|
* This API returns the entitlement request config for a specified entitlement.
|
|
27438
27383
|
* @summary Get entitlement request config
|
|
27439
27384
|
* @param {string} id Entitlement Id
|
|
27440
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27441
27385
|
* @param {*} [axiosOptions] Override http request option.
|
|
27442
27386
|
* @throws {RequiredError}
|
|
27443
27387
|
*/
|
|
27444
|
-
getEntitlementRequestConfig: function (id,
|
|
27388
|
+
getEntitlementRequestConfig: function (id, axiosOptions) {
|
|
27445
27389
|
var _a, _b, _c;
|
|
27446
27390
|
return __awaiter(this, void 0, void 0, function () {
|
|
27447
27391
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27448
27392
|
return __generator(this, function (_d) {
|
|
27449
27393
|
switch (_d.label) {
|
|
27450
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlementRequestConfig(id,
|
|
27394
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getEntitlementRequestConfig(id, axiosOptions)];
|
|
27451
27395
|
case 1:
|
|
27452
27396
|
localVarAxiosArgs = _d.sent();
|
|
27453
27397
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27461,19 +27405,18 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27461
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`.
|
|
27462
27406
|
* @summary Aggregate entitlements
|
|
27463
27407
|
* @param {string} id Source Id
|
|
27464
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27465
27408
|
* @param {File} [csvFile] The CSV file containing the source entitlements to aggregate.
|
|
27466
27409
|
* @param {*} [axiosOptions] Override http request option.
|
|
27467
27410
|
* @deprecated
|
|
27468
27411
|
* @throws {RequiredError}
|
|
27469
27412
|
*/
|
|
27470
|
-
importEntitlementsBySource: function (id,
|
|
27413
|
+
importEntitlementsBySource: function (id, csvFile, axiosOptions) {
|
|
27471
27414
|
var _a, _b, _c;
|
|
27472
27415
|
return __awaiter(this, void 0, void 0, function () {
|
|
27473
27416
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27474
27417
|
return __generator(this, function (_d) {
|
|
27475
27418
|
switch (_d.label) {
|
|
27476
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlementsBySource(id,
|
|
27419
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlementsBySource(id, csvFile, axiosOptions)];
|
|
27477
27420
|
case 1:
|
|
27478
27421
|
localVarAxiosArgs = _d.sent();
|
|
27479
27422
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27492,17 +27435,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27492
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.
|
|
27493
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**
|
|
27494
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*
|
|
27495
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27496
27438
|
* @param {*} [axiosOptions] Override http request option.
|
|
27497
27439
|
* @throws {RequiredError}
|
|
27498
27440
|
*/
|
|
27499
|
-
listEntitlementChildren: function (id, limit, offset, count, sorters, filters,
|
|
27441
|
+
listEntitlementChildren: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
27500
27442
|
var _a, _b, _c;
|
|
27501
27443
|
return __awaiter(this, void 0, void 0, function () {
|
|
27502
27444
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27503
27445
|
return __generator(this, function (_d) {
|
|
27504
27446
|
switch (_d.label) {
|
|
27505
|
-
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)];
|
|
27506
27448
|
case 1:
|
|
27507
27449
|
localVarAxiosArgs = _d.sent();
|
|
27508
27450
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27521,17 +27463,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27521
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.
|
|
27522
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**
|
|
27523
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*
|
|
27524
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27525
27466
|
* @param {*} [axiosOptions] Override http request option.
|
|
27526
27467
|
* @throws {RequiredError}
|
|
27527
27468
|
*/
|
|
27528
|
-
listEntitlementParents: function (id, limit, offset, count, sorters, filters,
|
|
27469
|
+
listEntitlementParents: function (id, limit, offset, count, sorters, filters, axiosOptions) {
|
|
27529
27470
|
var _a, _b, _c;
|
|
27530
27471
|
return __awaiter(this, void 0, void 0, function () {
|
|
27531
27472
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27532
27473
|
return __generator(this, function (_d) {
|
|
27533
27474
|
switch (_d.label) {
|
|
27534
|
-
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)];
|
|
27535
27476
|
case 1:
|
|
27536
27477
|
localVarAxiosArgs = _d.sent();
|
|
27537
27478
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27545,7 +27486,7 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27545
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.
|
|
27546
27487
|
* @summary Gets a list of entitlements.
|
|
27547
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).
|
|
27548
|
-
* @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.
|
|
27549
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).
|
|
27550
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.
|
|
27551
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.
|
|
@@ -27553,17 +27494,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27553
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.
|
|
27554
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**
|
|
27555
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*
|
|
27556
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27557
27497
|
* @param {*} [axiosOptions] Override http request option.
|
|
27558
27498
|
* @throws {RequiredError}
|
|
27559
27499
|
*/
|
|
27560
|
-
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters,
|
|
27500
|
+
listEntitlements: function (accountId, segmentedForIdentity, forSegmentIds, includeUnsegmented, offset, limit, count, sorters, filters, axiosOptions) {
|
|
27561
27501
|
var _a, _b, _c;
|
|
27562
27502
|
return __awaiter(this, void 0, void 0, function () {
|
|
27563
27503
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27564
27504
|
return __generator(this, function (_d) {
|
|
27565
27505
|
switch (_d.label) {
|
|
27566
|
-
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)];
|
|
27567
27507
|
case 1:
|
|
27568
27508
|
localVarAxiosArgs = _d.sent();
|
|
27569
27509
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27577,18 +27517,17 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27577
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.
|
|
27578
27518
|
* @summary Patch an entitlement
|
|
27579
27519
|
* @param {string} id ID of the entitlement to patch
|
|
27580
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27581
27520
|
* @param {Array<JsonPatchOperationV2024>} [jsonPatchOperationV2024]
|
|
27582
27521
|
* @param {*} [axiosOptions] Override http request option.
|
|
27583
27522
|
* @throws {RequiredError}
|
|
27584
27523
|
*/
|
|
27585
|
-
patchEntitlement: function (id,
|
|
27524
|
+
patchEntitlement: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
27586
27525
|
var _a, _b, _c;
|
|
27587
27526
|
return __awaiter(this, void 0, void 0, function () {
|
|
27588
27527
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27589
27528
|
return __generator(this, function (_d) {
|
|
27590
27529
|
switch (_d.label) {
|
|
27591
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchEntitlement(id,
|
|
27530
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchEntitlement(id, jsonPatchOperationV2024, axiosOptions)];
|
|
27592
27531
|
case 1:
|
|
27593
27532
|
localVarAxiosArgs = _d.sent();
|
|
27594
27533
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27602,18 +27541,17 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27602
27541
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
27603
27542
|
* @summary Replace entitlement request config
|
|
27604
27543
|
* @param {string} id Entitlement ID
|
|
27605
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
27606
27544
|
* @param {EntitlementRequestConfigV2024} entitlementRequestConfigV2024
|
|
27607
27545
|
* @param {*} [axiosOptions] Override http request option.
|
|
27608
27546
|
* @throws {RequiredError}
|
|
27609
27547
|
*/
|
|
27610
|
-
putEntitlementRequestConfig: function (id,
|
|
27548
|
+
putEntitlementRequestConfig: function (id, entitlementRequestConfigV2024, axiosOptions) {
|
|
27611
27549
|
var _a, _b, _c;
|
|
27612
27550
|
return __awaiter(this, void 0, void 0, function () {
|
|
27613
27551
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27614
27552
|
return __generator(this, function (_d) {
|
|
27615
27553
|
switch (_d.label) {
|
|
27616
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putEntitlementRequestConfig(id,
|
|
27554
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.putEntitlementRequestConfig(id, entitlementRequestConfigV2024, axiosOptions)];
|
|
27617
27555
|
case 1:
|
|
27618
27556
|
localVarAxiosArgs = _d.sent();
|
|
27619
27557
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27627,17 +27565,16 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27627
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`.
|
|
27628
27566
|
* @summary Reset source entitlements
|
|
27629
27567
|
* @param {string} id ID of source for the entitlement reset
|
|
27630
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27631
27568
|
* @param {*} [axiosOptions] Override http request option.
|
|
27632
27569
|
* @throws {RequiredError}
|
|
27633
27570
|
*/
|
|
27634
|
-
resetSourceEntitlements: function (id,
|
|
27571
|
+
resetSourceEntitlements: function (id, axiosOptions) {
|
|
27635
27572
|
var _a, _b, _c;
|
|
27636
27573
|
return __awaiter(this, void 0, void 0, function () {
|
|
27637
27574
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27638
27575
|
return __generator(this, function (_d) {
|
|
27639
27576
|
switch (_d.label) {
|
|
27640
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.resetSourceEntitlements(id,
|
|
27577
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.resetSourceEntitlements(id, axiosOptions)];
|
|
27641
27578
|
case 1:
|
|
27642
27579
|
localVarAxiosArgs = _d.sent();
|
|
27643
27580
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27648,20 +27585,19 @@ var EntitlementsV2024ApiFp = function (configuration) {
|
|
|
27648
27585
|
});
|
|
27649
27586
|
},
|
|
27650
27587
|
/**
|
|
27651
|
-
*
|
|
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.
|
|
27652
27589
|
* @summary Bulk update an entitlement list
|
|
27653
27590
|
* @param {EntitlementBulkUpdateRequestV2024} entitlementBulkUpdateRequestV2024
|
|
27654
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
27655
27591
|
* @param {*} [axiosOptions] Override http request option.
|
|
27656
27592
|
* @throws {RequiredError}
|
|
27657
27593
|
*/
|
|
27658
|
-
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024,
|
|
27594
|
+
updateEntitlementsInBulk: function (entitlementBulkUpdateRequestV2024, axiosOptions) {
|
|
27659
27595
|
var _a, _b, _c;
|
|
27660
27596
|
return __awaiter(this, void 0, void 0, function () {
|
|
27661
27597
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
27662
27598
|
return __generator(this, function (_d) {
|
|
27663
27599
|
switch (_d.label) {
|
|
27664
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateEntitlementsInBulk(entitlementBulkUpdateRequestV2024,
|
|
27600
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateEntitlementsInBulk(entitlementBulkUpdateRequestV2024, axiosOptions)];
|
|
27665
27601
|
case 1:
|
|
27666
27602
|
localVarAxiosArgs = _d.sent();
|
|
27667
27603
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -27689,7 +27625,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27689
27625
|
* @throws {RequiredError}
|
|
27690
27626
|
*/
|
|
27691
27627
|
createAccessModelMetadataForEntitlement: function (requestParameters, axiosOptions) {
|
|
27692
|
-
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); });
|
|
27693
27629
|
},
|
|
27694
27630
|
/**
|
|
27695
27631
|
* Remove single Access Model Metadata from an entitlement.
|
|
@@ -27699,7 +27635,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27699
27635
|
* @throws {RequiredError}
|
|
27700
27636
|
*/
|
|
27701
27637
|
deleteAccessModelMetadataFromEntitlement: function (requestParameters, axiosOptions) {
|
|
27702
|
-
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); });
|
|
27703
27639
|
},
|
|
27704
27640
|
/**
|
|
27705
27641
|
* This API returns an entitlement by its ID.
|
|
@@ -27709,7 +27645,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27709
27645
|
* @throws {RequiredError}
|
|
27710
27646
|
*/
|
|
27711
27647
|
getEntitlement: function (requestParameters, axiosOptions) {
|
|
27712
|
-
return localVarFp.getEntitlement(requestParameters.id,
|
|
27648
|
+
return localVarFp.getEntitlement(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27713
27649
|
},
|
|
27714
27650
|
/**
|
|
27715
27651
|
* This API returns the entitlement request config for a specified entitlement.
|
|
@@ -27719,7 +27655,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27719
27655
|
* @throws {RequiredError}
|
|
27720
27656
|
*/
|
|
27721
27657
|
getEntitlementRequestConfig: function (requestParameters, axiosOptions) {
|
|
27722
|
-
return localVarFp.getEntitlementRequestConfig(requestParameters.id,
|
|
27658
|
+
return localVarFp.getEntitlementRequestConfig(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27723
27659
|
},
|
|
27724
27660
|
/**
|
|
27725
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`.
|
|
@@ -27730,7 +27666,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27730
27666
|
* @throws {RequiredError}
|
|
27731
27667
|
*/
|
|
27732
27668
|
importEntitlementsBySource: function (requestParameters, axiosOptions) {
|
|
27733
|
-
return localVarFp.importEntitlementsBySource(requestParameters.id, requestParameters.
|
|
27669
|
+
return localVarFp.importEntitlementsBySource(requestParameters.id, requestParameters.csvFile, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27734
27670
|
},
|
|
27735
27671
|
/**
|
|
27736
27672
|
* This API returns a list of all child entitlements of a given entitlement.
|
|
@@ -27740,7 +27676,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27740
27676
|
* @throws {RequiredError}
|
|
27741
27677
|
*/
|
|
27742
27678
|
listEntitlementChildren: function (requestParameters, axiosOptions) {
|
|
27743
|
-
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); });
|
|
27744
27680
|
},
|
|
27745
27681
|
/**
|
|
27746
27682
|
* This API returns a list of all parent entitlements of a given entitlement.
|
|
@@ -27750,7 +27686,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27750
27686
|
* @throws {RequiredError}
|
|
27751
27687
|
*/
|
|
27752
27688
|
listEntitlementParents: function (requestParameters, axiosOptions) {
|
|
27753
|
-
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); });
|
|
27754
27690
|
},
|
|
27755
27691
|
/**
|
|
27756
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.
|
|
@@ -27761,7 +27697,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27761
27697
|
*/
|
|
27762
27698
|
listEntitlements: function (requestParameters, axiosOptions) {
|
|
27763
27699
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
27764
|
-
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); });
|
|
27765
27701
|
},
|
|
27766
27702
|
/**
|
|
27767
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.
|
|
@@ -27771,7 +27707,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27771
27707
|
* @throws {RequiredError}
|
|
27772
27708
|
*/
|
|
27773
27709
|
patchEntitlement: function (requestParameters, axiosOptions) {
|
|
27774
|
-
return localVarFp.patchEntitlement(requestParameters.id, requestParameters.
|
|
27710
|
+
return localVarFp.patchEntitlement(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27775
27711
|
},
|
|
27776
27712
|
/**
|
|
27777
27713
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
@@ -27781,7 +27717,7 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27781
27717
|
* @throws {RequiredError}
|
|
27782
27718
|
*/
|
|
27783
27719
|
putEntitlementRequestConfig: function (requestParameters, axiosOptions) {
|
|
27784
|
-
return localVarFp.putEntitlementRequestConfig(requestParameters.id, requestParameters.
|
|
27720
|
+
return localVarFp.putEntitlementRequestConfig(requestParameters.id, requestParameters.entitlementRequestConfigV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27785
27721
|
},
|
|
27786
27722
|
/**
|
|
27787
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`.
|
|
@@ -27791,17 +27727,17 @@ var EntitlementsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
27791
27727
|
* @throws {RequiredError}
|
|
27792
27728
|
*/
|
|
27793
27729
|
resetSourceEntitlements: function (requestParameters, axiosOptions) {
|
|
27794
|
-
return localVarFp.resetSourceEntitlements(requestParameters.id,
|
|
27730
|
+
return localVarFp.resetSourceEntitlements(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27795
27731
|
},
|
|
27796
27732
|
/**
|
|
27797
|
-
*
|
|
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.
|
|
27798
27734
|
* @summary Bulk update an entitlement list
|
|
27799
27735
|
* @param {EntitlementsV2024ApiUpdateEntitlementsInBulkRequest} requestParameters Request parameters.
|
|
27800
27736
|
* @param {*} [axiosOptions] Override http request option.
|
|
27801
27737
|
* @throws {RequiredError}
|
|
27802
27738
|
*/
|
|
27803
27739
|
updateEntitlementsInBulk: function (requestParameters, axiosOptions) {
|
|
27804
|
-
return localVarFp.updateEntitlementsInBulk(requestParameters.entitlementBulkUpdateRequestV2024,
|
|
27740
|
+
return localVarFp.updateEntitlementsInBulk(requestParameters.entitlementBulkUpdateRequestV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
27805
27741
|
},
|
|
27806
27742
|
};
|
|
27807
27743
|
};
|
|
@@ -27827,7 +27763,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27827
27763
|
*/
|
|
27828
27764
|
EntitlementsV2024Api.prototype.createAccessModelMetadataForEntitlement = function (requestParameters, axiosOptions) {
|
|
27829
27765
|
var _this = this;
|
|
27830
|
-
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); });
|
|
27831
27767
|
};
|
|
27832
27768
|
/**
|
|
27833
27769
|
* Remove single Access Model Metadata from an entitlement.
|
|
@@ -27839,7 +27775,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27839
27775
|
*/
|
|
27840
27776
|
EntitlementsV2024Api.prototype.deleteAccessModelMetadataFromEntitlement = function (requestParameters, axiosOptions) {
|
|
27841
27777
|
var _this = this;
|
|
27842
|
-
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); });
|
|
27843
27779
|
};
|
|
27844
27780
|
/**
|
|
27845
27781
|
* This API returns an entitlement by its ID.
|
|
@@ -27851,7 +27787,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27851
27787
|
*/
|
|
27852
27788
|
EntitlementsV2024Api.prototype.getEntitlement = function (requestParameters, axiosOptions) {
|
|
27853
27789
|
var _this = this;
|
|
27854
|
-
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); });
|
|
27855
27791
|
};
|
|
27856
27792
|
/**
|
|
27857
27793
|
* This API returns the entitlement request config for a specified entitlement.
|
|
@@ -27863,7 +27799,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27863
27799
|
*/
|
|
27864
27800
|
EntitlementsV2024Api.prototype.getEntitlementRequestConfig = function (requestParameters, axiosOptions) {
|
|
27865
27801
|
var _this = this;
|
|
27866
|
-
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); });
|
|
27867
27803
|
};
|
|
27868
27804
|
/**
|
|
27869
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`.
|
|
@@ -27876,7 +27812,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27876
27812
|
*/
|
|
27877
27813
|
EntitlementsV2024Api.prototype.importEntitlementsBySource = function (requestParameters, axiosOptions) {
|
|
27878
27814
|
var _this = this;
|
|
27879
|
-
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); });
|
|
27880
27816
|
};
|
|
27881
27817
|
/**
|
|
27882
27818
|
* This API returns a list of all child entitlements of a given entitlement.
|
|
@@ -27888,7 +27824,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27888
27824
|
*/
|
|
27889
27825
|
EntitlementsV2024Api.prototype.listEntitlementChildren = function (requestParameters, axiosOptions) {
|
|
27890
27826
|
var _this = this;
|
|
27891
|
-
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); });
|
|
27892
27828
|
};
|
|
27893
27829
|
/**
|
|
27894
27830
|
* This API returns a list of all parent entitlements of a given entitlement.
|
|
@@ -27900,7 +27836,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27900
27836
|
*/
|
|
27901
27837
|
EntitlementsV2024Api.prototype.listEntitlementParents = function (requestParameters, axiosOptions) {
|
|
27902
27838
|
var _this = this;
|
|
27903
|
-
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); });
|
|
27904
27840
|
};
|
|
27905
27841
|
/**
|
|
27906
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.
|
|
@@ -27913,7 +27849,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27913
27849
|
EntitlementsV2024Api.prototype.listEntitlements = function (requestParameters, axiosOptions) {
|
|
27914
27850
|
var _this = this;
|
|
27915
27851
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
27916
|
-
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); });
|
|
27917
27853
|
};
|
|
27918
27854
|
/**
|
|
27919
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.
|
|
@@ -27925,7 +27861,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27925
27861
|
*/
|
|
27926
27862
|
EntitlementsV2024Api.prototype.patchEntitlement = function (requestParameters, axiosOptions) {
|
|
27927
27863
|
var _this = this;
|
|
27928
|
-
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); });
|
|
27929
27865
|
};
|
|
27930
27866
|
/**
|
|
27931
27867
|
* This API replaces the entitlement request config for a specified entitlement.
|
|
@@ -27937,7 +27873,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27937
27873
|
*/
|
|
27938
27874
|
EntitlementsV2024Api.prototype.putEntitlementRequestConfig = function (requestParameters, axiosOptions) {
|
|
27939
27875
|
var _this = this;
|
|
27940
|
-
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); });
|
|
27941
27877
|
};
|
|
27942
27878
|
/**
|
|
27943
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`.
|
|
@@ -27949,10 +27885,10 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27949
27885
|
*/
|
|
27950
27886
|
EntitlementsV2024Api.prototype.resetSourceEntitlements = function (requestParameters, axiosOptions) {
|
|
27951
27887
|
var _this = this;
|
|
27952
|
-
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); });
|
|
27953
27889
|
};
|
|
27954
27890
|
/**
|
|
27955
|
-
*
|
|
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.
|
|
27956
27892
|
* @summary Bulk update an entitlement list
|
|
27957
27893
|
* @param {EntitlementsV2024ApiUpdateEntitlementsInBulkRequest} requestParameters Request parameters.
|
|
27958
27894
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -27961,7 +27897,7 @@ var EntitlementsV2024Api = /** @class */ (function (_super) {
|
|
|
27961
27897
|
*/
|
|
27962
27898
|
EntitlementsV2024Api.prototype.updateEntitlementsInBulk = function (requestParameters, axiosOptions) {
|
|
27963
27899
|
var _this = this;
|
|
27964
|
-
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); });
|
|
27965
27901
|
};
|
|
27966
27902
|
return EntitlementsV2024Api;
|
|
27967
27903
|
}(base_1.BaseAPI));
|
|
@@ -38933,7 +38869,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38933
38869
|
},
|
|
38934
38870
|
/**
|
|
38935
38871
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
38936
|
-
* @summary
|
|
38872
|
+
* @summary List identity event history
|
|
38937
38873
|
* @param {string} id The identity id
|
|
38938
38874
|
* @param {string} [from] The optional instant until which access events are returned
|
|
38939
38875
|
* @param {Array<string>} [eventTypes] An optional list of event types to return. If null or empty, all events are returned
|
|
@@ -38968,7 +38904,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38968
38904
|
localVarQueryParameter = {};
|
|
38969
38905
|
// authentication userAuth required
|
|
38970
38906
|
// oauth required
|
|
38971
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
38907
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
38972
38908
|
// authentication userAuth required
|
|
38973
38909
|
// oauth required
|
|
38974
38910
|
];
|
|
@@ -38978,7 +38914,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
38978
38914
|
_a.sent();
|
|
38979
38915
|
// authentication userAuth required
|
|
38980
38916
|
// oauth required
|
|
38981
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [
|
|
38917
|
+
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
38982
38918
|
case 2:
|
|
38983
38919
|
// authentication userAuth required
|
|
38984
38920
|
// oauth required
|
|
@@ -39303,7 +39239,7 @@ var IdentityHistoryV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
39303
39239
|
* This method retrieves a list of access item for the identity filtered by the access item type
|
|
39304
39240
|
* @summary List access items by identity
|
|
39305
39241
|
* @param {string} id The identity id
|
|
39306
|
-
* @param {
|
|
39242
|
+
* @param {ListIdentityAccessItemsTypeV2024} [type] The type of access item for the identity. If not provided, it defaults to account
|
|
39307
39243
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
39308
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.
|
|
39309
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.
|
|
@@ -39620,7 +39556,7 @@ var IdentityHistoryV2024ApiFp = function (configuration) {
|
|
|
39620
39556
|
},
|
|
39621
39557
|
/**
|
|
39622
39558
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
39623
|
-
* @summary
|
|
39559
|
+
* @summary List identity event history
|
|
39624
39560
|
* @param {string} id The identity id
|
|
39625
39561
|
* @param {string} [from] The optional instant until which access events are returned
|
|
39626
39562
|
* @param {Array<string>} [eventTypes] An optional list of event types to return. If null or empty, all events are returned
|
|
@@ -39759,7 +39695,7 @@ var IdentityHistoryV2024ApiFp = function (configuration) {
|
|
|
39759
39695
|
* This method retrieves a list of access item for the identity filtered by the access item type
|
|
39760
39696
|
* @summary List access items by identity
|
|
39761
39697
|
* @param {string} id The identity id
|
|
39762
|
-
* @param {
|
|
39698
|
+
* @param {ListIdentityAccessItemsTypeV2024} [type] The type of access item for the identity. If not provided, it defaults to account
|
|
39763
39699
|
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
39764
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.
|
|
39765
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.
|
|
@@ -39880,7 +39816,7 @@ var IdentityHistoryV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
39880
39816
|
},
|
|
39881
39817
|
/**
|
|
39882
39818
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
39883
|
-
* @summary
|
|
39819
|
+
* @summary List identity event history
|
|
39884
39820
|
* @param {IdentityHistoryV2024ApiGetHistoricalIdentityEventsRequest} requestParameters Request parameters.
|
|
39885
39821
|
* @param {*} [axiosOptions] Override http request option.
|
|
39886
39822
|
* @throws {RequiredError}
|
|
@@ -40011,7 +39947,7 @@ var IdentityHistoryV2024Api = /** @class */ (function (_super) {
|
|
|
40011
39947
|
};
|
|
40012
39948
|
/**
|
|
40013
39949
|
* This method retrieves all access events for the identity Requires authorization scope of \'idn:identity-history:read\'
|
|
40014
|
-
* @summary
|
|
39950
|
+
* @summary List identity event history
|
|
40015
39951
|
* @param {IdentityHistoryV2024ApiGetHistoricalIdentityEventsRequest} requestParameters Request parameters.
|
|
40016
39952
|
* @param {*} [axiosOptions] Override http request option.
|
|
40017
39953
|
* @throws {RequiredError}
|
|
@@ -40126,6 +40062,16 @@ exports.GetIdentitySnapshotSummaryIntervalV2024 = {
|
|
|
40126
40062
|
Day: 'day',
|
|
40127
40063
|
Month: 'month'
|
|
40128
40064
|
};
|
|
40065
|
+
/**
|
|
40066
|
+
* @export
|
|
40067
|
+
*/
|
|
40068
|
+
exports.ListIdentityAccessItemsTypeV2024 = {
|
|
40069
|
+
Account: 'account',
|
|
40070
|
+
Entitlement: 'entitlement',
|
|
40071
|
+
App: 'app',
|
|
40072
|
+
AccessProfile: 'accessProfile',
|
|
40073
|
+
Role: 'role'
|
|
40074
|
+
};
|
|
40129
40075
|
/**
|
|
40130
40076
|
* @export
|
|
40131
40077
|
*/
|
|
@@ -57676,7 +57622,7 @@ var RequestableObjectsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
57676
57622
|
var _this = this;
|
|
57677
57623
|
return {
|
|
57678
57624
|
/**
|
|
57679
|
-
* 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.
|
|
57680
57626
|
* @summary Requestable objects list
|
|
57681
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.
|
|
57682
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.
|
|
@@ -57771,7 +57717,7 @@ var RequestableObjectsV2024ApiFp = function (configuration) {
|
|
|
57771
57717
|
var localVarAxiosParamCreator = (0, exports.RequestableObjectsV2024ApiAxiosParamCreator)(configuration);
|
|
57772
57718
|
return {
|
|
57773
57719
|
/**
|
|
57774
|
-
* 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.
|
|
57775
57721
|
* @summary Requestable objects list
|
|
57776
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.
|
|
57777
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.
|
|
@@ -57812,7 +57758,7 @@ var RequestableObjectsV2024ApiFactory = function (configuration, basePath, axios
|
|
|
57812
57758
|
var localVarFp = (0, exports.RequestableObjectsV2024ApiFp)(configuration);
|
|
57813
57759
|
return {
|
|
57814
57760
|
/**
|
|
57815
|
-
* 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.
|
|
57816
57762
|
* @summary Requestable objects list
|
|
57817
57763
|
* @param {RequestableObjectsV2024ApiListRequestableObjectsRequest} requestParameters Request parameters.
|
|
57818
57764
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -57837,7 +57783,7 @@ var RequestableObjectsV2024Api = /** @class */ (function (_super) {
|
|
|
57837
57783
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
57838
57784
|
}
|
|
57839
57785
|
/**
|
|
57840
|
-
* 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.
|
|
57841
57787
|
* @summary Requestable objects list
|
|
57842
57788
|
* @param {RequestableObjectsV2024ApiListRequestableObjectsRequest} requestParameters Request parameters.
|
|
57843
57789
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -70224,12 +70170,11 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70224
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.
|
|
70225
70171
|
* @summary Entitlement aggregation
|
|
70226
70172
|
* @param {string} sourceId Source Id
|
|
70227
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
70228
70173
|
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
70229
70174
|
* @param {*} [axiosOptions] Override http request option.
|
|
70230
70175
|
* @throws {RequiredError}
|
|
70231
70176
|
*/
|
|
70232
|
-
importEntitlements: function (sourceId,
|
|
70177
|
+
importEntitlements: function (sourceId, file, axiosOptions) {
|
|
70233
70178
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
70234
70179
|
return __awaiter(_this, void 0, void 0, function () {
|
|
70235
70180
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
@@ -70238,9 +70183,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70238
70183
|
case 0:
|
|
70239
70184
|
// verify required parameter 'sourceId' is not null or undefined
|
|
70240
70185
|
(0, common_1.assertParamExists)('importEntitlements', 'sourceId', sourceId);
|
|
70241
|
-
if (xSailPointExperimental === undefined) {
|
|
70242
|
-
xSailPointExperimental = 'true';
|
|
70243
|
-
}
|
|
70244
70186
|
localVarPath = "/sources/{sourceId}/load-entitlements"
|
|
70245
70187
|
.replace("{".concat("sourceId", "}"), encodeURIComponent(String(sourceId)));
|
|
70246
70188
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -70272,9 +70214,6 @@ var SourcesV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
70272
70214
|
localVarFormParams.append('file', file);
|
|
70273
70215
|
}
|
|
70274
70216
|
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
70275
|
-
if (xSailPointExperimental != null) {
|
|
70276
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
70277
|
-
}
|
|
70278
70217
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
70279
70218
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
70280
70219
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -72333,18 +72272,17 @@ var SourcesV2024ApiFp = function (configuration) {
|
|
|
72333
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.
|
|
72334
72273
|
* @summary Entitlement aggregation
|
|
72335
72274
|
* @param {string} sourceId Source Id
|
|
72336
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
72337
72275
|
* @param {File} [file] The CSV file containing the source entitlements to aggregate.
|
|
72338
72276
|
* @param {*} [axiosOptions] Override http request option.
|
|
72339
72277
|
* @throws {RequiredError}
|
|
72340
72278
|
*/
|
|
72341
|
-
importEntitlements: function (sourceId,
|
|
72279
|
+
importEntitlements: function (sourceId, file, axiosOptions) {
|
|
72342
72280
|
var _a, _b, _c;
|
|
72343
72281
|
return __awaiter(this, void 0, void 0, function () {
|
|
72344
72282
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
72345
72283
|
return __generator(this, function (_d) {
|
|
72346
72284
|
switch (_d.label) {
|
|
72347
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlements(sourceId,
|
|
72285
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.importEntitlements(sourceId, file, axiosOptions)];
|
|
72348
72286
|
case 1:
|
|
72349
72287
|
localVarAxiosArgs = _d.sent();
|
|
72350
72288
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -73189,7 +73127,7 @@ var SourcesV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
73189
73127
|
* @throws {RequiredError}
|
|
73190
73128
|
*/
|
|
73191
73129
|
importEntitlements: function (requestParameters, axiosOptions) {
|
|
73192
|
-
return localVarFp.importEntitlements(requestParameters.sourceId, requestParameters.
|
|
73130
|
+
return localVarFp.importEntitlements(requestParameters.sourceId, requestParameters.file, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
73193
73131
|
},
|
|
73194
73132
|
/**
|
|
73195
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.**
|
|
@@ -73773,7 +73711,7 @@ var SourcesV2024Api = /** @class */ (function (_super) {
|
|
|
73773
73711
|
*/
|
|
73774
73712
|
SourcesV2024Api.prototype.importEntitlements = function (requestParameters, axiosOptions) {
|
|
73775
73713
|
var _this = this;
|
|
73776
|
-
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); });
|
|
73777
73715
|
};
|
|
73778
73716
|
/**
|
|
73779
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.**
|
|
@@ -75864,25 +75802,19 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
75864
75802
|
/**
|
|
75865
75803
|
* Responds with headers only for list of task statuses for pending tasks.
|
|
75866
75804
|
* @summary Retrieve pending task list headers
|
|
75867
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
75868
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.
|
|
75869
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.
|
|
75870
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.
|
|
75871
75808
|
* @param {*} [axiosOptions] Override http request option.
|
|
75872
75809
|
* @throws {RequiredError}
|
|
75873
75810
|
*/
|
|
75874
|
-
getPendingTaskHeaders: function (
|
|
75811
|
+
getPendingTaskHeaders: function (offset, limit, count, axiosOptions) {
|
|
75875
75812
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
75876
75813
|
return __awaiter(_this, void 0, void 0, function () {
|
|
75877
75814
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
75878
75815
|
return __generator(this, function (_a) {
|
|
75879
75816
|
switch (_a.label) {
|
|
75880
75817
|
case 0:
|
|
75881
|
-
if (xSailPointExperimental === undefined) {
|
|
75882
|
-
xSailPointExperimental = 'true';
|
|
75883
|
-
}
|
|
75884
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
75885
|
-
(0, common_1.assertParamExists)('getPendingTaskHeaders', 'xSailPointExperimental', xSailPointExperimental);
|
|
75886
75818
|
localVarPath = "/task-status/pending-tasks";
|
|
75887
75819
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
75888
75820
|
if (configuration) {
|
|
@@ -75927,9 +75859,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
75927
75859
|
if (count !== undefined) {
|
|
75928
75860
|
localVarQueryParameter['count'] = count;
|
|
75929
75861
|
}
|
|
75930
|
-
if (xSailPointExperimental != null) {
|
|
75931
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
75932
|
-
}
|
|
75933
75862
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
75934
75863
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
75935
75864
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -75947,20 +75876,16 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
75947
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.
|
|
75948
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.
|
|
75949
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.
|
|
75950
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
75951
75879
|
* @param {*} [axiosOptions] Override http request option.
|
|
75952
75880
|
* @throws {RequiredError}
|
|
75953
75881
|
*/
|
|
75954
|
-
getPendingTasks: function (offset, limit, count,
|
|
75882
|
+
getPendingTasks: function (offset, limit, count, axiosOptions) {
|
|
75955
75883
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
75956
75884
|
return __awaiter(_this, void 0, void 0, function () {
|
|
75957
75885
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
75958
75886
|
return __generator(this, function (_a) {
|
|
75959
75887
|
switch (_a.label) {
|
|
75960
75888
|
case 0:
|
|
75961
|
-
if (xSailPointExperimental === undefined) {
|
|
75962
|
-
xSailPointExperimental = 'true';
|
|
75963
|
-
}
|
|
75964
75889
|
localVarPath = "/task-status/pending-tasks";
|
|
75965
75890
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
75966
75891
|
if (configuration) {
|
|
@@ -76005,9 +75930,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76005
75930
|
if (count !== undefined) {
|
|
76006
75931
|
localVarQueryParameter['count'] = count;
|
|
76007
75932
|
}
|
|
76008
|
-
if (xSailPointExperimental != null) {
|
|
76009
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76010
|
-
}
|
|
76011
75933
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76012
75934
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76013
75935
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76023,11 +75945,10 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76023
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.
|
|
76024
75946
|
* @summary Get task status by id
|
|
76025
75947
|
* @param {string} id Task ID.
|
|
76026
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76027
75948
|
* @param {*} [axiosOptions] Override http request option.
|
|
76028
75949
|
* @throws {RequiredError}
|
|
76029
75950
|
*/
|
|
76030
|
-
getTaskStatus: function (id,
|
|
75951
|
+
getTaskStatus: function (id, axiosOptions) {
|
|
76031
75952
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76032
75953
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76033
75954
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -76036,9 +75957,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76036
75957
|
case 0:
|
|
76037
75958
|
// verify required parameter 'id' is not null or undefined
|
|
76038
75959
|
(0, common_1.assertParamExists)('getTaskStatus', 'id', id);
|
|
76039
|
-
if (xSailPointExperimental === undefined) {
|
|
76040
|
-
xSailPointExperimental = 'true';
|
|
76041
|
-
}
|
|
76042
75960
|
localVarPath = "/task-status/{id}"
|
|
76043
75961
|
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
76044
75962
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -76075,9 +75993,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76075
75993
|
// authentication applicationAuth required
|
|
76076
75994
|
// oauth required
|
|
76077
75995
|
_a.sent();
|
|
76078
|
-
if (xSailPointExperimental != null) {
|
|
76079
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76080
|
-
}
|
|
76081
75996
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76082
75997
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76083
75998
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76097,20 +76012,16 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76097
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.
|
|
76098
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*
|
|
76099
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**
|
|
76100
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76101
76015
|
* @param {*} [axiosOptions] Override http request option.
|
|
76102
76016
|
* @throws {RequiredError}
|
|
76103
76017
|
*/
|
|
76104
|
-
getTaskStatusList: function (limit, offset, count, filters, sorters,
|
|
76018
|
+
getTaskStatusList: function (limit, offset, count, filters, sorters, axiosOptions) {
|
|
76105
76019
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76106
76020
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76107
76021
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
76108
76022
|
return __generator(this, function (_a) {
|
|
76109
76023
|
switch (_a.label) {
|
|
76110
76024
|
case 0:
|
|
76111
|
-
if (xSailPointExperimental === undefined) {
|
|
76112
|
-
xSailPointExperimental = 'true';
|
|
76113
|
-
}
|
|
76114
76025
|
localVarPath = "/task-status";
|
|
76115
76026
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
76116
76027
|
if (configuration) {
|
|
@@ -76161,9 +76072,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76161
76072
|
if (sorters !== undefined) {
|
|
76162
76073
|
localVarQueryParameter['sorters'] = sorters;
|
|
76163
76074
|
}
|
|
76164
|
-
if (xSailPointExperimental != null) {
|
|
76165
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76166
|
-
}
|
|
76167
76075
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76168
76076
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76169
76077
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76179,12 +76087,11 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76179
76087
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
76180
76088
|
* @summary Update task status by id
|
|
76181
76089
|
* @param {string} id Task ID.
|
|
76182
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
76183
76090
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
|
|
76184
76091
|
* @param {*} [axiosOptions] Override http request option.
|
|
76185
76092
|
* @throws {RequiredError}
|
|
76186
76093
|
*/
|
|
76187
|
-
updateTaskStatus: function (id,
|
|
76094
|
+
updateTaskStatus: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
76188
76095
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
76189
76096
|
return __awaiter(_this, void 0, void 0, function () {
|
|
76190
76097
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -76193,11 +76100,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76193
76100
|
case 0:
|
|
76194
76101
|
// verify required parameter 'id' is not null or undefined
|
|
76195
76102
|
(0, common_1.assertParamExists)('updateTaskStatus', 'id', id);
|
|
76196
|
-
if (xSailPointExperimental === undefined) {
|
|
76197
|
-
xSailPointExperimental = 'true';
|
|
76198
|
-
}
|
|
76199
|
-
// verify required parameter 'xSailPointExperimental' is not null or undefined
|
|
76200
|
-
(0, common_1.assertParamExists)('updateTaskStatus', 'xSailPointExperimental', xSailPointExperimental);
|
|
76201
76103
|
// verify required parameter 'jsonPatchOperationV2024' is not null or undefined
|
|
76202
76104
|
(0, common_1.assertParamExists)('updateTaskStatus', 'jsonPatchOperationV2024', jsonPatchOperationV2024);
|
|
76203
76105
|
localVarPath = "/task-status/{id}"
|
|
@@ -76227,9 +76129,6 @@ var TaskManagementV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
76227
76129
|
// oauth required
|
|
76228
76130
|
_a.sent();
|
|
76229
76131
|
localVarHeaderParameter['Content-Type'] = 'application/json-patch+json';
|
|
76230
|
-
if (xSailPointExperimental != null) {
|
|
76231
|
-
localVarHeaderParameter['X-SailPoint-Experimental'] = String(xSailPointExperimental);
|
|
76232
|
-
}
|
|
76233
76132
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
76234
76133
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
76235
76134
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
@@ -76255,20 +76154,19 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76255
76154
|
/**
|
|
76256
76155
|
* Responds with headers only for list of task statuses for pending tasks.
|
|
76257
76156
|
* @summary Retrieve pending task list headers
|
|
76258
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
76259
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.
|
|
76260
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.
|
|
76261
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.
|
|
76262
76160
|
* @param {*} [axiosOptions] Override http request option.
|
|
76263
76161
|
* @throws {RequiredError}
|
|
76264
76162
|
*/
|
|
76265
|
-
getPendingTaskHeaders: function (
|
|
76163
|
+
getPendingTaskHeaders: function (offset, limit, count, axiosOptions) {
|
|
76266
76164
|
var _a, _b, _c;
|
|
76267
76165
|
return __awaiter(this, void 0, void 0, function () {
|
|
76268
76166
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76269
76167
|
return __generator(this, function (_d) {
|
|
76270
76168
|
switch (_d.label) {
|
|
76271
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTaskHeaders(
|
|
76169
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTaskHeaders(offset, limit, count, axiosOptions)];
|
|
76272
76170
|
case 1:
|
|
76273
76171
|
localVarAxiosArgs = _d.sent();
|
|
76274
76172
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76284,17 +76182,16 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76284
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.
|
|
76285
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.
|
|
76286
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.
|
|
76287
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76288
76185
|
* @param {*} [axiosOptions] Override http request option.
|
|
76289
76186
|
* @throws {RequiredError}
|
|
76290
76187
|
*/
|
|
76291
|
-
getPendingTasks: function (offset, limit, count,
|
|
76188
|
+
getPendingTasks: function (offset, limit, count, axiosOptions) {
|
|
76292
76189
|
var _a, _b, _c;
|
|
76293
76190
|
return __awaiter(this, void 0, void 0, function () {
|
|
76294
76191
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76295
76192
|
return __generator(this, function (_d) {
|
|
76296
76193
|
switch (_d.label) {
|
|
76297
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTasks(offset, limit, count,
|
|
76194
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getPendingTasks(offset, limit, count, axiosOptions)];
|
|
76298
76195
|
case 1:
|
|
76299
76196
|
localVarAxiosArgs = _d.sent();
|
|
76300
76197
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76308,17 +76205,16 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76308
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.
|
|
76309
76206
|
* @summary Get task status by id
|
|
76310
76207
|
* @param {string} id Task ID.
|
|
76311
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76312
76208
|
* @param {*} [axiosOptions] Override http request option.
|
|
76313
76209
|
* @throws {RequiredError}
|
|
76314
76210
|
*/
|
|
76315
|
-
getTaskStatus: function (id,
|
|
76211
|
+
getTaskStatus: function (id, axiosOptions) {
|
|
76316
76212
|
var _a, _b, _c;
|
|
76317
76213
|
return __awaiter(this, void 0, void 0, function () {
|
|
76318
76214
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76319
76215
|
return __generator(this, function (_d) {
|
|
76320
76216
|
switch (_d.label) {
|
|
76321
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTaskStatus(id,
|
|
76217
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTaskStatus(id, axiosOptions)];
|
|
76322
76218
|
case 1:
|
|
76323
76219
|
localVarAxiosArgs = _d.sent();
|
|
76324
76220
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76336,17 +76232,16 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76336
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.
|
|
76337
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*
|
|
76338
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**
|
|
76339
|
-
* @param {string} [xSailPointExperimental] Use this header to enable this experimental API.
|
|
76340
76235
|
* @param {*} [axiosOptions] Override http request option.
|
|
76341
76236
|
* @throws {RequiredError}
|
|
76342
76237
|
*/
|
|
76343
|
-
getTaskStatusList: function (limit, offset, count, filters, sorters,
|
|
76238
|
+
getTaskStatusList: function (limit, offset, count, filters, sorters, axiosOptions) {
|
|
76344
76239
|
var _a, _b, _c;
|
|
76345
76240
|
return __awaiter(this, void 0, void 0, function () {
|
|
76346
76241
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76347
76242
|
return __generator(this, function (_d) {
|
|
76348
76243
|
switch (_d.label) {
|
|
76349
|
-
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)];
|
|
76350
76245
|
case 1:
|
|
76351
76246
|
localVarAxiosArgs = _d.sent();
|
|
76352
76247
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76360,18 +76255,17 @@ var TaskManagementV2024ApiFp = function (configuration) {
|
|
|
76360
76255
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
76361
76256
|
* @summary Update task status by id
|
|
76362
76257
|
* @param {string} id Task ID.
|
|
76363
|
-
* @param {string} xSailPointExperimental Use this header to enable this experimental API.
|
|
76364
76258
|
* @param {Array<JsonPatchOperationV2024>} jsonPatchOperationV2024 The JSONPatch payload used to update the object.
|
|
76365
76259
|
* @param {*} [axiosOptions] Override http request option.
|
|
76366
76260
|
* @throws {RequiredError}
|
|
76367
76261
|
*/
|
|
76368
|
-
updateTaskStatus: function (id,
|
|
76262
|
+
updateTaskStatus: function (id, jsonPatchOperationV2024, axiosOptions) {
|
|
76369
76263
|
var _a, _b, _c;
|
|
76370
76264
|
return __awaiter(this, void 0, void 0, function () {
|
|
76371
76265
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
76372
76266
|
return __generator(this, function (_d) {
|
|
76373
76267
|
switch (_d.label) {
|
|
76374
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateTaskStatus(id,
|
|
76268
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.updateTaskStatus(id, jsonPatchOperationV2024, axiosOptions)];
|
|
76375
76269
|
case 1:
|
|
76376
76270
|
localVarAxiosArgs = _d.sent();
|
|
76377
76271
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -76399,7 +76293,8 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76399
76293
|
* @throws {RequiredError}
|
|
76400
76294
|
*/
|
|
76401
76295
|
getPendingTaskHeaders: function (requestParameters, axiosOptions) {
|
|
76402
|
-
|
|
76296
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76297
|
+
return localVarFp.getPendingTaskHeaders(requestParameters.offset, requestParameters.limit, requestParameters.count, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76403
76298
|
},
|
|
76404
76299
|
/**
|
|
76405
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.
|
|
@@ -76410,7 +76305,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76410
76305
|
*/
|
|
76411
76306
|
getPendingTasks: function (requestParameters, axiosOptions) {
|
|
76412
76307
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76413
|
-
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); });
|
|
76414
76309
|
},
|
|
76415
76310
|
/**
|
|
76416
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.
|
|
@@ -76420,7 +76315,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76420
76315
|
* @throws {RequiredError}
|
|
76421
76316
|
*/
|
|
76422
76317
|
getTaskStatus: function (requestParameters, axiosOptions) {
|
|
76423
|
-
return localVarFp.getTaskStatus(requestParameters.id,
|
|
76318
|
+
return localVarFp.getTaskStatus(requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76424
76319
|
},
|
|
76425
76320
|
/**
|
|
76426
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.
|
|
@@ -76431,7 +76326,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76431
76326
|
*/
|
|
76432
76327
|
getTaskStatusList: function (requestParameters, axiosOptions) {
|
|
76433
76328
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76434
|
-
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); });
|
|
76435
76330
|
},
|
|
76436
76331
|
/**
|
|
76437
76332
|
* Update a current task status by task ID. Use this API to clear a pending task by updating the completionStatus and completed attributes.
|
|
@@ -76441,7 +76336,7 @@ var TaskManagementV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
76441
76336
|
* @throws {RequiredError}
|
|
76442
76337
|
*/
|
|
76443
76338
|
updateTaskStatus: function (requestParameters, axiosOptions) {
|
|
76444
|
-
return localVarFp.updateTaskStatus(requestParameters.id, requestParameters.
|
|
76339
|
+
return localVarFp.updateTaskStatus(requestParameters.id, requestParameters.jsonPatchOperationV2024, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
76445
76340
|
},
|
|
76446
76341
|
};
|
|
76447
76342
|
};
|
|
@@ -76467,7 +76362,8 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76467
76362
|
*/
|
|
76468
76363
|
TaskManagementV2024Api.prototype.getPendingTaskHeaders = function (requestParameters, axiosOptions) {
|
|
76469
76364
|
var _this = this;
|
|
76470
|
-
|
|
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); });
|
|
76471
76367
|
};
|
|
76472
76368
|
/**
|
|
76473
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.
|
|
@@ -76480,7 +76376,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76480
76376
|
TaskManagementV2024Api.prototype.getPendingTasks = function (requestParameters, axiosOptions) {
|
|
76481
76377
|
var _this = this;
|
|
76482
76378
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76483
|
-
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); });
|
|
76484
76380
|
};
|
|
76485
76381
|
/**
|
|
76486
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.
|
|
@@ -76492,7 +76388,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76492
76388
|
*/
|
|
76493
76389
|
TaskManagementV2024Api.prototype.getTaskStatus = function (requestParameters, axiosOptions) {
|
|
76494
76390
|
var _this = this;
|
|
76495
|
-
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); });
|
|
76496
76392
|
};
|
|
76497
76393
|
/**
|
|
76498
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.
|
|
@@ -76505,7 +76401,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76505
76401
|
TaskManagementV2024Api.prototype.getTaskStatusList = function (requestParameters, axiosOptions) {
|
|
76506
76402
|
var _this = this;
|
|
76507
76403
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
76508
|
-
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); });
|
|
76509
76405
|
};
|
|
76510
76406
|
/**
|
|
76511
76407
|
* 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 +76413,7 @@ var TaskManagementV2024Api = /** @class */ (function (_super) {
|
|
|
76517
76413
|
*/
|
|
76518
76414
|
TaskManagementV2024Api.prototype.updateTaskStatus = function (requestParameters, axiosOptions) {
|
|
76519
76415
|
var _this = this;
|
|
76520
|
-
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); });
|
|
76521
76417
|
};
|
|
76522
76418
|
return TaskManagementV2024Api;
|
|
76523
76419
|
}(base_1.BaseAPI));
|
|
@@ -82117,12 +82013,11 @@ var WorkflowsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82117
82013
|
* @param {string} id Workflow ID.
|
|
82118
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.
|
|
82119
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.
|
|
82120
|
-
* @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.
|
|
82121
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*
|
|
82122
82017
|
* @param {*} [axiosOptions] Override http request option.
|
|
82123
82018
|
* @throws {RequiredError}
|
|
82124
82019
|
*/
|
|
82125
|
-
getWorkflowExecutions: function (id, limit, offset,
|
|
82020
|
+
getWorkflowExecutions: function (id, limit, offset, filters, axiosOptions) {
|
|
82126
82021
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
82127
82022
|
return __awaiter(_this, void 0, void 0, function () {
|
|
82128
82023
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -82163,9 +82058,6 @@ var WorkflowsV2024ApiAxiosParamCreator = function (configuration) {
|
|
|
82163
82058
|
if (offset !== undefined) {
|
|
82164
82059
|
localVarQueryParameter['offset'] = offset;
|
|
82165
82060
|
}
|
|
82166
|
-
if (count !== undefined) {
|
|
82167
|
-
localVarQueryParameter['count'] = count;
|
|
82168
|
-
}
|
|
82169
82061
|
if (filters !== undefined) {
|
|
82170
82062
|
localVarQueryParameter['filters'] = filters;
|
|
82171
82063
|
}
|
|
@@ -82888,18 +82780,17 @@ var WorkflowsV2024ApiFp = function (configuration) {
|
|
|
82888
82780
|
* @param {string} id Workflow ID.
|
|
82889
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.
|
|
82890
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.
|
|
82891
|
-
* @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.
|
|
82892
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*
|
|
82893
82784
|
* @param {*} [axiosOptions] Override http request option.
|
|
82894
82785
|
* @throws {RequiredError}
|
|
82895
82786
|
*/
|
|
82896
|
-
getWorkflowExecutions: function (id, limit, offset,
|
|
82787
|
+
getWorkflowExecutions: function (id, limit, offset, filters, axiosOptions) {
|
|
82897
82788
|
var _a, _b, _c;
|
|
82898
82789
|
return __awaiter(this, void 0, void 0, function () {
|
|
82899
82790
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
82900
82791
|
return __generator(this, function (_d) {
|
|
82901
82792
|
switch (_d.label) {
|
|
82902
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getWorkflowExecutions(id, limit, offset,
|
|
82793
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getWorkflowExecutions(id, limit, offset, filters, axiosOptions)];
|
|
82903
82794
|
case 1:
|
|
82904
82795
|
localVarAxiosArgs = _d.sent();
|
|
82905
82796
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -83221,7 +83112,7 @@ var WorkflowsV2024ApiFactory = function (configuration, basePath, axios) {
|
|
|
83221
83112
|
* @throws {RequiredError}
|
|
83222
83113
|
*/
|
|
83223
83114
|
getWorkflowExecutions: function (requestParameters, axiosOptions) {
|
|
83224
|
-
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); });
|
|
83225
83116
|
},
|
|
83226
83117
|
/**
|
|
83227
83118
|
* This lists all triggers, actions, and operators in the library
|
|
@@ -83434,7 +83325,7 @@ var WorkflowsV2024Api = /** @class */ (function (_super) {
|
|
|
83434
83325
|
*/
|
|
83435
83326
|
WorkflowsV2024Api.prototype.getWorkflowExecutions = function (requestParameters, axiosOptions) {
|
|
83436
83327
|
var _this = this;
|
|
83437
|
-
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); });
|
|
83438
83329
|
};
|
|
83439
83330
|
/**
|
|
83440
83331
|
* This lists all triggers, actions, and operators in the library
|