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', 'RoleInsight', 'BetaRoleInsight']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | Insight id | [optional]
**NumberOfUpdates** | Pointer to **Int32** | Total number of updates for this role | [optional]
**CreatedDate** | Pointer to **System.DateTime** | The date-time insights were last created for this role. | [optional]
**ModifiedDate** | Pointer to **System.DateTime** | The date-time insights were last modified for this role. | [optional]
**Role** | Pointer to [**RoleInsightsRole**](role-insights-role) | | [optional]
**Insight** | Pointer to [**RoleInsightsInsight**](role-insights-insight) | | [optional]
**Id** | **String** | Insight id | [optional]
**NumberOfUpdates** | **Int32** | Total number of updates for this role | [optional]
**CreatedDate** | **System.DateTime** | The date-time insights were last created for this role. | [optional]
**ModifiedDate** | **System.DateTime** | The date-time insights were last modified for this role. | [optional]
**Role** | [**RoleInsightsRole**](role-insights-role) | | [optional]
**Insight** | [**RoleInsightsInsight**](role-insights-insight) | | [optional]
## Examples