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,24 +16,24 @@ tags: ['SDK', 'Software Development Kit', 'RoleMiningSessionResponse', 'BetaRole
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Scope** | Pointer to [**RoleMiningSessionScope**](role-mining-session-scope) | | [optional]
**MinNumIdentitiesInPotentialRole** | Pointer to **Int32** | Minimum number of identities in a potential role | [optional]
**ScopingMethod** | Pointer to **String** | The scoping method of the role mining session | [optional]
**PrescribedPruneThreshold** | Pointer to **Int32** | The computed (or prescribed) prune threshold for this session | [optional]
**PruneThreshold** | Pointer to **Int32** | The prune threshold to be used for this role mining session | [optional]
**PotentialRoleCount** | Pointer to **Int32** | The number of potential roles | [optional]
**PotentialRolesReadyCount** | Pointer to **Int32** | The number of potential roles which have completed processing | [optional]
**Status** | Pointer to [**RoleMiningSessionStatus**](role-mining-session-status) | | [optional]
**EmailRecipientId** | Pointer to **String** | 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 **Boolean** | The session's saved status | [optional] [default to $false]
**Name** | Pointer to **String** | The session's saved name | [optional]
**DataFilePath** | Pointer to **String** | 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 **System.DateTime** | The date-time when this role mining session was created. | [optional]
**ModifiedDate** | Pointer to **System.DateTime** | The date-time when this role mining session was completed. | [optional]
**Type** | Pointer to [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
**Scope** | [**RoleMiningSessionScope**](role-mining-session-scope) | | [optional]
**MinNumIdentitiesInPotentialRole** | **Int32** | Minimum number of identities in a potential role | [optional]
**ScopingMethod** | **String** | The scoping method of the role mining session | [optional]
**PrescribedPruneThreshold** | **Int32** | The computed (or prescribed) prune threshold for this session | [optional]
**PruneThreshold** | **Int32** | The prune threshold to be used for this role mining session | [optional]
**PotentialRoleCount** | **Int32** | The number of potential roles | [optional]
**PotentialRolesReadyCount** | **Int32** | The number of potential roles which have completed processing | [optional]
**Status** | [**RoleMiningSessionStatus**](role-mining-session-status) | | [optional]
**EmailRecipientId** | **String** | The id of the user who will receive an email about the role mining session | [optional]
**CreatedBy** | [**RoleMiningSessionResponseCreatedBy**](role-mining-session-response-created-by) | | [optional]
**IdentityCount** | **Int32** | The number of identities | [optional]
**Saved** | **Boolean** | The session's saved status | [optional] [default to $false]
**Name** | **String** | The session's saved name | [optional]
**DataFilePath** | **String** | The data file path of the role mining session | [optional]
**Id** | **String** | Session Id for this role mining session | [optional]
**CreatedDate** | **System.DateTime** | The date-time when this role mining session was created. | [optional]
**ModifiedDate** | **System.DateTime** | The date-time when this role mining session was completed. | [optional]
**Type** | [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
## Examples