diff --git a/docs/tools/sdk/powershell/Reference/Beta/Models/AccessRequestTracking.md b/docs/tools/sdk/powershell/Reference/Beta/Models/AccessRequestTracking.md index 1674a77cc..cf5756c55 100644 --- a/docs/tools/sdk/powershell/Reference/Beta/Models/AccessRequestTracking.md +++ b/docs/tools/sdk/powershell/Reference/Beta/Models/AccessRequestTracking.md @@ -18,7 +18,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **RequestedFor** | **String** | The identity id in which the access request is for. | [optional] **RequestedItemsDetails** | [**[]RequestedItemDetails**](requested-item-details) | The details of the item requested. | [optional] -**AttributesHash** | **String** | a hash representation of the access requested, useful for longer term tracking client side. | [optional] +**AttributesHash** | **Int32** | a hash representation of the access requested, useful for longer term tracking client side. | [optional] **AccessRequestIds** | **[]String** | a list of access request identifiers, generally only one will be populated, but high volume requested may result in multiple ids. | [optional] ## Examples diff --git a/docs/tools/sdk/powershell/Reference/Beta/Models/FormDefinitionInput.md b/docs/tools/sdk/powershell/Reference/Beta/Models/FormDefinitionInput.md index c35e11fcb..1edb1f946 100644 --- a/docs/tools/sdk/powershell/Reference/Beta/Models/FormDefinitionInput.md +++ b/docs/tools/sdk/powershell/Reference/Beta/Models/FormDefinitionInput.md @@ -17,7 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'FormDefinitionInput', 'BetaFormDefini Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Id** | **String** | Unique identifier for the form input. | [optional] -**Type** | **Enum** [ "STRING" ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional] +**Type** | **Enum** [ "STRING", "ARRAY" ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional] **Label** | **String** | Name for the form input. | [optional] **Description** | **String** | Form input's description. | [optional] diff --git a/docs/tools/sdk/powershell/Reference/Beta/Models/PendingApproval.md b/docs/tools/sdk/powershell/Reference/Beta/Models/PendingApproval.md index dd68cd42a..ff4653a6b 100644 --- a/docs/tools/sdk/powershell/Reference/Beta/Models/PendingApproval.md +++ b/docs/tools/sdk/powershell/Reference/Beta/Models/PendingApproval.md @@ -35,6 +35,7 @@ Name | Type | Description | Notes **RemoveDateUpdateRequested** | **Boolean** | If true, then the request is to change the remove date or sunset date. | [optional] [default to $false] **CurrentRemoveDate** | **System.DateTime** | The remove date or sunset date that was assigned at the time of the request. | [optional] **SodViolationContext** | [**SodViolationContextCheckCompleted1**](sod-violation-context-check-completed1) | | [optional] +**ClientMetadata** | **map[string]String** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional] ## Examples @@ -58,7 +59,8 @@ $PendingApproval = Initialize-PSSailpoint.BetaPendingApproval -Id 2c9180835d2e5 -RemoveDate 2020-07-11T00:00Z ` -RemoveDateUpdateRequested true ` -CurrentRemoveDate 2020-07-11T00:00Z ` - -SodViolationContext null + -SodViolationContext null ` + -ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} ``` - Convert the resource to JSON diff --git a/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequestTracking.md b/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequestTracking.md index ad7b33a26..b7d71542f 100644 --- a/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequestTracking.md +++ b/docs/tools/sdk/powershell/Reference/V2024/Models/AccessRequestTracking.md @@ -18,7 +18,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **RequestedFor** | **String** | The identity id in which the access request is for. | [optional] **RequestedItemsDetails** | [**[]RequestedItemDetails**](requested-item-details) | The details of the item requested. | [optional] -**AttributesHash** | **String** | a hash representation of the access requested, useful for longer term tracking client side. | [optional] +**AttributesHash** | **Int32** | a hash representation of the access requested, useful for longer term tracking client side. | [optional] **AccessRequestIds** | **[]String** | a list of access request identifiers, generally only one will be populated, but high volume requested may result in multiple ids. | [optional] ## Examples diff --git a/docs/tools/sdk/powershell/Reference/V2024/Models/FormDefinitionInput.md b/docs/tools/sdk/powershell/Reference/V2024/Models/FormDefinitionInput.md index 755dc8a55..17ff5ecae 100644 --- a/docs/tools/sdk/powershell/Reference/V2024/Models/FormDefinitionInput.md +++ b/docs/tools/sdk/powershell/Reference/V2024/Models/FormDefinitionInput.md @@ -17,7 +17,7 @@ tags: ['SDK', 'Software Development Kit', 'FormDefinitionInput', 'V2024FormDefin Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Id** | **String** | Unique identifier for the form input. | [optional] -**Type** | **Enum** [ "STRING" ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional] +**Type** | **Enum** [ "STRING", "ARRAY" ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional] **Label** | **String** | Name for the form input. | [optional] **Description** | **String** | Form input's description. | [optional] diff --git a/docs/tools/sdk/powershell/Reference/V2024/Models/PendingApproval.md b/docs/tools/sdk/powershell/Reference/V2024/Models/PendingApproval.md index 1b8388759..22cb1d1a9 100644 --- a/docs/tools/sdk/powershell/Reference/V2024/Models/PendingApproval.md +++ b/docs/tools/sdk/powershell/Reference/V2024/Models/PendingApproval.md @@ -36,6 +36,7 @@ Name | Type | Description | Notes **RemoveDateUpdateRequested** | **Boolean** | If true, then the request is to change the remove date or sunset date. | [optional] [default to $false] **CurrentRemoveDate** | **System.DateTime** | The remove date or sunset date that was assigned at the time of the request. | [optional] **SodViolationContext** | [**SodViolationContextCheckCompleted**](sod-violation-context-check-completed) | | [optional] +**ClientMetadata** | **map[string]String** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional] ## Examples @@ -60,7 +61,8 @@ $PendingApproval = Initialize-PSSailpoint.V2024PendingApproval -Id id12345 ` -RemoveDate 2020-07-11T00:00Z ` -RemoveDateUpdateRequested true ` -CurrentRemoveDate 2020-07-11T00:00Z ` - -SodViolationContext null + -SodViolationContext null ` + -ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} ``` - Convert the resource to JSON diff --git a/docs/tools/sdk/powershell/Reference/V3/Models/AccessRequestTracking.md b/docs/tools/sdk/powershell/Reference/V3/Models/AccessRequestTracking.md index 9478e76b4..7a0c736bd 100644 --- a/docs/tools/sdk/powershell/Reference/V3/Models/AccessRequestTracking.md +++ b/docs/tools/sdk/powershell/Reference/V3/Models/AccessRequestTracking.md @@ -18,7 +18,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **RequestedFor** | **String** | The identity id in which the access request is for. | [optional] **RequestedItemsDetails** | [**[]RequestedItemDetails**](requested-item-details) | The details of the item requested. | [optional] -**AttributesHash** | **String** | a hash representation of the access requested, useful for longer term tracking client side. | [optional] +**AttributesHash** | **Int32** | a hash representation of the access requested, useful for longer term tracking client side. | [optional] **AccessRequestIds** | **[]String** | a list of access request identifiers, generally only one will be populated, but high volume requested may result in multiple ids. | [optional] ## Examples diff --git a/docs/tools/sdk/powershell/Reference/V3/Models/PendingApproval.md b/docs/tools/sdk/powershell/Reference/V3/Models/PendingApproval.md index 39891c124..7903a368b 100644 --- a/docs/tools/sdk/powershell/Reference/V3/Models/PendingApproval.md +++ b/docs/tools/sdk/powershell/Reference/V3/Models/PendingApproval.md @@ -36,6 +36,7 @@ Name | Type | Description | Notes **RemoveDateUpdateRequested** | **Boolean** | If true, then the request is to change the remove date or sunset date. | [optional] [default to $false] **CurrentRemoveDate** | **System.DateTime** | The remove date or sunset date that was assigned at the time of the request. | [optional] **SodViolationContext** | [**SodViolationContextCheckCompleted**](sod-violation-context-check-completed) | | [optional] +**ClientMetadata** | **map[string]String** | Arbitrary key-value pairs, if any were included in the corresponding access request item | [optional] ## Examples @@ -60,7 +61,8 @@ $PendingApproval = Initialize-PSSailpoint.V3PendingApproval -Id id12345 ` -RemoveDate 2020-07-11T00:00Z ` -RemoveDateUpdateRequested true ` -CurrentRemoveDate 2020-07-11T00:00Z ` - -SodViolationContext null + -SodViolationContext null ` + -ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} ``` - Convert the resource to JSON