sailpoint-api-client 1.4.16 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/beta/README.md +2 -2
  2. package/beta/api.ts +135 -71
  3. package/beta/common.ts +2 -2
  4. package/beta/package.json +1 -1
  5. package/dist/beta/api.d.ts +127 -65
  6. package/dist/beta/api.js +33 -26
  7. package/dist/beta/api.js.map +1 -1
  8. package/dist/beta/common.js +1 -1
  9. package/dist/beta/common.js.map +1 -1
  10. package/dist/index.d.ts +2 -0
  11. package/dist/index.js +6 -3
  12. package/dist/index.js.map +1 -1
  13. package/dist/v2024/api.d.ts +4054 -1040
  14. package/dist/v2024/api.js +4959 -1781
  15. package/dist/v2024/api.js.map +1 -1
  16. package/dist/v2024/common.js +1 -1
  17. package/dist/v2024/common.js.map +1 -1
  18. package/dist/v2025/api.d.ts +84517 -0
  19. package/dist/v2025/api.js +81956 -0
  20. package/dist/v2025/api.js.map +1 -0
  21. package/dist/v2025/base.d.ts +66 -0
  22. package/dist/v2025/base.js +89 -0
  23. package/dist/v2025/base.js.map +1 -0
  24. package/dist/v2025/common.d.ts +65 -0
  25. package/dist/v2025/common.js +266 -0
  26. package/dist/v2025/common.js.map +1 -0
  27. package/dist/v2025/configuration.d.ts +91 -0
  28. package/dist/v2025/configuration.js +46 -0
  29. package/dist/v2025/configuration.js.map +1 -0
  30. package/dist/v2025/index.d.ts +13 -0
  31. package/dist/v2025/index.js +32 -0
  32. package/dist/v2025/index.js.map +1 -0
  33. package/dist/v3/api.d.ts +135 -40
  34. package/dist/v3/api.js +8 -4
  35. package/dist/v3/api.js.map +1 -1
  36. package/dist/v3/common.js +1 -1
  37. package/dist/v3/common.js.map +1 -1
  38. package/index.ts +3 -0
  39. package/package.json +1 -1
  40. package/v2024/README.md +2 -2
  41. package/v2024/api.ts +33494 -29148
  42. package/v2024/common.ts +2 -2
  43. package/v2024/package.json +1 -1
  44. package/v2025/.openapi-generator/FILES +12 -0
  45. package/v2025/.openapi-generator/VERSION +1 -0
  46. package/v2025/.openapi-generator-ignore +23 -0
  47. package/v2025/README.md +46 -0
  48. package/v2025/api.ts +124435 -0
  49. package/v2025/base.ts +86 -0
  50. package/v2025/common.ts +165 -0
  51. package/v2025/configuration.ts +110 -0
  52. package/v2025/git_push.sh +57 -0
  53. package/v2025/index.ts +18 -0
  54. package/v2025/package.json +34 -0
  55. package/v2025/tsconfig.json +21 -0
  56. package/v3/README.md +2 -2
  57. package/v3/api.ts +141 -44
  58. package/v3/common.ts +2 -2
  59. package/v3/package.json +1 -1
package/beta/api.ts CHANGED
@@ -7392,6 +7392,12 @@ export interface CompletedApprovalBeta {
7392
7392
  * @memberof CompletedApprovalBeta
7393
7393
  */
7394
7394
  'clientMetadata'?: { [key: string]: string; };
7395
+ /**
7396
+ * The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources.
7397
+ * @type {Array<RequestedAccountRefBeta>}
7398
+ * @memberof CompletedApprovalBeta
7399
+ */
7400
+ 'requestedAccounts'?: Array<RequestedAccountRefBeta> | null;
7395
7401
  }
7396
7402
 
7397
7403
 
@@ -8068,7 +8074,8 @@ export const ConnectorRuleCreateRequestBetaTypeBeta = {
8068
8074
  SapHrProvision: 'SapHrProvision',
8069
8075
  SuccessFactorsOperationProvisioning: 'SuccessFactorsOperationProvisioning',
8070
8076
  WebServiceAfterOperationRule: 'WebServiceAfterOperationRule',
8071
- WebServiceBeforeOperationRule: 'WebServiceBeforeOperationRule'
8077
+ WebServiceBeforeOperationRule: 'WebServiceBeforeOperationRule',
8078
+ ResourceObjectCustomization: 'ResourceObjectCustomization'
8072
8079
  } as const;
8073
8080
 
8074
8081
  export type ConnectorRuleCreateRequestBetaTypeBeta = typeof ConnectorRuleCreateRequestBetaTypeBeta[keyof typeof ConnectorRuleCreateRequestBetaTypeBeta];
