Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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