update doc files

This commit is contained in:
darrell-thobe-sp
2025-04-01 20:27:18 -04:00
parent 878245edd8
commit 0c80cd4cb7
203 changed files with 419 additions and 419 deletions

View File

@@ -26,8 +26,8 @@ Name | Type | Description | Notes
**EmailRecipientId** | Pointer to **NullableString** | The id of the user who will receive an email about the role mining session | [optional]
**CreatedBy** | Pointer to [**RoleMiningSessionResponseCreatedBy**](role-mining-session-response-created-by) | | [optional]
**IdentityCount** | Pointer to **int32** | The number of identities | [optional]
**Saved** | Pointer to **bool** | The session's saved status | [optional] [default to false]
**Name** | Pointer to **NullableString** | The session's saved name | [optional]
**Saved** | Pointer to **bool** | The session's saved status | [optional] [default to false]
**Name** | Pointer to **NullableString** | The session's saved name | [optional]
**DataFilePath** | Pointer to **NullableString** | The data file path of the role mining session | [optional]
**Id** | Pointer to **string** | Session Id for this role mining session | [optional]
**CreatedDate** | Pointer to **time.Time** | The date-time when this role mining session was created. | [optional]