@@ -8175,7 +8182,8 @@ export const ConnectorRuleResponseBetaTypeBeta = {
8175
8182
  SapHrProvision: 'SapHrProvision',
8176
8183
  SuccessFactorsOperationProvisioning: 'SuccessFactorsOperationProvisioning',
8177
8184
  WebServiceAfterOperationRule: 'WebServiceAfterOperationRule',
8178
- WebServiceBeforeOperationRule: 'WebServiceBeforeOperationRule'
8185
+ WebServiceBeforeOperationRule: 'WebServiceBeforeOperationRule',
8186
+ ResourceObjectCustomization: 'ResourceObjectCustomization'
8179
8187
  } as const;
8180
8188
 
8181
8189
  export type ConnectorRuleResponseBetaTypeBeta = typeof ConnectorRuleResponseBetaTypeBeta[keyof typeof ConnectorRuleResponseBetaTypeBeta];
@@ -8251,7 +8259,8 @@ export const ConnectorRuleUpdateRequestBetaTypeBeta = {
8251
8259
  SapHrProvision: 'SapHrProvision',
8252
8260
  SuccessFactorsOperationProvisioning: 'SuccessFactorsOperationProvisioning',
8253
8261
  WebServiceAfterOperationRule: 'WebServiceAfterOperationRule',
8254
- WebServiceBeforeOperationRule: 'WebServiceBeforeOperationRule'
8262
+ WebServiceBeforeOperationRule: 'WebServiceBeforeOperationRule',
8263
+ ResourceObjectCustomization: 'ResourceObjectCustomization'
8255
8264
  } as const;
8256
8265
 
8257
8266
  export type ConnectorRuleUpdateRequestBetaTypeBeta = typeof ConnectorRuleUpdateRequestBetaTypeBeta[keyof typeof ConnectorRuleUpdateRequestBetaTypeBeta];
@@ -10069,31 +10078,31 @@ export interface EventAttributesBeta {
10069
10078
  * @type {string}
10070
10079
  * @memberof EventAttributesBeta
10071
10080
  */
10072
- 'id': string;
10081
+ 'id': string | null;
10073
10082
  /**
10074
10083
  * JSON path expression that will limit which events the trigger will fire on
10075
10084
  * @type {string}
10076
10085
  * @memberof EventAttributesBeta
10077
10086
  */
10078
- 'filter.$'?: string;
10087
+ 'filter.$'?: string | null;
10079
10088
  /**
10080
10089
  * Description of the event trigger
10081
10090
  * @type {string}
10082
10091
  * @memberof EventAttributesBeta
10083
10092
  */
10084
- 'description'?: string;
10093
+ 'description'?: string | null;
10085
10094
  /**
10086
10095
  * The attribute to filter on
10087
10096
  * @type {string}
10088
10097
  * @memberof EventAttributesBeta
10089
10098
  */
10090
- 'attributeToFilter'?: string;
10099
+ 'attributeToFilter'?: string | null;
10091
10100
  /**
10092
10101
  * Form definition\'s unique identifier.
10093
10102
  * @type {string}
10094
10103
  * @memberof EventAttributesBeta
10095
10104
  */
10096
- 'formDefinitionId'?: string;
10105
+ 'formDefinitionId'?: string | null;
10097
10106
  }
10098
10107
  /**
10099
10108
  *
@@ -10484,25 +10493,25 @@ export interface ExternalAttributesBeta {
10484
10493
  * @type {string}
10485
10494
  * @memberof ExternalAttributesBeta
10486
10495
  */
10487
- 'name'?: string;
10496
+ 'name'?: string | null;
10488
10497
  /**
10489
10498
  * Additional context about the external trigger
10490
10499
  * @type {string}
10491
10500
  * @memberof ExternalAttributesBeta
10492
10501
  */
10493
- 'description'?: string;
10502
+ 'description'?: string | null;
10494
10503
  /**
10495
10504
  * OAuth Client ID to authenticate with this trigger
10496
10505
  * @type {string}
10497
10506
  * @memberof ExternalAttributesBeta
10498
10507
  */
10499
- 'clientId'?: string;
10508
+ 'clientId'?: string | null;
10500
10509
  /**
10501
10510
  * URL to invoke this workflow
10502
10511
  * @type {string}
10503
10512
  * @memberof ExternalAttributesBeta
10504
10513
  */
10505
- 'url'?: string;
10514
+ 'url'?: string | null;
10506
10515
  }
10507
10516
  /**
10508
10517
  *
@@ -17772,7 +17781,8 @@ export const MultiHostSourcesBetaFeaturesBeta = {
17772
17781
  ArmSecurityExtract: 'ARM_SECURITY_EXTRACT',
17773
17782
  ArmUtilizationExtract: 'ARM_UTILIZATION_EXTRACT',
17774
17783
  ArmChangelogExtract: 'ARM_CHANGELOG_EXTRACT',
17775
- UsesUuid: 'USES_UUID'
17784
+ UsesUuid: 'USES_UUID',
17785
+ ApplicationDiscovery: 'APPLICATION_DISCOVERY'
17776
17786
  } as const;
17777
17787
 
17778
17788
  export type MultiHostSourcesBetaFeaturesBeta = typeof MultiHostSourcesBetaFeaturesBeta[keyof typeof MultiHostSourcesBetaFeaturesBeta];
@@ -20566,6 +20576,12 @@ export interface PendingApprovalBeta {
20566
20576
  * @memberof PendingApprovalBeta
20567
20577
  */
