mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,12 +16,12 @@ tags: ['SDK', 'Software Development Kit', 'RoleInsightsResponse', 'BetaRoleInsig
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Request Id for a role insight generation request | [optional]
|
||||
**CreatedDate** | Pointer to **System.DateTime** | The date-time role insights request was created. | [optional]
|
||||
**LastGenerated** | Pointer to **System.DateTime** | The date-time role insights request was completed. | [optional]
|
||||
**NumberOfUpdates** | Pointer to **Int32** | Total number of updates for this request. Starts with 0 and will have correct number when request is COMPLETED. | [optional]
|
||||
**RoleIds** | Pointer to **[]String** | The role IDs that are in this request. | [optional]
|
||||
**Status** | Pointer to **Enum** [ "CREATED", "IN PROGRESS", "COMPLETED", "FAILED" ] | Request status | [optional]
|
||||
**Id** | **String** | Request Id for a role insight generation request | [optional]
|
||||
**CreatedDate** | **System.DateTime** | The date-time role insights request was created. | [optional]
|
||||
**LastGenerated** | **System.DateTime** | The date-time role insights request was completed. | [optional]
|
||||
**NumberOfUpdates** | **Int32** | Total number of updates for this request. Starts with 0 and will have correct number when request is COMPLETED. | [optional]
|
||||
**RoleIds** | **[]String** | The role IDs that are in this request. | [optional]
|
||||
**Status** | **Enum** [ "CREATED", "IN PROGRESS", "COMPLETED", "FAILED" ] | Request status | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user