Skip to content

Commit 4d96e76

Browse files
Automated build 'Automated commit 'Merge pull request #2075 from sailpoint/devrel-2099-v20242025
devrel-2099 v2024, v2025 correct schema referenced now' by github action: 14650055165' powershell sdk: 14650063170
1 parent a1153fc commit 4d96e76

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

PSSailpoint/PSSailpoint.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Sailpoint Developer Relations
55
#
6-
# Generated on: 04/23/2025
6+
# Generated on: 04/24/2025
77
#
88

99
@{

PSSailpoint/beta/src/PSSailpoint.Beta/PSSailpoint.Beta.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 04/23/2025
6+
# Generated on: 04/24/2025
77
#
88

99
@{

PSSailpoint/v2024/docs/Models/WorkflowExecution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
2121
**RequestId** | **String** | Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. | [optional]
2222
**StartTime** | **System.DateTime** | Date/time when the workflow started. | [optional]
2323
**CloseTime** | **System.DateTime** | Date/time when the workflow ended. | [optional]
24-
**Status** | **Enum** [ "Completed", "Failed", "Canceled", "Running" ] | Workflow execution status. | [optional]
24+
**Status** | **Enum** [ "Completed", "Failed", "Canceled", "Queued", "Running" ] | Workflow execution status. | [optional]
2525

2626
## Examples
2727

PSSailpoint/v2024/src/PSSailpoint.V2024/Model/WorkflowExecution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function Initialize-V2024WorkflowExecution {
5050
[System.Nullable[System.DateTime]]
5151
${CloseTime},
5252
[Parameter(ValueFromPipelineByPropertyName = $true)]
53-
[ValidateSet("Completed", "Failed", "Canceled", "Running")]
53+
[ValidateSet("Completed", "Failed", "Canceled", "Queued", "Running")]
5454
[String]
5555
${Status}
5656
)

PSSailpoint/v2024/src/PSSailpoint.V2024/PSSailpoint.V2024.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 04/23/2025
6+
# Generated on: 04/24/2025
77
#
88

99
@{

PSSailpoint/v2025/docs/Models/WorkflowExecution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
2121
**RequestId** | **String** | Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. | [optional]
2222
**StartTime** | **System.DateTime** | Date/time when the workflow started. | [optional]
2323
**CloseTime** | **System.DateTime** | Date/time when the workflow ended. | [optional]
24-
**Status** | **Enum** [ "Completed", "Failed", "Canceled", "Running" ] | Workflow execution status. | [optional]
24+
**Status** | **Enum** [ "Completed", "Failed", "Canceled", "Running", "Queued" ] | Workflow execution status. | [optional]
2525

2626
## Examples
2727

PSSailpoint/v2025/src/PSSailpoint.V2025/Model/WorkflowExecution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function Initialize-V2025WorkflowExecution {
5050
[System.Nullable[System.DateTime]]
5151
${CloseTime},
5252
[Parameter(ValueFromPipelineByPropertyName = $true)]
53-
[ValidateSet("Completed", "Failed", "Canceled", "Running")]
53+
[ValidateSet("Completed", "Failed", "Canceled", "Running", "Queued")]
5454
[String]
5555
${Status}
5656
)

PSSailpoint/v2025/src/PSSailpoint.V2025/PSSailpoint.V2025.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 04/23/2025
6+
# Generated on: 04/24/2025
77
#
88

99
@{

PSSailpoint/v3/src/PSSailpoint.V3/PSSailpoint.V3.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: OpenAPI Generator Team
55
#
6-
# Generated on: 04/23/2025
6+
# Generated on: 04/24/2025
77
#
88

99
@{

0 commit comments

Comments
 (0)