20568
20578
  'clientMetadata'?: { [key: string]: string; } | null;
20579
+ /**
20580
+ * The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources.
20581
+ * @type {Array<RequestedAccountRefBeta>}
20582
+ * @memberof PendingApprovalBeta
20583
+ */
20584
+ 'requestedAccounts'?: Array<RequestedAccountRefBeta> | null;
20569
20585
  }
20570
20586
 
20571
20587
 
@@ -22297,6 +22313,45 @@ export const RequestableObjectTypeBeta = {
22297
22313
  export type RequestableObjectTypeBeta = typeof RequestableObjectTypeBeta[keyof typeof RequestableObjectTypeBeta];
22298
22314
 
22299
22315
 
22316
+ /**
22317
+ *
22318
+ * @export
22319
+ * @interface RequestedAccountRefBeta
22320
+ */
22321
+ export interface RequestedAccountRefBeta {
22322
+ /**
22323
+ * Display name of the account for the user
22324
+ * @type {string}
22325
+ * @memberof RequestedAccountRefBeta
22326
+ */
22327
+ 'name'?: string;
22328
+ /**
22329
+ *
22330
+ * @type {DtoTypeBeta}
22331
+ * @memberof RequestedAccountRefBeta
22332
+ */
22333
+ 'type'?: DtoTypeBeta;
22334
+ /**
22335
+ * The uuid for the account
22336
+ * @type {string}
22337
+ * @memberof RequestedAccountRefBeta
22338
+ */
22339
+ 'accountUuid'?: string | null;
22340
+ /**
22341
+ * The native identity for the account
22342
+ * @type {string}
22343
+ * @memberof RequestedAccountRefBeta
22344
+ */
22345
+ 'accountId'?: string | null;
22346
+ /**
22347
+ * Display name of the source for the account
22348
+ * @type {string}
22349
+ * @memberof RequestedAccountRefBeta
22350
+ */
22351
+ 'sourceName'?: string;
22352
+ }
22353
+
22354
+
22300
22355
  /**
22301
22356
  *
22302
22357
  * @export
@@ -22481,6 +22536,12 @@ export interface RequestedItemStatusBeta {
22481
22536
  * @memberof RequestedItemStatusBeta
22482
22537
  */
22483
22538
  'clientMetadata'?: { [key: string]: string; } | null;
22539
+ /**
22540
+ * The accounts selected by the user for the access to be provisioned on, in case they have multiple accounts on one or more sources.
22541
+ * @type {Array<RequestedAccountRefBeta>}
22542
+ * @memberof RequestedItemStatusBeta
22543
+ */
22544
+ 'requestedAccounts'?: Array<RequestedAccountRefBeta> | null;
22484
22545
  }
22485
22546
 
