sailpoint-api-client 1.6.8 → 1.6.10
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 +343 -1123
- package/beta/common.ts +2 -2
- package/beta/package.json +1 -1
- package/dist/beta/api.d.ts +321 -840
- package/dist/beta/api.js +113 -699
- package/dist/beta/api.js.map +1 -1
- package/dist/beta/common.js +1 -1
- package/dist/beta/common.js.map +1 -1
- package/dist/generic/api.d.ts +386 -0
- package/dist/generic/api.js +689 -0
- package/dist/generic/api.js.map +1 -0
- package/dist/generic/base.d.ts +66 -0
- package/dist/generic/base.js +89 -0
- package/dist/generic/base.js.map +1 -0
- package/dist/generic/common.d.ts +65 -0
- package/dist/generic/common.js +260 -0
- package/dist/generic/common.js.map +1 -0
- package/dist/generic/configuration.d.ts +91 -0
- package/dist/generic/configuration.js +46 -0
- package/dist/generic/configuration.js.map +1 -0
- package/dist/generic/index.d.ts +13 -0
- package/dist/generic/index.js +32 -0
- package/dist/generic/index.js.map +1 -0
- package/dist/index.d.ts +5 -4
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/paginator.d.ts +3 -1
- package/dist/paginator.js +146 -0
- package/dist/paginator.js.map +1 -1
- package/dist/v2024/api.d.ts +1536 -511
- package/dist/v2024/api.js +5111 -4045
- package/dist/v2024/api.js.map +1 -1
- package/dist/v2024/common.js +1 -1
- package/dist/v2024/common.js.map +1 -1
- package/dist/v2025/api.d.ts +5099 -632
- package/dist/v2025/api.js +11068 -7033
- package/dist/v2025/api.js.map +1 -1
- package/dist/v2025/common.js +1 -1
- package/dist/v2025/common.js.map +1 -1
- package/dist/v3/api.d.ts +122 -444
- package/dist/v3/api.js +88 -407
- package/dist/v3/api.js.map +1 -1
- package/dist/v3/common.js +1 -1
- package/dist/v3/common.js.map +1 -1
- package/generic/.openapi-generator/FILES +11 -0
- package/generic/.openapi-generator/VERSION +1 -0
- package/generic/.openapi-generator-ignore +23 -0
- package/generic/README.md +46 -0
- package/generic/api.ts +681 -0
- package/generic/base.ts +86 -0
- package/generic/common.ts +159 -0
- package/generic/configuration.ts +110 -0
- package/generic/git_push.sh +57 -0
- package/generic/index.ts +18 -0
- package/generic/package.json +34 -0
- package/generic/tsconfig.json +21 -0
- package/index.ts +9 -7
- package/package.json +1 -1
- package/paginator.ts +137 -11
- package/v2024/README.md +2 -2
- package/v2024/api.ts +2323 -771
- package/v2024/common.ts +2 -2
- package/v2024/package.json +1 -1
- package/v2025/README.md +2 -2
- package/v2025/api.ts +7689 -1221
- package/v2025/common.ts +2 -2
- package/v2025/package.json +1 -1
- package/v3/README.md +2 -2
- package/v3/api.ts +146 -611
- package/v3/common.ts +2 -2
- package/v3/package.json +1 -1
package/dist/v3/api.js
CHANGED
|
@@ -79,15 +79,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
79
79
|
};
|
|
80
80
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
81
|
exports.CampaignMandatoryCommentRequirementV3 = exports.CampaignCorrelatedStatusV3 = exports.CampaignStatusV3 = exports.CampaignTypeV3 = exports.BulkAddTaggedObjectOperationV3 = exports.BucketType = exports.BeforeProvisioningRuleDtoTypeV3 = exports.BaseAccessOwnerTypeV3 = exports.BackupResponseCloudStorageStatusV3 = exports.BackupResponseHydrationStatusV3 = exports.BackupResponseBackupTypeV3 = exports.BackupResponseTypeV3 = exports.BackupResponseStatusV3 = exports.BackupOptionsIncludeTypesV3 = exports.AuthUserCapabilitiesV3 = exports.AttributeDefinitionType = exports.AttributeDefinitionSchemaTypeV3 = exports.ApprovalStatusDtoOriginalOwnerTypeV3 = exports.ApprovalStatusDtoCurrentOwnerTypeV3 = exports.ApprovalStatus = exports.ApprovalSchemeForRoleApproverTypeV3 = exports.ApprovalScheme = exports.AggregationType = exports.AdminReviewReassignReassignToTypeV3 = exports.ActivityInsightsUsageDaysStateV3 = exports.AccountAllOfSourceOwnerTypeV3 = exports.AccountAllOfRecommendationMethodV3 = exports.AccountAllOfRecommendationTypeV3 = exports.AccountAllOfIdentityTypeV3 = exports.AccountActivityItemOperation = exports.AccountActivityApprovalStatus = exports.AccountActionActionV3 = exports.AccountOriginV3 = exports.AccessType = exports.AccessRequestType = exports.AccessRequestPhasesResultV3 = exports.AccessRequestPhasesStateV3 = exports.AccessRequestItemTypeV3 = exports.AccessProfileUsageUsedByInnerTypeV3 = exports.AccessProfileSourceRefTypeV3 = exports.AccessProfileRefTypeV3 = exports.AccessProfileApprovalSchemeApproverTypeV3 = exports.AccessItemReviewedByTypeV3 = exports.AccessItemRequesterTypeV3 = exports.AccessItemRequestedForTypeV3 = exports.AccessCriteriaRequestCriteriaListInnerTypeV3 = exports.AccessCriteriaCriteriaListInnerTypeV3 = exports.AccessConstraintOperatorV3 = exports.AccessConstraintTypeV3 = exports.AccessAppsOwnerTypeV3 = void 0;
|
|
82
|
-
exports.GetCampaign200ResponseCorrelatedStatusV3 = exports.GetCampaign200ResponseStatusV3 = exports.GetCampaign200ResponseTypeV3 = exports.GetActiveCampaigns200ResponseInnerMandatoryCommentRequirementV3 = exports.GetActiveCampaigns200ResponseInnerCorrelatedStatusV3 = exports.GetActiveCampaigns200ResponseInnerStatusV3 = exports.GetActiveCampaigns200ResponseInnerTypeV3 = exports.FilterType = exports.FederationProtocolDetailsRoleV3 = exports.ExpressionChildrenInnerOperatorV3 = exports.ExpressionOperatorV3 = exports.ExecutionStatus = exports.ExceptionCriteriaCriteriaListInnerTypeV3 = exports.
|
|
83
|
-
exports.
|
|
84
|
-
exports.
|
|
85
|
-
exports.
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.
|
|
90
|
-
exports.WorkflowsApi = exports.WorkflowsApiFactory = exports.WorkflowsApiFp = exports.WorkflowsApiAxiosParamCreator = exports.WorkItemsApi = exports.WorkItemsApiFactory = exports.WorkItemsApiFp = exports.WorkItemsApiAxiosParamCreator = exports.
|
|
82
|
+
exports.GetCampaign200ResponseCorrelatedStatusV3 = exports.GetCampaign200ResponseStatusV3 = exports.GetCampaign200ResponseTypeV3 = exports.GetActiveCampaigns200ResponseInnerMandatoryCommentRequirementV3 = exports.GetActiveCampaigns200ResponseInnerCorrelatedStatusV3 = exports.GetActiveCampaigns200ResponseInnerStatusV3 = exports.GetActiveCampaigns200ResponseInnerTypeV3 = exports.FilterType = exports.FieldDetailsDtoTypeV3 = exports.FederationProtocolDetailsRoleV3 = exports.ExpressionChildrenInnerOperatorV3 = exports.ExpressionOperatorV3 = exports.ExecutionStatus = exports.ExceptionCriteriaCriteriaListInnerTypeV3 = exports.EntitlementRefTypeV3 = exports.EntitlementOwnerTypeV3 = exports.DtoType = exports.DocumentType = exports.DimensionRefTypeV3 = exports.DependantConnectionsMissingDtoDependencyTypeV3 = exports.DeleteSource202ResponseTypeV3 = exports.DateCompareOperatorV3 = exports.CriteriaType = exports.ConnectorDetailStatusV3 = exports.CompletionStatus = exports.CompletedApprovalState = exports.CommentDtoAuthorTypeV3 = exports.ClientType = exports.CertificationTaskStatusV3 = exports.CertificationTaskTargetTypeV3 = exports.CertificationTaskTypeV3 = exports.CertificationReferenceTypeV3 = exports.CertificationPhase = exports.CertificationDecision = exports.CampaignTemplateOwnerRefTypeV3 = exports.CampaignReportStatusV3 = exports.CampaignReportTypeV3 = exports.CampaignReferenceMandatoryCommentRequirementV3 = exports.CampaignReferenceCorrelatedStatusV3 = exports.CampaignReferenceCampaignTypeV3 = exports.CampaignReferenceTypeV3 = exports.CampaignFilterDetailsModeV3 = exports.CampaignCompleteOptionsAutoCompleteActionV3 = exports.CampaignAllOfSourcesWithOrphanEntitlementsTypeV3 = exports.CampaignAllOfSearchCampaignInfoReviewerTypeV3 = exports.CampaignAllOfSearchCampaignInfoTypeV3 = exports.CampaignAllOfRoleCompositionCampaignInfoRemediatorRefTypeV3 = exports.CampaignAllOfMachineAccountCampaignInfoReviewerTypeV3 = exports.CampaignAllOfFilterTypeV3 = exports.CampaignAlertLevelV3 = void 0;
|
|
83
|
+
exports.ReassignReferenceTypeV3 = exports.QueryType = exports.PublicIdentityIdentityStateV3 = exports.ProvisioningState = exports.ProvisioningCriteriaOperation = exports.PreApprovalTriggerDetailsDecisionV3 = exports.PendingApprovalOwnerTypeV3 = exports.PendingApprovalAction = exports.PatOwnerTypeV3 = exports.PasswordStatusStateV3 = exports.PasswordChangeResponseStateV3 = exports.OwnerReferenceSegmentsTypeV3 = exports.OwnerReferenceTypeV3 = exports.OwnerDtoTypeV3 = exports.OrphanIdentitiesReportArgumentsSelectedFormatsV3 = exports.Operation = exports.ObjectMappingResponseObjectTypeV3 = exports.ObjectMappingRequestObjectTypeV3 = exports.NonEmployeeSchemaAttributeType = exports.NonEmployeeIdentityDtoType = exports.NonEmployeeBulkUploadStatusStatusV3 = exports.NonEmployeeBulkUploadJobStatusV3 = exports.NamedConstructs = exports.MfaConfigTestResponseStateV3 = exports.MetricType = exports.ManualWorkItemState = exports.ManualWorkItemDetailsOriginalOwnerTypeV3 = exports.ManualWorkItemDetailsCurrentOwnerTypeV3 = exports.ManagedClusterTypes = exports.ManagedClusterEncryptionConfigFormatV3 = exports.ManagedClusterStatusV3 = exports.ManagedClientType = exports.ManagedClientStatusCode = exports.ManagedClientProvisionStatusV3 = exports.ManagedClientClusterTypeV3 = exports.ManagedClientStatusV3 = exports.LocaleOrigin = exports.LifecyclestateDeletedTypeV3 = exports.KbaAuthResponseStatusV3 = exports.JsonPatchOperationOpV3 = exports.Index = exports.ImportObjectTypeV3 = exports.IdpDetailsRoleV3 = exports.IdentityWithNewAccessAccessRefsInnerTypeV3 = exports.IdentityProfileExportedObjectSelfTypeV3 = exports.IdentityProfileAllOfOwnerTypeV3 = exports.IdentityProfileAllOfAuthoritativeSourceTypeV3 = exports.IdentityPreviewResponseIdentityTypeV3 = exports.GrantType = exports.GetCampaign200ResponseMandatoryCommentRequirementV3 = void 0;
|
|
84
|
+
exports.SodPolicyDto1TypeV3 = exports.SodPolicyDtoTypeV3 = exports.SodPolicyTypeV3 = exports.SodPolicyStateV3 = exports.SlimCampaignCorrelatedStatusV3 = exports.SlimCampaignStatusV3 = exports.SlimCampaignTypeV3 = exports.ServiceProviderConfigurationFederationProtocolDetailsInnerRoleV3 = exports.ServiceDeskSourceTypeV3 = exports.SendTokenResponseStatusV3 = exports.SendTokenRequestDeliveryTypeV3 = exports.SelectorType = exports.SearchScheduleRecipientsInnerTypeV3 = exports.SearchFilterType = exports.SchemaFeaturesV3 = exports.ScheduledSearchAllOfOwnerTypeV3 = exports.ScheduledAttributesFrequencyV3 = exports.ScheduleType = exports.ScheduleMonthsTypeV3 = exports.ScheduleHoursTypeV3 = exports.ScheduleDaysTypeV3 = exports.ScheduleTypeV3 = exports.RoleMembershipSelectorType = exports.RoleCriteriaOperation = exports.RoleCriteriaKeyType = exports.RoleAssignmentSourceType = exports.ReviewerTypeV3 = exports.ReviewableEntitlementAccountOwnerTypeV3 = exports.RequestedItemStatusSodViolationContextStateV3 = exports.RequestedItemStatusRequestedForTypeV3 = exports.RequestedItemStatusRequestState = exports.RequestedItemStatusPreApprovalTriggerDetailsDecisionV3 = exports.RequestedItemStatusTypeV3 = exports.RequestedItemDtoRefTypeV3 = exports.RequestedItemDetailsTypeV3 = exports.RequestableObjectType = exports.RequestableObjectRequestStatus = exports.RequestableObjectReferenceTypeV3 = exports.ReportType = exports.ReportResultsAvailableFormatsV3 = exports.ReportResultsStatusV3 = exports.ReportResultsReportTypeV3 = exports.ReportResultReferenceStatusV3 = exports.ReportResultReferenceTypeV3 = exports.ReportDetailsArgumentsSelectedFormatsV3 = exports.ReportDetailsReportTypeV3 = exports.RecommendationMethodV3 = exports.RecommendationTypeV3 = exports.ReassignmentType = exports.ReassignmentReferenceTypeV3 = void 0;
|
|
85
|
+
exports.WorkflowExecutionStatusV3 = exports.WorkflowBodyOwnerTypeV3 = exports.WorkflowAllOfCreatorTypeV3 = exports.WorkItemTypeManualWorkItems = exports.WorkItemStateManualWorkItems = exports.WorkItemState = exports.ViolationOwnerAssignmentConfigOwnerRefTypeV3 = exports.ViolationOwnerAssignmentConfigAssignmentRuleV3 = exports.ViolationContextPolicyTypeV3 = exports.VerificationResponseStatusV3 = exports.V3CreateConnectorDtoStatusV3 = exports.V3ConnectorDtoStatusV3 = exports.UsageType = exports.UpdateDetailStatusV3 = exports.UncorrelatedAccountsReportArgumentsSelectedFormatsV3 = exports.TransformReadTypeV3 = exports.TransformTypeV3 = exports.TokenAuthResponseStatusV3 = exports.TokenAuthRequestDeliveryTypeV3 = exports.TaskResultSimplifiedCompletionStatusV3 = exports.TaskResultDtoTypeV3 = exports.TaskResultDetailsMessagesInnerTypeV3 = exports.TaskResultDetailsCompletionStatusV3 = exports.TaskResultDetailsReportTypeV3 = exports.TaskResultDetailsTypeV3 = exports.TaggedObjectDtoTypeV3 = exports.StandardLevel = exports.SpDetailsRoleV3 = exports.SourceUsageStatusStatusV3 = exports.SourceSchemasInnerTypeV3 = exports.SourcePasswordPoliciesInnerTypeV3 = exports.SourceOwnerTypeV3 = exports.SourceManagerCorrelationRuleTypeV3 = exports.SourceManagementWorkgroupTypeV3 = exports.SourceHealthDtoStatusV3 = exports.SourceClusterDtoTypeV3 = exports.SourceClusterTypeV3 = exports.SourceBeforeProvisioningRuleTypeV3 = exports.SourceAccountCorrelationRuleTypeV3 = exports.SourceAccountCorrelationConfigTypeV3 = exports.SourceStatusV3 = exports.SourceFeaturesV3 = exports.SodViolationContextCheckCompletedStateV3 = exports.SodReportResultDtoTypeV3 = exports.SodRecipientTypeV3 = exports.SodPolicyRequestTypeV3 = exports.SodPolicyRequestStateV3 = exports.SodPolicyReadTypeV3 = exports.SodPolicyReadStateV3 = exports.SodPolicyOwnerRefTypeV3 = void 0;
|
|
86
|
+
exports.CertificationCampaignsApiFp = exports.CertificationCampaignsApiAxiosParamCreator = exports.CertificationCampaignFiltersApi = exports.CertificationCampaignFiltersApiFactory = exports.CertificationCampaignFiltersApiFp = exports.CertificationCampaignFiltersApiAxiosParamCreator = exports.BrandingApi = exports.BrandingApiFactory = exports.BrandingApiFp = exports.BrandingApiAxiosParamCreator = exports.AuthUsersApi = exports.AuthUsersApiFactory = exports.AuthUsersApiFp = exports.AuthUsersApiAxiosParamCreator = exports.GetDiscoveredApplicationsDetailV3 = exports.ApplicationDiscoveryApi = exports.ApplicationDiscoveryApiFactory = exports.ApplicationDiscoveryApiFp = exports.ApplicationDiscoveryApiAxiosParamCreator = exports.ListAccountsDetailLevelV3 = exports.AccountsApi = exports.AccountsApiFactory = exports.AccountsApiFp = exports.AccountsApiAxiosParamCreator = exports.AccountUsagesApi = exports.AccountUsagesApiFactory = exports.AccountUsagesApiFp = exports.AccountUsagesApiAxiosParamCreator = exports.AccountActivitiesApi = exports.AccountActivitiesApiFactory = exports.AccountActivitiesApiFp = exports.AccountActivitiesApiAxiosParamCreator = exports.AccessRequestsApi = exports.AccessRequestsApiFactory = exports.AccessRequestsApiFp = exports.AccessRequestsApiAxiosParamCreator = exports.AccessRequestApprovalsApi = exports.AccessRequestApprovalsApiFactory = exports.AccessRequestApprovalsApiFp = exports.AccessRequestApprovalsApiAxiosParamCreator = exports.AccessProfilesApi = exports.AccessProfilesApiFactory = exports.AccessProfilesApiFp = exports.AccessProfilesApiAxiosParamCreator = exports.WorkflowTriggerAttributesFrequencyV3 = exports.WorkflowTriggerTypeV3 = exports.WorkflowModifiedByTypeV3 = exports.WorkflowLibraryTriggerTypeV3 = exports.WorkflowLibraryFormFieldsTypeV3 = exports.WorkflowExecutionEventTypeV3 = void 0;
|
|
87
|
+
exports.ManagedClientsApiFp = exports.ManagedClientsApiAxiosParamCreator = exports.PingVerificationStatusMethodV3 = exports.MFAControllerApi = exports.MFAControllerApiFactory = exports.MFAControllerApiFp = exports.MFAControllerApiAxiosParamCreator = exports.TestMFAConfigMethodV3 = exports.DeleteMFAConfigMethodV3 = exports.MFAConfigurationApi = exports.MFAConfigurationApiFactory = exports.MFAConfigurationApiFp = exports.MFAConfigurationApiAxiosParamCreator = exports.LifecycleStatesApi = exports.LifecycleStatesApiFactory = exports.LifecycleStatesApiFp = exports.LifecycleStatesApiAxiosParamCreator = exports.IdentityProfilesApi = exports.IdentityProfilesApiFactory = exports.IdentityProfilesApiFp = exports.IdentityProfilesApiAxiosParamCreator = exports.GlobalTenantSecuritySettingsApi = exports.GlobalTenantSecuritySettingsApiFactory = exports.GlobalTenantSecuritySettingsApiFp = exports.GlobalTenantSecuritySettingsApiAxiosParamCreator = exports.PutConnectorTranslationsLocaleV3 = exports.GetConnectorTranslationsLocaleV3 = exports.GetConnectorListLocaleV3 = exports.GetConnectorLocaleV3 = exports.ConnectorsApi = exports.ConnectorsApiFactory = exports.ConnectorsApiFp = exports.ConnectorsApiAxiosParamCreator = exports.ConfigurationHubApi = exports.ConfigurationHubApiFactory = exports.ConfigurationHubApiFp = exports.ConfigurationHubApiAxiosParamCreator = exports.CertificationsApi = exports.CertificationsApiFactory = exports.CertificationsApiFp = exports.CertificationsApiAxiosParamCreator = exports.GetIdentityAccessSummariesTypeV3 = exports.CertificationSummariesApi = exports.CertificationSummariesApiFactory = exports.CertificationSummariesApiFp = exports.CertificationSummariesApiAxiosParamCreator = exports.GetCampaignDetailV3 = exports.GetActiveCampaignsDetailV3 = exports.CertificationCampaignsApi = exports.CertificationCampaignsApiFactory = void 0;
|
|
88
|
+
exports.ReportsDataExtractionApi = exports.ReportsDataExtractionApiFactory = exports.ReportsDataExtractionApiFp = exports.ReportsDataExtractionApiAxiosParamCreator = exports.PublicIdentitiesConfigApi = exports.PublicIdentitiesConfigApiFactory = exports.PublicIdentitiesConfigApiFp = exports.PublicIdentitiesConfigApiAxiosParamCreator = exports.PublicIdentitiesApi = exports.PublicIdentitiesApiFactory = exports.PublicIdentitiesApiFp = exports.PublicIdentitiesApiAxiosParamCreator = exports.PersonalAccessTokensApi = exports.PersonalAccessTokensApiFactory = exports.PersonalAccessTokensApiFp = exports.PersonalAccessTokensApiAxiosParamCreator = exports.PasswordSyncGroupsApi = exports.PasswordSyncGroupsApiFactory = exports.PasswordSyncGroupsApiFp = exports.PasswordSyncGroupsApiAxiosParamCreator = exports.PasswordPoliciesApi = exports.PasswordPoliciesApiFactory = exports.PasswordPoliciesApiFp = exports.PasswordPoliciesApiAxiosParamCreator = exports.PasswordManagementApi = exports.PasswordManagementApiFactory = exports.PasswordManagementApiFp = exports.PasswordManagementApiAxiosParamCreator = exports.PasswordDictionaryApi = exports.PasswordDictionaryApiFactory = exports.PasswordDictionaryApiFp = exports.PasswordDictionaryApiAxiosParamCreator = exports.PasswordConfigurationApi = exports.PasswordConfigurationApiFactory = exports.PasswordConfigurationApiFp = exports.PasswordConfigurationApiAxiosParamCreator = exports.OAuthClientsApi = exports.OAuthClientsApiFactory = exports.OAuthClientsApiFp = exports.OAuthClientsApiAxiosParamCreator = exports.NonEmployeeLifecycleManagementApi = exports.NonEmployeeLifecycleManagementApiFactory = exports.NonEmployeeLifecycleManagementApiFp = exports.NonEmployeeLifecycleManagementApiAxiosParamCreator = exports.ManagedClustersApi = exports.ManagedClustersApiFactory = exports.ManagedClustersApiFp = exports.ManagedClustersApiAxiosParamCreator = exports.ManagedClientsApi = exports.ManagedClientsApiFactory = void 0;
|
|
89
|
+
exports.SourcesApiFactory = exports.SourcesApiFp = exports.SourcesApiAxiosParamCreator = exports.SourceUsagesApi = exports.SourceUsagesApiFactory = exports.SourceUsagesApiFp = exports.SourceUsagesApiAxiosParamCreator = exports.ServiceDeskIntegrationApi = exports.ServiceDeskIntegrationApiFactory = exports.ServiceDeskIntegrationApiFp = exports.ServiceDeskIntegrationApiAxiosParamCreator = exports.SegmentsApi = exports.SegmentsApiFactory = exports.SegmentsApiFp = exports.SegmentsApiAxiosParamCreator = exports.SearchAttributeConfigurationApi = exports.SearchAttributeConfigurationApiFactory = exports.SearchAttributeConfigurationApiFp = exports.SearchAttributeConfigurationApiAxiosParamCreator = exports.SearchGetIndexV3 = exports.SearchApi = exports.SearchApiFactory = exports.SearchApiFp = exports.SearchApiAxiosParamCreator = exports.ScheduledSearchApi = exports.ScheduledSearchApiFactory = exports.ScheduledSearchApiFp = exports.ScheduledSearchApiAxiosParamCreator = exports.SavedSearchApi = exports.SavedSearchApiFactory = exports.SavedSearchApiFp = exports.SavedSearchApiAxiosParamCreator = exports.SODViolationsApi = exports.SODViolationsApiFactory = exports.SODViolationsApiFp = exports.SODViolationsApiAxiosParamCreator = exports.SODPoliciesApi = exports.SODPoliciesApiFactory = exports.SODPoliciesApiFp = exports.SODPoliciesApiAxiosParamCreator = exports.RolesApi = exports.RolesApiFactory = exports.RolesApiFp = exports.RolesApiAxiosParamCreator = exports.ListRequestableObjectsTypesV3 = exports.RequestableObjectsApi = exports.RequestableObjectsApiFactory = exports.RequestableObjectsApiFp = exports.RequestableObjectsApiAxiosParamCreator = exports.GetReportFileFormatV3 = void 0;
|
|
90
|
+
exports.WorkflowsApi = exports.WorkflowsApiFactory = exports.WorkflowsApiFp = exports.WorkflowsApiAxiosParamCreator = exports.WorkItemsApi = exports.WorkItemsApiFactory = exports.WorkItemsApiFp = exports.WorkItemsApiAxiosParamCreator = exports.TransformsApi = exports.TransformsApiFactory = exports.TransformsApiFp = exports.TransformsApiAxiosParamCreator = exports.PutTaggedObjectTypeV3 = exports.ListTaggedObjectsByTypeTypeV3 = exports.GetTaggedObjectTypeV3 = exports.DeleteTaggedObjectTypeV3 = exports.TaggedObjectsApi = exports.TaggedObjectsApiFactory = exports.TaggedObjectsApiFp = exports.TaggedObjectsApiAxiosParamCreator = exports.GetSourceSchemasIncludeTypesV3 = exports.SourcesApi = void 0;
|
|
91
91
|
var axios_1 = __importDefault(require("axios"));
|
|
92
92
|
// Some imports not used depending on template conditions
|
|
93
93
|
// @ts-ignore
|
|
@@ -126,7 +126,8 @@ exports.AccessProfileApprovalSchemeApproverTypeV3 = {
|
|
|
126
126
|
Owner: 'OWNER',
|
|
127
127
|
SourceOwner: 'SOURCE_OWNER',
|
|
128
128
|
Manager: 'MANAGER',
|
|
129
|
-
GovernanceGroup: 'GOVERNANCE_GROUP'
|
|
129
|
+
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
130
|
+
Workflow: 'WORKFLOW'
|
|
130
131
|
};
|
|
131
132
|
exports.AccessProfileRefTypeV3 = {
|
|
132
133
|
AccessProfile: 'ACCESS_PROFILE'
|
|
@@ -177,7 +178,8 @@ exports.AccountOriginV3 = {
|
|
|
177
178
|
};
|
|
178
179
|
exports.AccountActionActionV3 = {
|
|
179
180
|
Enable: 'ENABLE',
|
|
180
|
-
Disable: 'DISABLE'
|
|
181
|
+
Disable: 'DISABLE',
|
|
182
|
+
Delete: 'DELETE'
|
|
181
183
|
};
|
|
182
184
|
/**
|
|
183
185
|
* The state of an approval status
|
|
@@ -257,7 +259,8 @@ exports.ApprovalScheme = {
|
|
|
257
259
|
exports.ApprovalSchemeForRoleApproverTypeV3 = {
|
|
258
260
|
Owner: 'OWNER',
|
|
259
261
|
Manager: 'MANAGER',
|
|
260
|
-
GovernanceGroup: 'GOVERNANCE_GROUP'
|
|
262
|
+
GovernanceGroup: 'GOVERNANCE_GROUP',
|
|
263
|
+
Workflow: 'WORKFLOW'
|
|
261
264
|
};
|
|
262
265
|
/**
|
|
263
266
|
* Enum representing the non-employee request approval status
|
|
@@ -648,9 +651,6 @@ exports.EntitlementOwnerTypeV3 = {
|
|
|
648
651
|
exports.EntitlementRefTypeV3 = {
|
|
649
652
|
Entitlement: 'ENTITLEMENT'
|
|
650
653
|
};
|
|
651
|
-
exports.EntitlementRef1TypeV3 = {
|
|
652
|
-
Entitlement: 'ENTITLEMENT'
|
|
653
|
-
};
|
|
654
654
|
exports.ExceptionCriteriaCriteriaListInnerTypeV3 = {
|
|
655
655
|
Entitlement: 'ENTITLEMENT'
|
|
656
656
|
};
|
|
@@ -677,6 +677,14 @@ exports.FederationProtocolDetailsRoleV3 = {
|
|
|
677
677
|
SamlIdp: 'SAML_IDP',
|
|
678
678
|
SamlSp: 'SAML_SP'
|
|
679
679
|
};
|
|
680
|
+
exports.FieldDetailsDtoTypeV3 = {
|
|
681
|
+
String: 'string',
|
|
682
|
+
Int: 'int',
|
|
683
|
+
Long: 'long',
|
|
684
|
+
Date: 'date',
|
|
685
|
+
Boolean: 'boolean',
|
|
686
|
+
Secret: 'secret'
|
|
687
|
+
};
|
|
680
688
|
/**
|
|
681
689
|
* Enum representing the currently supported filter types. Additional values may be added in the future without notice.
|
|
682
690
|
* @export
|
|
@@ -898,6 +906,10 @@ exports.ManagedClusterStatusV3 = {
|
|
|
898
906
|
Normal: 'NORMAL',
|
|
899
907
|
Warning: 'WARNING'
|
|
900
908
|
};
|
|
909
|
+
exports.ManagedClusterEncryptionConfigFormatV3 = {
|
|
910
|
+
V2: 'V2',
|
|
911
|
+
V3: 'V3'
|
|
912
|
+
};
|
|
901
913
|
/**
|
|
902
914
|
* The Type of Cluster
|
|
903
915
|
* @export
|
|
@@ -1415,7 +1427,8 @@ exports.SchemaFeaturesV3 = {
|
|
|
1415
1427
|
ArmUtilizationExtract: 'ARM_UTILIZATION_EXTRACT',
|
|
1416
1428
|
ArmChangelogExtract: 'ARM_CHANGELOG_EXTRACT',
|
|
1417
1429
|
UsesUuid: 'USES_UUID',
|
|
1418
|
-
ApplicationDiscovery: 'APPLICATION_DISCOVERY'
|
|
1430
|
+
ApplicationDiscovery: 'APPLICATION_DISCOVERY',
|
|
1431
|
+
Delete: 'DELETE'
|
|
1419
1432
|
};
|
|
1420
1433
|
/**
|
|
1421
1434
|
* Enum representing the currently supported filter aggregation types. Additional values may be added in the future without notice.
|
|
@@ -1554,7 +1567,8 @@ exports.SourceFeaturesV3 = {
|
|
|
1554
1567
|
ArmUtilizationExtract: 'ARM_UTILIZATION_EXTRACT',
|
|
1555
1568
|
ArmChangelogExtract: 'ARM_CHANGELOG_EXTRACT',
|
|
1556
1569
|
UsesUuid: 'USES_UUID',
|
|
1557
|
-
ApplicationDiscovery: 'APPLICATION_DISCOVERY'
|
|
1570
|
+
ApplicationDiscovery: 'APPLICATION_DISCOVERY',
|
|
1571
|
+
Delete: 'DELETE'
|
|
1558
1572
|
};
|
|
1559
1573
|
exports.SourceStatusV3 = {
|
|
1560
1574
|
SourceStateErrorAccountFileImport: 'SOURCE_STATE_ERROR_ACCOUNT_FILE_IMPORT',
|
|
@@ -11798,7 +11812,7 @@ var ConfigurationHubApiAxiosParamCreator = function (configuration) {
|
|
|
11798
11812
|
});
|
|
11799
11813
|
},
|
|
11800
11814
|
/**
|
|
11801
|
-
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/
|
|
11815
|
+
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects) for more information about supported objects.
|
|
11802
11816
|
* @summary Upload a configuration
|
|
11803
11817
|
* @param {File} data JSON file containing the objects to be imported.
|
|
11804
11818
|
* @param {string} name Name that will be assigned to the uploaded configuration file.
|
|
@@ -12247,7 +12261,7 @@ var ConfigurationHubApiFp = function (configuration) {
|
|
|
12247
12261
|
});
|
|
12248
12262
|
},
|
|
12249
12263
|
/**
|
|
12250
|
-
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/
|
|
12264
|
+
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects) for more information about supported objects.
|
|
12251
12265
|
* @summary Upload a configuration
|
|
12252
12266
|
* @param {File} data JSON file containing the objects to be imported.
|
|
12253
12267
|
* @param {string} name Name that will be assigned to the uploaded configuration file.
|
|
@@ -12441,7 +12455,7 @@ var ConfigurationHubApiFactory = function (configuration, basePath, axios) {
|
|
|
12441
12455
|
return localVarFp.createObjectMappings(requestParameters.sourceOrg, requestParameters.objectMappingBulkCreateRequest, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
12442
12456
|
},
|
|
12443
12457
|
/**
|
|
12444
|
-
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/
|
|
12458
|
+
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects) for more information about supported objects.
|
|
12445
12459
|
* @summary Upload a configuration
|
|
12446
12460
|
* @param {ConfigurationHubApiCreateUploadedConfigurationRequest} requestParameters Request parameters.
|
|
12447
12461
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -12550,7 +12564,7 @@ var ConfigurationHubApi = /** @class */ (function (_super) {
|
|
|
12550
12564
|
return (0, exports.ConfigurationHubApiFp)(this.configuration).createObjectMappings(requestParameters.sourceOrg, requestParameters.objectMappingBulkCreateRequest, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
12551
12565
|
};
|
|
12552
12566
|
/**
|
|
12553
|
-
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/
|
|
12567
|
+
* This API uploads a JSON configuration file into a tenant. Configuration files can be managed and deployed via Configuration Hub by uploading a json file which contains configuration data. The JSON file should be the same as the one used by our import endpoints. The object types supported by upload configuration file functionality are the same as the ones supported by our regular backup functionality. Refer to [SaaS Configuration](https://developer.sailpoint.com/docs/extensibility/configuration-management/saas-configuration#supported-objects) for more information about supported objects.
|
|
12554
12568
|
* @summary Upload a configuration
|
|
12555
12569
|
* @param {ConfigurationHubApiCreateUploadedConfigurationRequest} requestParameters Request parameters.
|
|
12556
12570
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -16224,7 +16238,7 @@ var LifecycleStatesApiAxiosParamCreator = function (configuration) {
|
|
|
16224
16238
|
* @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.
|
|
16225
16239
|
* @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.
|
|
16226
16240
|
* @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.
|
|
16227
|
-
* @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, modified**
|
|
16241
|
+
* @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, priority, created, modified**
|
|
16228
16242
|
* @param {*} [axiosOptions] Override http request option.
|
|
16229
16243
|
* @throws {RequiredError}
|
|
16230
16244
|
*/
|
|
@@ -16515,7 +16529,7 @@ var LifecycleStatesApiFp = function (configuration) {
|
|
|
16515
16529
|
* @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.
|
|
16516
16530
|
* @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.
|
|
16517
16531
|
* @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.
|
|
16518
|
-
* @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, modified**
|
|
16532
|
+
* @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, priority, created, modified**
|
|
16519
16533
|
* @param {*} [axiosOptions] Override http request option.
|
|
16520
16534
|
* @throws {RequiredError}
|
|
16521
16535
|
*/
|
|
@@ -29715,19 +29729,19 @@ var SODViolationsApiAxiosParamCreator = function (configuration) {
|
|
|
29715
29729
|
/**
|
|
29716
29730
|
* This API initiates a SOD policy verification asynchronously.
|
|
29717
29731
|
* @summary Check sod violations
|
|
29718
|
-
* @param {
|
|
29732
|
+
* @param {IdentityWithNewAccess} identityWithNewAccess
|
|
29719
29733
|
* @param {*} [axiosOptions] Override http request option.
|
|
29720
29734
|
* @throws {RequiredError}
|
|
29721
29735
|
*/
|
|
29722
|
-
startViolationCheck: function (
|
|
29736
|
+
startViolationCheck: function (identityWithNewAccess, axiosOptions) {
|
|
29723
29737
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
29724
29738
|
return __awaiter(_this, void 0, void 0, function () {
|
|
29725
29739
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
29726
29740
|
return __generator(this, function (_a) {
|
|
29727
29741
|
switch (_a.label) {
|
|
29728
29742
|
case 0:
|
|
29729
|
-
// verify required parameter '
|
|
29730
|
-
(0, common_1.assertParamExists)('startViolationCheck', '
|
|
29743
|
+
// verify required parameter 'identityWithNewAccess' is not null or undefined
|
|
29744
|
+
(0, common_1.assertParamExists)('startViolationCheck', 'identityWithNewAccess', identityWithNewAccess);
|
|
29731
29745
|
localVarPath = "/sod-violations/check";
|
|
29732
29746
|
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
29733
29747
|
if (configuration) {
|
|
@@ -29757,7 +29771,7 @@ var SODViolationsApiAxiosParamCreator = function (configuration) {
|
|
|
29757
29771
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
29758
29772
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
29759
29773
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
29760
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(
|
|
29774
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(identityWithNewAccess, localVarRequestOptions, configuration);
|
|
29761
29775
|
return [2 /*return*/, {
|
|
29762
29776
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
29763
29777
|
axiosOptions: localVarRequestOptions,
|
|
@@ -29802,17 +29816,17 @@ var SODViolationsApiFp = function (configuration) {
|
|
|
29802
29816
|
/**
|
|
29803
29817
|
* This API initiates a SOD policy verification asynchronously.
|
|
29804
29818
|
* @summary Check sod violations
|
|
29805
|
-
* @param {
|
|
29819
|
+
* @param {IdentityWithNewAccess} identityWithNewAccess
|
|
29806
29820
|
* @param {*} [axiosOptions] Override http request option.
|
|
29807
29821
|
* @throws {RequiredError}
|
|
29808
29822
|
*/
|
|
29809
|
-
startViolationCheck: function (
|
|
29823
|
+
startViolationCheck: function (identityWithNewAccess, axiosOptions) {
|
|
29810
29824
|
var _a, _b, _c;
|
|
29811
29825
|
return __awaiter(this, void 0, void 0, function () {
|
|
29812
29826
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
29813
29827
|
return __generator(this, function (_d) {
|
|
29814
29828
|
switch (_d.label) {
|
|
29815
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.startViolationCheck(
|
|
29829
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.startViolationCheck(identityWithNewAccess, axiosOptions)];
|
|
29816
29830
|
case 1:
|
|
29817
29831
|
localVarAxiosArgs = _d.sent();
|
|
29818
29832
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -29850,7 +29864,7 @@ var SODViolationsApiFactory = function (configuration, basePath, axios) {
|
|
|
29850
29864
|
* @throws {RequiredError}
|
|
29851
29865
|
*/
|
|
29852
29866
|
startViolationCheck: function (requestParameters, axiosOptions) {
|
|
29853
|
-
return localVarFp.startViolationCheck(requestParameters.
|
|
29867
|
+
return localVarFp.startViolationCheck(requestParameters.identityWithNewAccess, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
29854
29868
|
},
|
|
29855
29869
|
};
|
|
29856
29870
|
};
|
|
@@ -29888,7 +29902,7 @@ var SODViolationsApi = /** @class */ (function (_super) {
|
|
|
29888
29902
|
*/
|
|
29889
29903
|
SODViolationsApi.prototype.startViolationCheck = function (requestParameters, axiosOptions) {
|
|
29890
29904
|
var _this = this;
|
|
29891
|
-
return (0, exports.SODViolationsApiFp)(this.configuration).startViolationCheck(requestParameters.
|
|
29905
|
+
return (0, exports.SODViolationsApiFp)(this.configuration).startViolationCheck(requestParameters.identityWithNewAccess, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
29892
29906
|
};
|
|
29893
29907
|
return SODViolationsApi;
|
|
29894
29908
|
}(base_1.BaseAPI));
|
|
@@ -34187,7 +34201,7 @@ var SourcesApiAxiosParamCreator = function (configuration) {
|
|
|
34187
34201
|
var _this = this;
|
|
34188
34202
|
return {
|
|
34189
34203
|
/**
|
|
34190
|
-
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
34204
|
+
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
34191
34205
|
* @summary Create provisioning policy
|
|
34192
34206
|
* @param {string} sourceId The Source id
|
|
34193
34207
|
* @param {ProvisioningPolicyDto} provisioningPolicyDto
|
|
@@ -35326,7 +35340,7 @@ var SourcesApiAxiosParamCreator = function (configuration) {
|
|
|
35326
35340
|
});
|
|
35327
35341
|
},
|
|
35328
35342
|
/**
|
|
35329
|
-
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
35343
|
+
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
35330
35344
|
* @summary Update provisioning policy by usagetype
|
|
35331
35345
|
* @param {string} sourceId The Source ID.
|
|
35332
35346
|
* @param {UsageType} usageType The type of provisioning policy usage. In IdentityNow, a source can support various provisioning operations. For example, when a joiner is added to a source, this may trigger both CREATE and UPDATE provisioning operations. Each usage type is considered a provisioning policy. A source can have any number of these provisioning policies defined. These are the common usage types: CREATE - This usage type relates to \'Create Account Profile\', the provisioning template for the account to be created. For example, this would be used for a joiner on a source. UPDATE - This usage type relates to \'Update Account Profile\', the provisioning template for the \'Update\' connector operations. For example, this would be used for an attribute sync on a source. ENABLE - This usage type relates to \'Enable Account Profile\', the provisioning template for the account to be enabled. For example, this could be used for a joiner on a source once the joiner\'s account is created. DISABLE - This usage type relates to \'Disable Account Profile\', the provisioning template for the account to be disabled. For example, this could be used when a leaver is removed temporarily from a source. You can use these four usage types for all your provisioning policy needs.
|
|
@@ -35586,7 +35600,7 @@ var SourcesApiAxiosParamCreator = function (configuration) {
|
|
|
35586
35600
|
});
|
|
35587
35601
|
},
|
|
35588
35602
|
/**
|
|
35589
|
-
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
35603
|
+
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
35590
35604
|
* @summary Partial update of provisioning policy
|
|
35591
35605
|
* @param {string} sourceId The Source id.
|
|
35592
35606
|
* @param {UsageType} usageType The type of provisioning policy usage. In IdentityNow, a source can support various provisioning operations. For example, when a joiner is added to a source, this may trigger both CREATE and UPDATE provisioning operations. Each usage type is considered a provisioning policy. A source can have any number of these provisioning policies defined. These are the common usage types: CREATE - This usage type relates to \'Create Account Profile\', the provisioning template for the account to be created. For example, this would be used for a joiner on a source. UPDATE - This usage type relates to \'Update Account Profile\', the provisioning template for the \'Update\' connector operations. For example, this would be used for an attribute sync on a source. ENABLE - This usage type relates to \'Enable Account Profile\', the provisioning template for the account to be enabled. For example, this could be used for a joiner on a source once the joiner\'s account is created. DISABLE - This usage type relates to \'Disable Account Profile\', the provisioning template for the account to be disabled. For example, this could be used when a leaver is removed temporarily from a source. You can use these four usage types for all your provisioning policy needs.
|
|
@@ -35788,7 +35802,7 @@ var SourcesApiFp = function (configuration) {
|
|
|
35788
35802
|
var localVarAxiosParamCreator = (0, exports.SourcesApiAxiosParamCreator)(configuration);
|
|
35789
35803
|
return {
|
|
35790
35804
|
/**
|
|
35791
|
-
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
35805
|
+
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
35792
35806
|
* @summary Create provisioning policy
|
|
35793
35807
|
* @param {string} sourceId The Source id
|
|
35794
35808
|
* @param {ProvisioningPolicyDto} provisioningPolicyDto
|
|
@@ -36245,7 +36259,7 @@ var SourcesApiFp = function (configuration) {
|
|
|
36245
36259
|
});
|
|
36246
36260
|
},
|
|
36247
36261
|
/**
|
|
36248
|
-
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36262
|
+
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36249
36263
|
* @summary Update provisioning policy by usagetype
|
|
36250
36264
|
* @param {string} sourceId The Source ID.
|
|
36251
36265
|
* @param {UsageType} usageType The type of provisioning policy usage. In IdentityNow, a source can support various provisioning operations. For example, when a joiner is added to a source, this may trigger both CREATE and UPDATE provisioning operations. Each usage type is considered a provisioning policy. A source can have any number of these provisioning policies defined. These are the common usage types: CREATE - This usage type relates to \'Create Account Profile\', the provisioning template for the account to be created. For example, this would be used for a joiner on a source. UPDATE - This usage type relates to \'Update Account Profile\', the provisioning template for the \'Update\' connector operations. For example, this would be used for an attribute sync on a source. ENABLE - This usage type relates to \'Enable Account Profile\', the provisioning template for the account to be enabled. For example, this could be used for a joiner on a source once the joiner\'s account is created. DISABLE - This usage type relates to \'Disable Account Profile\', the provisioning template for the account to be disabled. For example, this could be used when a leaver is removed temporarily from a source. You can use these four usage types for all your provisioning policy needs.
|
|
@@ -36343,7 +36357,7 @@ var SourcesApiFp = function (configuration) {
|
|
|
36343
36357
|
});
|
|
36344
36358
|
},
|
|
36345
36359
|
/**
|
|
36346
|
-
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36360
|
+
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36347
36361
|
* @summary Partial update of provisioning policy
|
|
36348
36362
|
* @param {string} sourceId The Source id.
|
|
36349
36363
|
* @param {UsageType} usageType The type of provisioning policy usage. In IdentityNow, a source can support various provisioning operations. For example, when a joiner is added to a source, this may trigger both CREATE and UPDATE provisioning operations. Each usage type is considered a provisioning policy. A source can have any number of these provisioning policies defined. These are the common usage types: CREATE - This usage type relates to \'Create Account Profile\', the provisioning template for the account to be created. For example, this would be used for a joiner on a source. UPDATE - This usage type relates to \'Update Account Profile\', the provisioning template for the \'Update\' connector operations. For example, this would be used for an attribute sync on a source. ENABLE - This usage type relates to \'Enable Account Profile\', the provisioning template for the account to be enabled. For example, this could be used for a joiner on a source once the joiner\'s account is created. DISABLE - This usage type relates to \'Disable Account Profile\', the provisioning template for the account to be disabled. For example, this could be used when a leaver is removed temporarily from a source. You can use these four usage types for all your provisioning policy needs.
|
|
@@ -36427,7 +36441,7 @@ var SourcesApiFactory = function (configuration, basePath, axios) {
|
|
|
36427
36441
|
var localVarFp = (0, exports.SourcesApiFp)(configuration);
|
|
36428
36442
|
return {
|
|
36429
36443
|
/**
|
|
36430
|
-
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36444
|
+
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36431
36445
|
* @summary Create provisioning policy
|
|
36432
36446
|
* @param {SourcesApiCreateProvisioningPolicyRequest} requestParameters Request parameters.
|
|
36433
36447
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36618,7 +36632,7 @@ var SourcesApiFactory = function (configuration, basePath, axios) {
|
|
|
36618
36632
|
return localVarFp.listSources(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.forSubadmin, requestParameters.includeIDNSource, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
36619
36633
|
},
|
|
36620
36634
|
/**
|
|
36621
|
-
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36635
|
+
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36622
36636
|
* @summary Update provisioning policy by usagetype
|
|
36623
36637
|
* @param {SourcesApiPutProvisioningPolicyRequest} requestParameters Request parameters.
|
|
36624
36638
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36658,7 +36672,7 @@ var SourcesApiFactory = function (configuration, basePath, axios) {
|
|
|
36658
36672
|
return localVarFp.updateProvisioningPoliciesInBulk(requestParameters.sourceId, requestParameters.provisioningPolicyDto, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
36659
36673
|
},
|
|
36660
36674
|
/**
|
|
36661
|
-
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36675
|
+
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36662
36676
|
* @summary Partial update of provisioning policy
|
|
36663
36677
|
* @param {SourcesApiUpdateProvisioningPolicyRequest} requestParameters Request parameters.
|
|
36664
36678
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36702,7 +36716,7 @@ var SourcesApi = /** @class */ (function (_super) {
|
|
|
36702
36716
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
36703
36717
|
}
|
|
36704
36718
|
/**
|
|
36705
|
-
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36719
|
+
* This API generates a create policy/template based on field value transforms. This API is intended for use when setting up JDBC Provisioning type sources, but it will also work on other source types. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36706
36720
|
* @summary Create provisioning policy
|
|
36707
36721
|
* @param {SourcesApiCreateProvisioningPolicyRequest} requestParameters Request parameters.
|
|
36708
36722
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36931,7 +36945,7 @@ var SourcesApi = /** @class */ (function (_super) {
|
|
|
36931
36945
|
return (0, exports.SourcesApiFp)(this.configuration).listSources(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, requestParameters.sorters, requestParameters.forSubadmin, requestParameters.includeIDNSource, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
36932
36946
|
};
|
|
36933
36947
|
/**
|
|
36934
|
-
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36948
|
+
* This end-point updates the provisioning policy with the specified usage on the specified source in IdentityNow. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36935
36949
|
* @summary Update provisioning policy by usagetype
|
|
36936
36950
|
* @param {SourcesApiPutProvisioningPolicyRequest} requestParameters Request parameters.
|
|
36937
36951
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -36979,7 +36993,7 @@ var SourcesApi = /** @class */ (function (_super) {
|
|
|
36979
36993
|
return (0, exports.SourcesApiFp)(this.configuration).updateProvisioningPoliciesInBulk(requestParameters.sourceId, requestParameters.provisioningPolicyDto, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
36980
36994
|
};
|
|
36981
36995
|
/**
|
|
36982
|
-
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/
|
|
36996
|
+
* This API selectively updates an existing Provisioning Policy using a JSONPatch payload. Transforms can be used in the provisioning policy to create a new attribute that you only need during provisioning. Refer to [Transforms in Provisioning Policies](https://developer.sailpoint.com/docs/extensibility/transforms/guides/transforms-in-provisioning-policies) for more information.
|
|
36983
36997
|
* @summary Partial update of provisioning policy
|
|
36984
36998
|
* @param {SourcesApiUpdateProvisioningPolicyRequest} requestParameters Request parameters.
|
|
36985
36999
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37210,7 +37224,7 @@ var TaggedObjectsApiAxiosParamCreator = function (configuration) {
|
|
|
37210
37224
|
});
|
|
37211
37225
|
},
|
|
37212
37226
|
/**
|
|
37213
|
-
* This API returns a list of all tagged objects.
|
|
37227
|
+
* This API returns a list of all tagged objects.
|
|
37214
37228
|
* @summary List tagged objects
|
|
37215
37229
|
* @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.
|
|
37216
37230
|
* @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.
|
|
@@ -37275,7 +37289,7 @@ var TaggedObjectsApiAxiosParamCreator = function (configuration) {
|
|
|
37275
37289
|
});
|
|
37276
37290
|
},
|
|
37277
37291
|
/**
|
|
37278
|
-
* This API returns a list of all tagged objects by type.
|
|
37292
|
+
* This API returns a list of all tagged objects by type.
|
|
37279
37293
|
* @summary List tagged objects by type
|
|
37280
37294
|
* @param {ListTaggedObjectsByTypeTypeV3} type The type of tagged object to retrieve.
|
|
37281
37295
|
* @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.
|
|
@@ -37406,7 +37420,7 @@ var TaggedObjectsApiAxiosParamCreator = function (configuration) {
|
|
|
37406
37420
|
});
|
|
37407
37421
|
},
|
|
37408
37422
|
/**
|
|
37409
|
-
* This adds a tag to an object.
|
|
37423
|
+
* This adds a tag to an object.
|
|
37410
37424
|
* @summary Add tag to object
|
|
37411
37425
|
* @param {TaggedObject} taggedObject
|
|
37412
37426
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37605,7 +37619,7 @@ var TaggedObjectsApiFp = function (configuration) {
|
|
|
37605
37619
|
});
|
|
37606
37620
|
},
|
|
37607
37621
|
/**
|
|
37608
|
-
* This API returns a list of all tagged objects.
|
|
37622
|
+
* This API returns a list of all tagged objects.
|
|
37609
37623
|
* @summary List tagged objects
|
|
37610
37624
|
* @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.
|
|
37611
37625
|
* @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.
|
|
@@ -37631,7 +37645,7 @@ var TaggedObjectsApiFp = function (configuration) {
|
|
|
37631
37645
|
});
|
|
37632
37646
|
},
|
|
37633
37647
|
/**
|
|
37634
|
-
* This API returns a list of all tagged objects by type.
|
|
37648
|
+
* This API returns a list of all tagged objects by type.
|
|
37635
37649
|
* @summary List tagged objects by type
|
|
37636
37650
|
* @param {ListTaggedObjectsByTypeTypeV3} type The type of tagged object to retrieve.
|
|
37637
37651
|
* @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.
|
|
@@ -37683,7 +37697,7 @@ var TaggedObjectsApiFp = function (configuration) {
|
|
|
37683
37697
|
});
|
|
37684
37698
|
},
|
|
37685
37699
|
/**
|
|
37686
|
-
* This adds a tag to an object.
|
|
37700
|
+
* This adds a tag to an object.
|
|
37687
37701
|
* @summary Add tag to object
|
|
37688
37702
|
* @param {TaggedObject} taggedObject
|
|
37689
37703
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37769,7 +37783,7 @@ var TaggedObjectsApiFactory = function (configuration, basePath, axios) {
|
|
|
37769
37783
|
return localVarFp.getTaggedObject(requestParameters.type, requestParameters.id, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37770
37784
|
},
|
|
37771
37785
|
/**
|
|
37772
|
-
* This API returns a list of all tagged objects.
|
|
37786
|
+
* This API returns a list of all tagged objects.
|
|
37773
37787
|
* @summary List tagged objects
|
|
37774
37788
|
* @param {TaggedObjectsApiListTaggedObjectsRequest} requestParameters Request parameters.
|
|
37775
37789
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37780,7 +37794,7 @@ var TaggedObjectsApiFactory = function (configuration, basePath, axios) {
|
|
|
37780
37794
|
return localVarFp.listTaggedObjects(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37781
37795
|
},
|
|
37782
37796
|
/**
|
|
37783
|
-
* This API returns a list of all tagged objects by type.
|
|
37797
|
+
* This API returns a list of all tagged objects by type.
|
|
37784
37798
|
* @summary List tagged objects by type
|
|
37785
37799
|
* @param {TaggedObjectsApiListTaggedObjectsByTypeRequest} requestParameters Request parameters.
|
|
37786
37800
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37800,7 +37814,7 @@ var TaggedObjectsApiFactory = function (configuration, basePath, axios) {
|
|
|
37800
37814
|
return localVarFp.putTaggedObject(requestParameters.type, requestParameters.id, requestParameters.taggedObject, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
37801
37815
|
},
|
|
37802
37816
|
/**
|
|
37803
|
-
* This adds a tag to an object.
|
|
37817
|
+
* This adds a tag to an object.
|
|
37804
37818
|
* @summary Add tag to object
|
|
37805
37819
|
* @param {TaggedObjectsApiSetTagToObjectRequest} requestParameters Request parameters.
|
|
37806
37820
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37870,7 +37884,7 @@ var TaggedObjectsApi = /** @class */ (function (_super) {
|
|
|
37870
37884
|
return (0, exports.TaggedObjectsApiFp)(this.configuration).getTaggedObject(requestParameters.type, requestParameters.id, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37871
37885
|
};
|
|
37872
37886
|
/**
|
|
37873
|
-
* This API returns a list of all tagged objects.
|
|
37887
|
+
* This API returns a list of all tagged objects.
|
|
37874
37888
|
* @summary List tagged objects
|
|
37875
37889
|
* @param {TaggedObjectsApiListTaggedObjectsRequest} requestParameters Request parameters.
|
|
37876
37890
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37883,7 +37897,7 @@ var TaggedObjectsApi = /** @class */ (function (_super) {
|
|
|
37883
37897
|
return (0, exports.TaggedObjectsApiFp)(this.configuration).listTaggedObjects(requestParameters.limit, requestParameters.offset, requestParameters.count, requestParameters.filters, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37884
37898
|
};
|
|
37885
37899
|
/**
|
|
37886
|
-
* This API returns a list of all tagged objects by type.
|
|
37900
|
+
* This API returns a list of all tagged objects by type.
|
|
37887
37901
|
* @summary List tagged objects by type
|
|
37888
37902
|
* @param {TaggedObjectsApiListTaggedObjectsByTypeRequest} requestParameters Request parameters.
|
|
37889
37903
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -37907,7 +37921,7 @@ var TaggedObjectsApi = /** @class */ (function (_super) {
|
|
|
37907
37921
|
return (0, exports.TaggedObjectsApiFp)(this.configuration).putTaggedObject(requestParameters.type, requestParameters.id, requestParameters.taggedObject, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
37908
37922
|
};
|
|
37909
37923
|
/**
|
|
37910
|
-
* This adds a tag to an object.
|
|
37924
|
+
* This adds a tag to an object.
|
|
37911
37925
|
* @summary Add tag to object
|
|
37912
37926
|
* @param {TaggedObjectsApiSetTagToObjectRequest} requestParameters Request parameters.
|
|
37913
37927
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -38546,339 +38560,6 @@ var TransformsApi = /** @class */ (function (_super) {
|
|
|
38546
38560
|
return TransformsApi;
|
|
38547
38561
|
}(base_1.BaseAPI));
|
|
38548
38562
|
exports.TransformsApi = TransformsApi;
|
|
38549
|
-
/**
|
|
38550
|
-
* VendorConnectorMappingsApi - axios parameter creator
|
|
38551
|
-
* @export
|
|
38552
|
-
*/
|
|
38553
|
-
var VendorConnectorMappingsApiAxiosParamCreator = function (configuration) {
|
|
38554
|
-
var _this = this;
|
|
38555
|
-
return {
|
|
38556
|
-
/**
|
|
38557
|
-
* Create a new mapping between a SaaS vendor and an ISC connector to establish correlation paths.
|
|
38558
|
-
* @summary Create vendor connector mapping
|
|
38559
|
-
* @param {VendorConnectorMapping} vendorConnectorMapping
|
|
38560
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38561
|
-
* @throws {RequiredError}
|
|
38562
|
-
*/
|
|
38563
|
-
createVendorConnectorMapping: function (vendorConnectorMapping, axiosOptions) {
|
|
38564
|
-
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
38565
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
38566
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
38567
|
-
return __generator(this, function (_a) {
|
|
38568
|
-
switch (_a.label) {
|
|
38569
|
-
case 0:
|
|
38570
|
-
// verify required parameter 'vendorConnectorMapping' is not null or undefined
|
|
38571
|
-
(0, common_1.assertParamExists)('createVendorConnectorMapping', 'vendorConnectorMapping', vendorConnectorMapping);
|
|
38572
|
-
localVarPath = "/vendor-connector-mappings";
|
|
38573
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
38574
|
-
if (configuration) {
|
|
38575
|
-
baseOptions = configuration.baseOptions;
|
|
38576
|
-
}
|
|
38577
|
-
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), axiosOptions);
|
|
38578
|
-
localVarHeaderParameter = {};
|
|
38579
|
-
localVarQueryParameter = {};
|
|
38580
|
-
// authentication userAuth required
|
|
38581
|
-
// oauth required
|
|
38582
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
38583
|
-
// authentication userAuth required
|
|
38584
|
-
// oauth required
|
|
38585
|
-
];
|
|
38586
|
-
case 1:
|
|
38587
|
-
// authentication userAuth required
|
|
38588
|
-
// oauth required
|
|
38589
|
-
_a.sent();
|
|
38590
|
-
// authentication userAuth required
|
|
38591
|
-
// oauth required
|
|
38592
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
38593
|
-
case 2:
|
|
38594
|
-
// authentication userAuth required
|
|
38595
|
-
// oauth required
|
|
38596
|
-
_a.sent();
|
|
38597
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
38598
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
38599
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
38600
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
38601
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(vendorConnectorMapping, localVarRequestOptions, configuration);
|
|
38602
|
-
return [2 /*return*/, {
|
|
38603
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
38604
|
-
axiosOptions: localVarRequestOptions,
|
|
38605
|
-
}];
|
|
38606
|
-
}
|
|
38607
|
-
});
|
|
38608
|
-
});
|
|
38609
|
-
},
|
|
38610
|
-
/**
|
|
38611
|
-
* Soft delete a mapping between a SaaS vendor and an ISC connector, removing the established correlation.
|
|
38612
|
-
* @summary Delete vendor connector mapping
|
|
38613
|
-
* @param {VendorConnectorMapping} vendorConnectorMapping
|
|
38614
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38615
|
-
* @throws {RequiredError}
|
|
38616
|
-
*/
|
|
38617
|
-
deleteVendorConnectorMapping: function (vendorConnectorMapping, axiosOptions) {
|
|
38618
|
-
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
38619
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
38620
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
38621
|
-
return __generator(this, function (_a) {
|
|
38622
|
-
switch (_a.label) {
|
|
38623
|
-
case 0:
|
|
38624
|
-
// verify required parameter 'vendorConnectorMapping' is not null or undefined
|
|
38625
|
-
(0, common_1.assertParamExists)('deleteVendorConnectorMapping', 'vendorConnectorMapping', vendorConnectorMapping);
|
|
38626
|
-
localVarPath = "/vendor-connector-mappings";
|
|
38627
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
38628
|
-
if (configuration) {
|
|
38629
|
-
baseOptions = configuration.baseOptions;
|
|
38630
|
-
}
|
|
38631
|
-
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), axiosOptions);
|
|
38632
|
-
localVarHeaderParameter = {};
|
|
38633
|
-
localVarQueryParameter = {};
|
|
38634
|
-
// authentication userAuth required
|
|
38635
|
-
// oauth required
|
|
38636
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
38637
|
-
// authentication userAuth required
|
|
38638
|
-
// oauth required
|
|
38639
|
-
];
|
|
38640
|
-
case 1:
|
|
38641
|
-
// authentication userAuth required
|
|
38642
|
-
// oauth required
|
|
38643
|
-
_a.sent();
|
|
38644
|
-
// authentication userAuth required
|
|
38645
|
-
// oauth required
|
|
38646
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
38647
|
-
case 2:
|
|
38648
|
-
// authentication userAuth required
|
|
38649
|
-
// oauth required
|
|
38650
|
-
_a.sent();
|
|
38651
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
38652
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
38653
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
38654
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
38655
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(vendorConnectorMapping, localVarRequestOptions, configuration);
|
|
38656
|
-
return [2 /*return*/, {
|
|
38657
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
38658
|
-
axiosOptions: localVarRequestOptions,
|
|
38659
|
-
}];
|
|
38660
|
-
}
|
|
38661
|
-
});
|
|
38662
|
-
});
|
|
38663
|
-
},
|
|
38664
|
-
/**
|
|
38665
|
-
* Get a list of mappings between SaaS vendors and ISC connectors, detailing the connections established for correlation.
|
|
38666
|
-
* @summary List vendor connector mappings
|
|
38667
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38668
|
-
* @throws {RequiredError}
|
|
38669
|
-
*/
|
|
38670
|
-
getVendorConnectorMappings: function (axiosOptions) {
|
|
38671
|
-
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
38672
|
-
return __awaiter(_this, void 0, void 0, function () {
|
|
38673
|
-
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
38674
|
-
return __generator(this, function (_a) {
|
|
38675
|
-
switch (_a.label) {
|
|
38676
|
-
case 0:
|
|
38677
|
-
localVarPath = "/vendor-connector-mappings";
|
|
38678
|
-
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
38679
|
-
if (configuration) {
|
|
38680
|
-
baseOptions = configuration.baseOptions;
|
|
38681
|
-
}
|
|
38682
|
-
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), axiosOptions);
|
|
38683
|
-
localVarHeaderParameter = {};
|
|
38684
|
-
localVarQueryParameter = {};
|
|
38685
|
-
// authentication userAuth required
|
|
38686
|
-
// oauth required
|
|
38687
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)
|
|
38688
|
-
// authentication userAuth required
|
|
38689
|
-
// oauth required
|
|
38690
|
-
];
|
|
38691
|
-
case 1:
|
|
38692
|
-
// authentication userAuth required
|
|
38693
|
-
// oauth required
|
|
38694
|
-
_a.sent();
|
|
38695
|
-
// authentication userAuth required
|
|
38696
|
-
// oauth required
|
|
38697
|
-
return [4 /*yield*/, (0, common_1.setOAuthToObject)(localVarHeaderParameter, "userAuth", [], configuration)];
|
|
38698
|
-
case 2:
|
|
38699
|
-
// authentication userAuth required
|
|
38700
|
-
// oauth required
|
|
38701
|
-
_a.sent();
|
|
38702
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
38703
|
-
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
38704
|
-
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), axiosOptions.headers);
|
|
38705
|
-
return [2 /*return*/, {
|
|
38706
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
38707
|
-
axiosOptions: localVarRequestOptions,
|
|
38708
|
-
}];
|
|
38709
|
-
}
|
|
38710
|
-
});
|
|
38711
|
-
});
|
|
38712
|
-
},
|
|
38713
|
-
};
|
|
38714
|
-
};
|
|
38715
|
-
exports.VendorConnectorMappingsApiAxiosParamCreator = VendorConnectorMappingsApiAxiosParamCreator;
|
|
38716
|
-
/**
|
|
38717
|
-
* VendorConnectorMappingsApi - functional programming interface
|
|
38718
|
-
* @export
|
|
38719
|
-
*/
|
|
38720
|
-
var VendorConnectorMappingsApiFp = function (configuration) {
|
|
38721
|
-
var localVarAxiosParamCreator = (0, exports.VendorConnectorMappingsApiAxiosParamCreator)(configuration);
|
|
38722
|
-
return {
|
|
38723
|
-
/**
|
|
38724
|
-
* Create a new mapping between a SaaS vendor and an ISC connector to establish correlation paths.
|
|
38725
|
-
* @summary Create vendor connector mapping
|
|
38726
|
-
* @param {VendorConnectorMapping} vendorConnectorMapping
|
|
38727
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38728
|
-
* @throws {RequiredError}
|
|
38729
|
-
*/
|
|
38730
|
-
createVendorConnectorMapping: function (vendorConnectorMapping, axiosOptions) {
|
|
38731
|
-
var _a, _b, _c;
|
|
38732
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
38733
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
38734
|
-
return __generator(this, function (_d) {
|
|
38735
|
-
switch (_d.label) {
|
|
38736
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.createVendorConnectorMapping(vendorConnectorMapping, axiosOptions)];
|
|
38737
|
-
case 1:
|
|
38738
|
-
localVarAxiosArgs = _d.sent();
|
|
38739
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
38740
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['VendorConnectorMappingsApi.createVendorConnectorMapping']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
38741
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
38742
|
-
}
|
|
38743
|
-
});
|
|
38744
|
-
});
|
|
38745
|
-
},
|
|
38746
|
-
/**
|
|
38747
|
-
* Soft delete a mapping between a SaaS vendor and an ISC connector, removing the established correlation.
|
|
38748
|
-
* @summary Delete vendor connector mapping
|
|
38749
|
-
* @param {VendorConnectorMapping} vendorConnectorMapping
|
|
38750
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38751
|
-
* @throws {RequiredError}
|
|
38752
|
-
*/
|
|
38753
|
-
deleteVendorConnectorMapping: function (vendorConnectorMapping, axiosOptions) {
|
|
38754
|
-
var _a, _b, _c;
|
|
38755
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
38756
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
38757
|
-
return __generator(this, function (_d) {
|
|
38758
|
-
switch (_d.label) {
|
|
38759
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteVendorConnectorMapping(vendorConnectorMapping, axiosOptions)];
|
|
38760
|
-
case 1:
|
|
38761
|
-
localVarAxiosArgs = _d.sent();
|
|
38762
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
38763
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['VendorConnectorMappingsApi.deleteVendorConnectorMapping']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
38764
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
38765
|
-
}
|
|
38766
|
-
});
|
|
38767
|
-
});
|
|
38768
|
-
},
|
|
38769
|
-
/**
|
|
38770
|
-
* Get a list of mappings between SaaS vendors and ISC connectors, detailing the connections established for correlation.
|
|
38771
|
-
* @summary List vendor connector mappings
|
|
38772
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38773
|
-
* @throws {RequiredError}
|
|
38774
|
-
*/
|
|
38775
|
-
getVendorConnectorMappings: function (axiosOptions) {
|
|
38776
|
-
var _a, _b, _c;
|
|
38777
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
38778
|
-
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
38779
|
-
return __generator(this, function (_d) {
|
|
38780
|
-
switch (_d.label) {
|
|
38781
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getVendorConnectorMappings(axiosOptions)];
|
|
38782
|
-
case 1:
|
|
38783
|
-
localVarAxiosArgs = _d.sent();
|
|
38784
|
-
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
38785
|
-
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['VendorConnectorMappingsApi.getVendorConnectorMappings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
38786
|
-
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
38787
|
-
}
|
|
38788
|
-
});
|
|
38789
|
-
});
|
|
38790
|
-
},
|
|
38791
|
-
};
|
|
38792
|
-
};
|
|
38793
|
-
exports.VendorConnectorMappingsApiFp = VendorConnectorMappingsApiFp;
|
|
38794
|
-
/**
|
|
38795
|
-
* VendorConnectorMappingsApi - factory interface
|
|
38796
|
-
* @export
|
|
38797
|
-
*/
|
|
38798
|
-
var VendorConnectorMappingsApiFactory = function (configuration, basePath, axios) {
|
|
38799
|
-
var localVarFp = (0, exports.VendorConnectorMappingsApiFp)(configuration);
|
|
38800
|
-
return {
|
|
38801
|
-
/**
|
|
38802
|
-
* Create a new mapping between a SaaS vendor and an ISC connector to establish correlation paths.
|
|
38803
|
-
* @summary Create vendor connector mapping
|
|
38804
|
-
* @param {VendorConnectorMappingsApiCreateVendorConnectorMappingRequest} requestParameters Request parameters.
|
|
38805
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38806
|
-
* @throws {RequiredError}
|
|
38807
|
-
*/
|
|
38808
|
-
createVendorConnectorMapping: function (requestParameters, axiosOptions) {
|
|
38809
|
-
return localVarFp.createVendorConnectorMapping(requestParameters.vendorConnectorMapping, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
38810
|
-
},
|
|
38811
|
-
/**
|
|
38812
|
-
* Soft delete a mapping between a SaaS vendor and an ISC connector, removing the established correlation.
|
|
38813
|
-
* @summary Delete vendor connector mapping
|
|
38814
|
-
* @param {VendorConnectorMappingsApiDeleteVendorConnectorMappingRequest} requestParameters Request parameters.
|
|
38815
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38816
|
-
* @throws {RequiredError}
|
|
38817
|
-
*/
|
|
38818
|
-
deleteVendorConnectorMapping: function (requestParameters, axiosOptions) {
|
|
38819
|
-
return localVarFp.deleteVendorConnectorMapping(requestParameters.vendorConnectorMapping, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
38820
|
-
},
|
|
38821
|
-
/**
|
|
38822
|
-
* Get a list of mappings between SaaS vendors and ISC connectors, detailing the connections established for correlation.
|
|
38823
|
-
* @summary List vendor connector mappings
|
|
38824
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38825
|
-
* @throws {RequiredError}
|
|
38826
|
-
*/
|
|
38827
|
-
getVendorConnectorMappings: function (axiosOptions) {
|
|
38828
|
-
return localVarFp.getVendorConnectorMappings(axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
38829
|
-
},
|
|
38830
|
-
};
|
|
38831
|
-
};
|
|
38832
|
-
exports.VendorConnectorMappingsApiFactory = VendorConnectorMappingsApiFactory;
|
|
38833
|
-
/**
|
|
38834
|
-
* VendorConnectorMappingsApi - object-oriented interface
|
|
38835
|
-
* @export
|
|
38836
|
-
* @class VendorConnectorMappingsApi
|
|
38837
|
-
* @extends {BaseAPI}
|
|
38838
|
-
*/
|
|
38839
|
-
var VendorConnectorMappingsApi = /** @class */ (function (_super) {
|
|
38840
|
-
__extends(VendorConnectorMappingsApi, _super);
|
|
38841
|
-
function VendorConnectorMappingsApi() {
|
|
38842
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
38843
|
-
}
|
|
38844
|
-
/**
|
|
38845
|
-
* Create a new mapping between a SaaS vendor and an ISC connector to establish correlation paths.
|
|
38846
|
-
* @summary Create vendor connector mapping
|
|
38847
|
-
* @param {VendorConnectorMappingsApiCreateVendorConnectorMappingRequest} requestParameters Request parameters.
|
|
38848
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38849
|
-
* @throws {RequiredError}
|
|
38850
|
-
* @memberof VendorConnectorMappingsApi
|
|
38851
|
-
*/
|
|
38852
|
-
VendorConnectorMappingsApi.prototype.createVendorConnectorMapping = function (requestParameters, axiosOptions) {
|
|
38853
|
-
var _this = this;
|
|
38854
|
-
return (0, exports.VendorConnectorMappingsApiFp)(this.configuration).createVendorConnectorMapping(requestParameters.vendorConnectorMapping, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
38855
|
-
};
|
|
38856
|
-
/**
|
|
38857
|
-
* Soft delete a mapping between a SaaS vendor and an ISC connector, removing the established correlation.
|
|
38858
|
-
* @summary Delete vendor connector mapping
|
|
38859
|
-
* @param {VendorConnectorMappingsApiDeleteVendorConnectorMappingRequest} requestParameters Request parameters.
|
|
38860
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38861
|
-
* @throws {RequiredError}
|
|
38862
|
-
* @memberof VendorConnectorMappingsApi
|
|
38863
|
-
*/
|
|
38864
|
-
VendorConnectorMappingsApi.prototype.deleteVendorConnectorMapping = function (requestParameters, axiosOptions) {
|
|
38865
|
-
var _this = this;
|
|
38866
|
-
return (0, exports.VendorConnectorMappingsApiFp)(this.configuration).deleteVendorConnectorMapping(requestParameters.vendorConnectorMapping, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
38867
|
-
};
|
|
38868
|
-
/**
|
|
38869
|
-
* Get a list of mappings between SaaS vendors and ISC connectors, detailing the connections established for correlation.
|
|
38870
|
-
* @summary List vendor connector mappings
|
|
38871
|
-
* @param {*} [axiosOptions] Override http request option.
|
|
38872
|
-
* @throws {RequiredError}
|
|
38873
|
-
* @memberof VendorConnectorMappingsApi
|
|
38874
|
-
*/
|
|
38875
|
-
VendorConnectorMappingsApi.prototype.getVendorConnectorMappings = function (axiosOptions) {
|
|
38876
|
-
var _this = this;
|
|
38877
|
-
return (0, exports.VendorConnectorMappingsApiFp)(this.configuration).getVendorConnectorMappings(axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
38878
|
-
};
|
|
38879
|
-
return VendorConnectorMappingsApi;
|
|
38880
|
-
}(base_1.BaseAPI));
|
|
38881
|
-
exports.VendorConnectorMappingsApi = VendorConnectorMappingsApi;
|
|
38882
38563
|
/**
|
|
38883
38564
|
* WorkItemsApi - axios parameter creator
|
|
38884
38565
|
* @export
|
|
@@ -40998,14 +40679,14 @@ var WorkflowsApiAxiosParamCreator = function (configuration) {
|
|
|
40998
40679
|
/**
|
|
40999
40680
|
* List all workflows in the tenant.
|
|
41000
40681
|
* @summary List workflows
|
|
41001
|
-
* @param {string} [
|
|
41002
|
-
* @param {string} [
|
|
40682
|
+
* @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: **enabled**: *eq* **connectorInstanceId**: *eq* **triggerId**: *eq*
|
|
40683
|
+
* @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: **modified, name**
|
|
41003
40684
|
* @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.
|
|
41004
40685
|
* @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.
|
|
41005
40686
|
* @param {*} [axiosOptions] Override http request option.
|
|
41006
40687
|
* @throws {RequiredError}
|
|
41007
40688
|
*/
|
|
41008
|
-
listWorkflows: function (
|
|
40689
|
+
listWorkflows: function (filters, sorters, limit, offset, axiosOptions) {
|
|
41009
40690
|
if (axiosOptions === void 0) { axiosOptions = {}; }
|
|
41010
40691
|
return __awaiter(_this, void 0, void 0, function () {
|
|
41011
40692
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -41037,11 +40718,11 @@ var WorkflowsApiAxiosParamCreator = function (configuration) {
|
|
|
41037
40718
|
// authentication userAuth required
|
|
41038
40719
|
// oauth required
|
|
41039
40720
|
_a.sent();
|
|
41040
|
-
if (
|
|
41041
|
-
localVarQueryParameter['
|
|
40721
|
+
if (filters !== undefined) {
|
|
40722
|
+
localVarQueryParameter['filters'] = filters;
|
|
41042
40723
|
}
|
|
41043
|
-
if (
|
|
41044
|
-
localVarQueryParameter['
|
|
40724
|
+
if (sorters !== undefined) {
|
|
40725
|
+
localVarQueryParameter['sorters'] = sorters;
|
|
41045
40726
|
}
|
|
41046
40727
|
if (limit !== undefined) {
|
|
41047
40728
|
localVarQueryParameter['limit'] = limit;
|
|
@@ -41233,7 +40914,7 @@ var WorkflowsApiAxiosParamCreator = function (configuration) {
|
|
|
41233
40914
|
});
|
|
41234
40915
|
},
|
|
41235
40916
|
/**
|
|
41236
|
-
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/
|
|
40917
|
+
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/docs/extensibility/event-triggers/available) for an example input for the trigger that initiates this workflow. This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint. **This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
|
41237
40918
|
* @summary Test workflow by id
|
|
41238
40919
|
* @param {string} id Id of the workflow
|
|
41239
40920
|
* @param {TestWorkflowRequest} testWorkflowRequest
|
|
@@ -41611,20 +41292,20 @@ var WorkflowsApiFp = function (configuration) {
|
|
|
41611
41292
|
/**
|
|
41612
41293
|
* List all workflows in the tenant.
|
|
41613
41294
|
* @summary List workflows
|
|
41614
|
-
* @param {string} [
|
|
41615
|
-
* @param {string} [
|
|
41295
|
+
* @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: **enabled**: *eq* **connectorInstanceId**: *eq* **triggerId**: *eq*
|
|
41296
|
+
* @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: **modified, name**
|
|
41616
41297
|
* @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.
|
|
41617
41298
|
* @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.
|
|
41618
41299
|
* @param {*} [axiosOptions] Override http request option.
|
|
41619
41300
|
* @throws {RequiredError}
|
|
41620
41301
|
*/
|
|
41621
|
-
listWorkflows: function (
|
|
41302
|
+
listWorkflows: function (filters, sorters, limit, offset, axiosOptions) {
|
|
41622
41303
|
var _a, _b, _c;
|
|
41623
41304
|
return __awaiter(this, void 0, void 0, function () {
|
|
41624
41305
|
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
41625
41306
|
return __generator(this, function (_d) {
|
|
41626
41307
|
switch (_d.label) {
|
|
41627
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listWorkflows(
|
|
41308
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listWorkflows(filters, sorters, limit, offset, axiosOptions)];
|
|
41628
41309
|
case 1:
|
|
41629
41310
|
localVarAxiosArgs = _d.sent();
|
|
41630
41311
|
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
@@ -41707,7 +41388,7 @@ var WorkflowsApiFp = function (configuration) {
|
|
|
41707
41388
|
});
|
|
41708
41389
|
},
|
|
41709
41390
|
/**
|
|
41710
|
-
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/
|
|
41391
|
+
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/docs/extensibility/event-triggers/available) for an example input for the trigger that initiates this workflow. This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint. **This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
|
41711
41392
|
* @summary Test workflow by id
|
|
41712
41393
|
* @param {string} id Id of the workflow
|
|
41713
41394
|
* @param {TestWorkflowRequest} testWorkflowRequest
|
|
@@ -41881,7 +41562,7 @@ var WorkflowsApiFactory = function (configuration, basePath, axios) {
|
|
|
41881
41562
|
*/
|
|
41882
41563
|
listWorkflows: function (requestParameters, axiosOptions) {
|
|
41883
41564
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
41884
|
-
return localVarFp.listWorkflows(requestParameters.
|
|
41565
|
+
return localVarFp.listWorkflows(requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
41885
41566
|
},
|
|
41886
41567
|
/**
|
|
41887
41568
|
* Partially update an existing Workflow using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax.
|
|
@@ -41914,7 +41595,7 @@ var WorkflowsApiFactory = function (configuration, basePath, axios) {
|
|
|
41914
41595
|
return localVarFp.testExternalExecuteWorkflow(requestParameters.id, requestParameters.testExternalExecuteWorkflowRequest, axiosOptions).then(function (request) { return request(axios, basePath); });
|
|
41915
41596
|
},
|
|
41916
41597
|
/**
|
|
41917
|
-
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/
|
|
41598
|
+
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/docs/extensibility/event-triggers/available) for an example input for the trigger that initiates this workflow. This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint. **This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
|
41918
41599
|
* @summary Test workflow by id
|
|
41919
41600
|
* @param {WorkflowsApiTestWorkflowRequest} requestParameters Request parameters.
|
|
41920
41601
|
* @param {*} [axiosOptions] Override http request option.
|
|
@@ -42106,7 +41787,7 @@ var WorkflowsApi = /** @class */ (function (_super) {
|
|
|
42106
41787
|
WorkflowsApi.prototype.listWorkflows = function (requestParameters, axiosOptions) {
|
|
42107
41788
|
var _this = this;
|
|
42108
41789
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
42109
|
-
return (0, exports.WorkflowsApiFp)(this.configuration).listWorkflows(requestParameters.
|
|
41790
|
+
return (0, exports.WorkflowsApiFp)(this.configuration).listWorkflows(requestParameters.filters, requestParameters.sorters, requestParameters.limit, requestParameters.offset, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
42110
41791
|
};
|
|
42111
41792
|
/**
|
|
42112
41793
|
* Partially update an existing Workflow using [JSON Patch](https://tools.ietf.org/html/rfc6902) syntax.
|
|
@@ -42145,7 +41826,7 @@ var WorkflowsApi = /** @class */ (function (_super) {
|
|
|
42145
41826
|
return (0, exports.WorkflowsApiFp)(this.configuration).testExternalExecuteWorkflow(requestParameters.id, requestParameters.testExternalExecuteWorkflowRequest, axiosOptions).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
42146
41827
|
};
|
|
42147
41828
|
/**
|
|
42148
|
-
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/
|
|
41829
|
+
* :::info Workflow must be disabled in order to use this endpoint. ::: Test a workflow with the provided input data. The input data should resemble the input that the trigger will send the workflow. See the [event trigger documentation](https://developer.sailpoint.com/docs/extensibility/event-triggers/available) for an example input for the trigger that initiates this workflow. This endpoint will return an execution ID, which can be used to lookup more information about the execution using the `Get a Workflow Execution` endpoint. **This will cause a live run of the workflow, which could result in unintended modifications to your IDN tenant.**
|
|
42149
41830
|
* @summary Test workflow by id
|
|
42150
41831
|
* @param {WorkflowsApiTestWorkflowRequest} requestParameters Request parameters.
|
|
42151
41832
|
* @param {*} [axiosOptions] Override http request option.
|