22486
22547
  export const RequestedItemStatusBetaTypeBeta = {
@@ -25288,37 +25349,37 @@ export interface ScheduledAttributesBeta {
25288
25349
  * @type {string}
25289
25350
  * @memberof ScheduledAttributesBeta
25290
25351
  */
25291
- 'frequency': ScheduledAttributesBetaFrequencyBeta;
25352
+ 'frequency': ScheduledAttributesBetaFrequencyBeta | null;
25292
25353
  /**
25293
25354
  * Time zone identifier
25294
25355
  * @type {string}
25295
25356
  * @memberof ScheduledAttributesBeta
25296
25357
  */
25297
- 'timeZone'?: string;
25358
+ 'timeZone'?: string | null;
25298
25359
  /**
25299
25360
  * A valid CRON expression
25300
25361
  * @type {string}
25301
25362
  * @memberof ScheduledAttributesBeta
25302
25363
  */
25303
- 'cronString'?: string;
25364
+ 'cronString'?: string | null;
25304
25365
  /**
25305
25366
  * Scheduled days of the week for execution
25306
25367
  * @type {Array<string>}
25307
25368
  * @memberof ScheduledAttributesBeta
25308
25369
  */
25309
- 'weeklyDays'?: Array<string>;
25370
+ 'weeklyDays'?: Array<string> | null;
25310
25371
  /**
25311
25372
  * Scheduled execution times
25312
25373
  * @type {Array<string>}
25313
25374
  * @memberof ScheduledAttributesBeta
25314
25375
  */
25315
- 'weeklyTimes'?: Array<string>;
25376
+ 'weeklyTimes'?: Array<string> | null;
25316
25377
  /**
25317
25378
  * Scheduled execution times
25318
25379
  * @type {Array<string>}
25319
25380
  * @memberof ScheduledAttributesBeta
25320
25381
  */
25321
- 'yearlyTimes'?: Array<string>;
25382
+ 'yearlyTimes'?: Array<string> | null;
25322
25383
  }
25323
25384
 
25324
25385
  export const ScheduledAttributesBetaFrequencyBeta = {
@@ -25442,7 +25503,8 @@ export const SchemaBetaFeaturesBeta = {
25442
25503
  ArmSecurityExtract: 'ARM_SECURITY_EXTRACT',
25443
25504
  ArmUtilizationExtract: 'ARM_UTILIZATION_EXTRACT',
25444
25505
  ArmChangelogExtract: 'ARM_CHANGELOG_EXTRACT',
25445
- UsesUuid: 'USES_UUID'
25506
+ UsesUuid: 'USES_UUID',
25507
+ ApplicationDiscovery: 'APPLICATION_DISCOVERY'
25446
25508
  } as const;
25447
25509
 
25448
25510
  export type SchemaBetaFeaturesBeta = typeof SchemaBetaFeaturesBeta[keyof typeof SchemaBetaFeaturesBeta];
@@ -27947,7 +28009,8 @@ export const SourceBetaFeaturesBeta = {
27947
28009
  ArmSecurityExtract: 'ARM_SECURITY_EXTRACT',
27948
28010
  ArmUtilizationExtract: 'ARM_UTILIZATION_EXTRACT',
27949
28011
  ArmChangelogExtract: 'ARM_CHANGELOG_EXTRACT',
27950
- UsesUuid: 'USES_UUID'
28012
+ UsesUuid: 'USES_UUID',
28013
+ ApplicationDiscovery: 'APPLICATION_DISCOVERY'
27951
28014
  } as const;
27952
28015
 
27953
28016
  export type SourceBetaFeaturesBeta = typeof SourceBetaFeaturesBeta[keyof typeof SourceBetaFeaturesBeta];
@@ -28751,49 +28814,49 @@ export interface SpConfigMessageBeta {
28751
28814
  'details': { [key: string]: object; };
28752
28815
  }
28753
28816
  /**
28754
- * Response model for get object configuration.
28817
+ * Response model for object configuration.
28755
28818
  * @export
28756
28819
  * @interface SpConfigObjectBeta
28757
28820
  */
28758
28821
  export interface SpConfigObjectBeta {
28759
28822
  /**
28760
- * The object type this configuration is for.
28823
+ * Object type the configuration is for.
28761
28824
  * @type {string}
28762
28825
  * @memberof SpConfigObjectBeta
28763
28826
  */
28764
28827
  'objectType'?: string;
28765
28828
  /**
28766
- * List of json paths within an exported object of this type that represent references that need to be resolved.
28829
+ * List of JSON paths within an exported object of this type, representing references that must be resolved.
28767
28830
  * @type {Array<string>}
28768
28831
  * @memberof SpConfigObjectBeta
28769
28832
  */
28770
28833
  'referenceExtractors'?: Array<string> | null;
28771
28834
  /**
28772
- * If true, this type of object will be JWS signed and cannot be modified before import.
28835
+ * Indicates whether this type of object will be JWS signed and cannot be modified before import.
28773
28836
  * @type {boolean}
28774
28837
  * @memberof SpConfigObjectBeta
28775
28838
  */
28776
28839
  'signatureRequired'?: boolean;
28777
28840
  /**
28778
- * Whether this object type has to be resolved always by ID
28841
+ * Indicates whether this object type must be always be resolved by ID.
28779
28842
  * @type {boolean}
28780
28843
  * @memberof SpConfigObjectBeta
28781
28844
  */
28782
28845
  'alwaysResolveById'?: boolean;
28783
28846
  /**
28784
- * Whether this is a legacy object
28847
+ * Indicates whether this is a legacy object.
28785
28848
  * @type {boolean}
28786
28849
  * @memberof SpConfigObjectBeta
28787
28850
  */
28788
28851
  'legacyObject'?: boolean;
28789
28852
  /**
28790
- * Whether there is only one object of this type
28853
+ * Indicates whether there is only one object of this type.
28791
28854
  * @type {boolean}
28792
28855
  * @memberof SpConfigObjectBeta
28793
28856
  */
28794
28857
  'onePerTenant'?: boolean;
28795
28858
  /**
28796
- * Whether this object can be exported or it is just a reference object
28859
+ * Indicates whether the object can be exported or is just a reference object.
28797
28860
  * @type {boolean}
28798
28861
  * @memberof SpConfigObjectBeta
28799
28862
  */
@@ -28806,13 +28869,13 @@ export interface SpConfigObjectBeta {
28806
28869
  'rules'?: SpConfigRulesBeta;
28807
28870
  }
28808
28871
  /**
28809
- * Format of Config Hub Object Rules
28872
+ * Format of Config Hub object rules.
28810
28873
  * @export
28811
28874
  * @interface SpConfigRuleBeta
28812
28875
  */
28813
28876
  export interface SpConfigRuleBeta {
28814
28877
  /**
28815
- * JSONPath expression denoting the path within the object where a value substitution should be applied
28878
+ * JSONPath expression denoting the path within the object where a value substitution should be applied.
28816
28879
  * @type {string}
28817
28880
  * @memberof SpConfigRuleBeta
28818
28881
  */
@@ -28824,7 +28887,7 @@ export interface SpConfigRuleBeta {
28824
28887
  */
28825
28888
  'value'?: SpConfigRuleValueBeta | null;
28826
28889
  /**
28827
- * Draft modes to which this rule will apply
28890
+ * Draft modes the rule will apply to.
28828
28891
  * @type {Array<string>}
28829
28892
  * @memberof SpConfigRuleBeta
28830
28893
  */
@@ -28840,14 +28903,14 @@ export const SpConfigRuleBetaModesBeta = {
28840
28903
  export type SpConfigRuleBetaModesBeta = typeof SpConfigRuleBetaModesBeta[keyof typeof SpConfigRuleBetaModesBeta];
28841
28904
 
28842
28905
  /**
28843
- * Value to be assigned at the jsonPath location within the object
28906
+ * Value to be assigned at the jsonPath location within the object.
28844
28907
  * @export
28845
28908
  * @interface SpConfigRuleValueBeta
28846
28909
  */
28847
28910
  export interface SpConfigRuleValueBeta {
28848
28911
  }
28849
28912
  /**
28850
- * Rules to be applied to the config object during draft process
28913
+ * Rules to be applied to the config object during the draft process.
28851
28914
  * @export
28852
28915
  * @interface SpConfigRulesBeta
28853
28916
  */
@@ -28865,7 +28928,7 @@ export interface SpConfigRulesBeta {
28865
28928
  */
28866
28929
  'defaultRules'?: Array<SpConfigRuleBeta>;
28867
28930
  /**
28868
- * Whether this object can be edited
28931
+ * Indicates whether the object can be edited.
28869
28932
  * @type {boolean}
28870
28933
  * @memberof SpConfigRulesBeta
28871
28934
  */
@@ -32382,6 +32445,7 @@ export const WorkflowExecutionBetaStatusBeta = {
32382
32445
  Completed: 'Completed',
32383
32446
  Failed: 'Failed',
32384
32447
  Canceled: 'Canceled',
32448
+ Queued: 'Queued',
32385
32449
  Running: 'Running'
32386
32450
  } as const;
32387
32451
 
@@ -32800,85 +32864,85 @@ export interface WorkflowTriggerAttributesBeta {
32800
32864
  * @type {string}
32801
32865
  * @memberof WorkflowTriggerAttributesBeta
32802
32866
  */
32803
- 'id': string;
32867
+ 'id': string | null;
32804
32868
  /**
32805
32869
  * JSON path expression that will limit which events the trigger will fire on
32806
32870
  * @type {string}
32807
32871
  * @memberof WorkflowTriggerAttributesBeta
32808
32872
  */
32809
- 'filter.$'?: string;
32873
+ 'filter.$'?: string | null;
32810
32874
  /**
32811
32875
  * Additional context about the external trigger
32812
32876
  * @type {string}
32813
32877
  * @memberof WorkflowTriggerAttributesBeta
32814
32878
  */
32815
- 'description'?: string;
32879
+ 'description'?: string | null;
32816
32880
  /**
32817
32881
  * The attribute to filter on
32818
32882
  * @type {string}
32819
32883
  * @memberof WorkflowTriggerAttributesBeta
32820
32884
  */
32821
- 'attributeToFilter'?: string;
32885
+ 'attributeToFilter'?: string | null;
32822
32886
  /**
32823
32887
  * Form definition\'s unique identifier.
32824
32888
  * @type {string}
32825
32889
  * @memberof WorkflowTriggerAttributesBeta
32826
32890
  */
32827
- 'formDefinitionId'?: string;
32891
+ 'formDefinitionId'?: string | null;
32828
32892
  /**
32829
32893
  * A unique name for the external trigger
32830
32894
  * @type {string}
32831
32895
  * @memberof WorkflowTriggerAttributesBeta
32832
32896
  */
32833
- 'name'?: string;
32897
+ 'name'?: string | null;
32834
32898
  /**
32835
32899
  * OAuth Client ID to authenticate with this trigger
32836
32900
  * @type {string}
32837
32901
  * @memberof WorkflowTriggerAttributesBeta
32838
32902
  */
32839
- 'clientId'?: string;
32903
+ 'clientId'?: string | null;
32840
32904
  /**
32841
32905
  * URL to invoke this workflow
32842
32906
  * @type {string}
32843
32907
  * @memberof WorkflowTriggerAttributesBeta
32844
32908
  */
32845
- 'url'?: string;
32909
+ 'url'?: string | null;
32846
32910
  /**
32847
32911
  * Frequency of execution
32848
32912
  * @type {string}
32849
32913
  * @memberof WorkflowTriggerAttributesBeta
32850
32914
  */
32851
- 'frequency': WorkflowTriggerAttributesBetaFrequencyBeta;
32915
+ 'frequency': WorkflowTriggerAttributesBetaFrequencyBeta | null;
32852
32916
  /**
32853
32917
  * Time zone identifier
32854
32918
  * @type {string}
32855
32919
  * @memberof WorkflowTriggerAttributesBeta
32856
32920
  */
32857
- 'timeZone'?: string;
32921
+ 'timeZone'?: string | null;
32858
32922
  /**
32859
32923
  * A valid CRON expression
32860
32924
  * @type {string}
32861
32925
  * @memberof WorkflowTriggerAttributesBeta
32862
32926
  */
32863
- 'cronString'?: string;
32927
+ 'cronString'?: string | null;
32864
32928
  /**
32865
32929
  * Scheduled days of the week for execution
32866
32930
  * @type {Array<string>}
32867
32931
  * @memberof WorkflowTriggerAttributesBeta
32868
32932
  */
32869
- 'weeklyDays'?: Array<string>;
32933
+ 'weeklyDays'?: Array<string> | null;
32870
32934
  /**
32871
32935
  * Scheduled execution times
32872
32936
  * @type {Array<string>}
32873
32937
  * @memberof WorkflowTriggerAttributesBeta
32874
32938
  */
32875
- 'weeklyTimes'?: Array<string>;
32939
+ 'weeklyTimes'?: Array<string> | null;
32876
32940
  /**
32877
32941
  * Scheduled execution times
32878
32942
  * @type {Array<string>}
32879
32943
  * @memberof WorkflowTriggerAttributesBeta
32880
32944
  */
32881
- 'yearlyTimes'?: Array<string>;
32945
+ 'yearlyTimes'?: Array<string> | null;
32882
32946
  }
32883
32947
 
32884
32948
  export const WorkflowTriggerAttributesBetaFrequencyBeta = {
@@ -33565,7 +33629,7 @@ export class AccessModelMetadataBetaApi extends BaseAPI {
33565
33629
  export const AccessProfilesBetaApiAxiosParamCreator = function (configuration?: Configuration) {
33566
33630
  return {
33567
33631
  /**
33568
- * Create an access profile. A user with only ROLE_SUBADMIN or SOURCE_SUBADMIN authority must be associated with the access profile\'s Source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
33632
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
33569
33633
  * @summary Create Access Profile
33570
33634
  * @param {AccessProfileBeta} accessProfileBeta
33571
33635
  * @param {*} [axiosOptions] Override http request option.
@@ -33826,7 +33890,7 @@ export const AccessProfilesBetaApiAxiosParamCreator = function (configuration?:
33826
33890
  * @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.
33827
33891
  * @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.
33828
33892
  * @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&#x3D;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.
33829
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **source.id**: *eq, in* Filtering is not supported for access profiles and entitlements that have the \&#39;+\&#39; symbol in their names.
33893
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **source.id**: *eq, in* Filtering is not supported for access profiles and entitlements that have the \&#39;+\&#39; symbol in their names.
33830
33894
  * @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, created, modified**
33831
33895
  * @param {string} [forSegmentIds] Filters access profiles to only those assigned to the segment(s) with the specified IDs. If segmentation is currently unavailable, specifying this parameter results in an error.
33832
33896
  * @param {boolean} [includeUnsegmented] Indicates whether the response list should contain unsegmented access profiles. If &#x60;for-segment-ids&#x60; is absent or empty, specifying *include-unsegmented* as &#x60;false&#x60; results in an error.
@@ -34008,7 +34072,7 @@ export const AccessProfilesBetaApiFp = function(configuration?: Configuration) {
34008
34072
  const localVarAxiosParamCreator = AccessProfilesBetaApiAxiosParamCreator(configuration)
34009
34073
  return {
34010
34074
  /**
34011
- * Create an access profile. A user with only ROLE_SUBADMIN or SOURCE_SUBADMIN authority must be associated with the access profile\'s Source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
34075
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
34012
34076
  * @summary Create Access Profile
34013
34077
  * @param {AccessProfileBeta} accessProfileBeta
34014
34078
  * @param {*} [axiosOptions] Override http request option.
@@ -34084,7 +34148,7 @@ export const AccessProfilesBetaApiFp = function(configuration?: Configuration) {
34084
34148
  * @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.
34085
34149
  * @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.
34086
34150
  * @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&#x3D;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.
34087
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **source.id**: *eq, in* Filtering is not supported for access profiles and entitlements that have the \&#39;+\&#39; symbol in their names.
34151
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **source.id**: *eq, in* Filtering is not supported for access profiles and entitlements that have the \&#39;+\&#39; symbol in their names.
34088
34152
  * @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, created, modified**
34089
34153
  * @param {string} [forSegmentIds] Filters access profiles to only those assigned to the segment(s) with the specified IDs. If segmentation is currently unavailable, specifying this parameter results in an error.
34090
34154
  * @param {boolean} [includeUnsegmented] Indicates whether the response list should contain unsegmented access profiles. If &#x60;for-segment-ids&#x60; is absent or empty, specifying *include-unsegmented* as &#x60;false&#x60; results in an error.
@@ -34135,7 +34199,7 @@ export const AccessProfilesBetaApiFactory = function (configuration?: Configurat
34135
34199
  const localVarFp = AccessProfilesBetaApiFp(configuration)
34136
34200
  return {
34137
34201
  /**
34138
- * Create an access profile. A user with only ROLE_SUBADMIN or SOURCE_SUBADMIN authority must be associated with the access profile\'s Source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
34202
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
34139
34203
  * @summary Create Access Profile
34140
34204
  * @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
34141
34205
  * @param {*} [axiosOptions] Override http request option.
@@ -34357,7 +34421,7 @@ export interface AccessProfilesBetaApiListAccessProfilesRequest {
34357
34421
  readonly count?: boolean
34358
34422
 
34359
34423
  /**
34360
- * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **source.id**: *eq, in* Filtering is not supported for access profiles and entitlements that have the \&#39;+\&#39; symbol in their names.
34424
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **source.id**: *eq, in* Filtering is not supported for access profiles and entitlements that have the \&#39;+\&#39; symbol in their names.
34361
34425
  * @type {string}
34362
34426
  * @memberof AccessProfilesBetaApiListAccessProfiles
34363
34427
  */
@@ -34428,7 +34492,7 @@ export interface AccessProfilesBetaApiUpdateAccessProfilesInBulkRequest {
34428
34492
  */
34429
34493
  export class AccessProfilesBetaApi extends BaseAPI {
34430
34494
  /**
34431
- * Create an access profile. A user with only ROLE_SUBADMIN or SOURCE_SUBADMIN authority must be associated with the access profile\'s Source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
34495
+ * Create an access profile. A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated with the access profile\'s source. The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
34432
34496
  * @summary Create Access Profile
34433
34497
  * @param {AccessProfilesBetaApiCreateAccessProfileRequest} requestParameters Request parameters.
34434
34498
  * @param {*} [axiosOptions] Override http request option.
@@ -75699,7 +75763,7 @@ export const RolesBetaApiAxiosParamCreator = function (configuration?: Configura
75699
75763
  * @param {number} [limit] Note that for this API the maximum value for limit is 50. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
75700
75764
  * @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.
75701
75765
  * @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&#x3D;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.
75702
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq*
75766
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, ge, le* **modified**: *lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **dimensional**: *eq*
75703
75767
  * @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, created, modified**
75704
75768
  * @param {string} [forSegmentIds] If present and not empty, additionally filters Roles to those which are assigned to the Segment(s) with the specified IDs. If segmentation is currently unavailable, specifying this parameter results in an error.
75705
75769
  * @param {boolean} [includeUnsegmented] Whether or not the response list should contain unsegmented Roles. If *for-segment-ids* is absent or empty, specifying *include-unsegmented* as false results in an error.
@@ -75923,7 +75987,7 @@ export const RolesBetaApiFp = function(configuration?: Configuration) {
75923
75987
  * @param {number} [limit] Note that for this API the maximum value for limit is 50. See [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) for more information.
75924
75988
  * @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.
75925
75989
  * @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&#x3D;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.
75926
- * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq*
75990
+ * @param {string} [filters] Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, ge, le* **modified**: *lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **dimensional**: *eq*
75927
75991
  * @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, created, modified**
75928
75992
  * @param {string} [forSegmentIds] If present and not empty, additionally filters Roles to those which are assigned to the Segment(s) with the specified IDs. If segmentation is currently unavailable, specifying this parameter results in an error.
75929
75993
  * @param {boolean} [includeUnsegmented] Whether or not the response list should contain unsegmented Roles. If *for-segment-ids* is absent or empty, specifying *include-unsegmented* as false results in an error.
@@ -76232,7 +76296,7 @@ export interface RolesBetaApiListRolesRequest {
76232
76296
  readonly count?: boolean
76233
76297
 
76234
76298
  /**
76235
- * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq*
76299
+ * Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq, in* **name**: *eq, sw* **created**: *gt, ge, le* **modified**: *lt, ge, le* **owner.id**: *eq, in* **requestable**: *eq* **dimensional**: *eq*
76236
76300
  * @type {string}
76237
76301
  * @memberof RolesBetaApiListRoles
76238
76302
  */
@@ -79160,8 +79224,8 @@ export const SPConfigBetaApiAxiosParamCreator = function (configuration?: Config
79160
79224
  };
79161
79225
  },
79162
79226
  /**
79163
- * This gets the list of object configurations which are known to the tenant export/import service. Object configurations that contain \"importUrl\" and \"exportUrl\" are available for export/import.
79164
- * @summary Get config object details
79227
+ * Get a list of object configurations that the tenant export/import service knows.
79228
+ * @summary List Config Objects
79165
79229
  * @param {*} [axiosOptions] Override http request option.
79166
79230
  * @throws {RequiredError}
79167
79231
  */
@@ -79288,8 +79352,8 @@ export const SPConfigBetaApiFp = function(configuration?: Configuration) {
79288
79352
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
79289
79353
  },
79290
79354
  /**
79291
- * This gets the list of object configurations which are known to the tenant export/import service. Object configurations that contain \"importUrl\" and \"exportUrl\" are available for export/import.
79292
- * @summary Get config object details
79355
+ * Get a list of object configurations that the tenant export/import service knows.
79356
+ * @summary List Config Objects
79293
79357
  * @param {*} [axiosOptions] Override http request option.
79294
79358
  * @throws {RequiredError}
79295
79359
  */
@@ -79370,8 +79434,8 @@ export const SPConfigBetaApiFactory = function (configuration?: Configuration, b
79370
79434
  return localVarFp.importSpConfig(requestParameters.data, requestParameters.preview, requestParameters._options, axiosOptions).then((request) => request(axios, basePath));
79371
79435
  },
79372
79436
  /**
79373
- * This gets the list of object configurations which are known to the tenant export/import service. Object configurations that contain \"importUrl\" and \"exportUrl\" are available for export/import.
79374
- * @summary Get config object details
79437
+ * Get a list of object configurations that the tenant export/import service knows.
79438
+ * @summary List Config Objects
79375
79439
  * @param {*} [axiosOptions] Override http request option.
79376
79440
  * @throws {RequiredError}
79377
79441
  */
@@ -79559,8 +79623,8 @@ export class SPConfigBetaApi extends BaseAPI {
79559
79623
  }
79560
79624
 
79561
79625
  /**
79562
- * This gets the list of object configurations which are known to the tenant export/import service. Object configurations that contain \"importUrl\" and \"exportUrl\" are available for export/import.
79563
- * @summary Get config object details
79626
+ * Get a list of object configurations that the tenant export/import service knows.
79627
+ * @summary List Config Objects
79564
79628
  * @param {*} [axiosOptions] Override http request option.
79565
79629
  * @throws {RequiredError}
79566
79630
  * @memberof SPConfigBetaApi
@@ -94060,7 +94124,7 @@ export const WorkflowsBetaApiAxiosParamCreator = function (configuration?: Confi
94060
94124
  };
94061
94125
  },
94062
94126
  /**
94063
- * Use this API to get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
94127
+ * Get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
94064
94128
  * @summary Get Workflow Execution
94065
94129
  * @param {string} id Workflow execution ID.
94066
94130
  * @param {*} [axiosOptions] Override http request option.
@@ -94776,7 +94840,7 @@ export const WorkflowsBetaApiFp = function(configuration?: Configuration) {
94776
94840
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
94777
94841
  },
94778
94842
  /**
94779
- * Use this API to get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
94843
+ * Get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
94780
94844
  * @summary Get Workflow Execution
94781
94845
  * @param {string} id Workflow execution ID.
94782
94846
  * @param {*} [axiosOptions] Override http request option.
@@ -95020,7 +95084,7 @@ export const WorkflowsBetaApiFactory = function (configuration?: Configuration,
95020
95084
  return localVarFp.getWorkflow(requestParameters.id, axiosOptions).then((request) => request(axios, basePath));
95021
95085
  },
95022
95086
  /**
95023
- * Use this API to get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
95087
+ * Get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
95024
95088
  * @summary Get Workflow Execution
95025
95089
  * @param {WorkflowsBetaApiGetWorkflowExecutionRequest} requestParameters Request parameters.
95026
95090
  * @param {*} [axiosOptions] Override http request option.
@@ -95538,7 +95602,7 @@ export class WorkflowsBetaApi extends BaseAPI {
95538
95602
  }
95539
95603
 
95540
95604
  /**
95541
- * Use this API to get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
95605
+ * Get a single workflow execution. Workflow executions are available for up to 90 days before being archived. If you attempt to access a workflow execution that has been archived, you will receive a \"404 Not Found\" response.
95542
95606
  * @summary Get Workflow Execution
95543
95607
  * @param {WorkflowsBetaApiGetWorkflowExecutionRequest} requestParameters Request parameters.
95544
95608
  * @param {*} [axiosOptions] Override http request option.