mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleSummary', 'Bet
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Id of the potential role | [optional]
|
||||
**Name** | Pointer to **String** | Name of the potential role | [optional]
|
||||
**PotentialRoleRef** | Pointer to [**RoleMiningPotentialRoleRef**](role-mining-potential-role-ref) | | [optional]
|
||||
**IdentityCount** | Pointer to **Int32** | The number of identities in a potential role. | [optional]
|
||||
**EntitlementCount** | Pointer to **Int32** | The number of entitlements in a potential role. | [optional]
|
||||
**IdentityGroupStatus** | Pointer to **String** | The status for this identity group which can be ""REQUESTED"" or ""OBTAINED"" | [optional]
|
||||
**ProvisionState** | Pointer to [**RoleMiningPotentialRoleProvisionState**](role-mining-potential-role-provision-state) | | [optional]
|
||||
**RoleId** | Pointer to **String** | ID of the provisioned role in IIQ or IDN. Null if this potential role has not been provisioned. | [optional]
|
||||
**Density** | Pointer to **Int32** | The density metric (0-100) of this potential role. Higher density values indicate higher similarity amongst the identities. | [optional]
|
||||
**Freshness** | Pointer to **Int32** | The freshness metric (0-100) of this potential role. Higher freshness values indicate this potential role is more distinctive compared to existing roles. | [optional]
|
||||
**Quality** | Pointer to **Int32** | The quality metric (0-100) of this potential role. Higher quality values indicate this potential role has high density and freshness. | [optional]
|
||||
**Type** | Pointer to [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
|
||||
**CreatedBy** | Pointer to [**RoleMiningPotentialRoleSummaryCreatedBy**](role-mining-potential-role-summary-created-by) | | [optional]
|
||||
**CreatedDate** | Pointer to **System.DateTime** | The date-time when this potential role was created. | [optional]
|
||||
**Saved** | Pointer to **Boolean** | The potential role's saved status | [optional] [default to $false]
|
||||
**Description** | Pointer to **String** | Description of the potential role | [optional]
|
||||
**Session** | Pointer to [**RoleMiningSessionParametersDto**](role-mining-session-parameters-dto) | | [optional]
|
||||
**Id** | **String** | Id of the potential role | [optional]
|
||||
**Name** | **String** | Name of the potential role | [optional]
|
||||
**PotentialRoleRef** | [**RoleMiningPotentialRoleRef**](role-mining-potential-role-ref) | | [optional]
|
||||
**IdentityCount** | **Int32** | The number of identities in a potential role. | [optional]
|
||||
**EntitlementCount** | **Int32** | The number of entitlements in a potential role. | [optional]
|
||||
**IdentityGroupStatus** | **String** | The status for this identity group which can be ""REQUESTED"" or ""OBTAINED"" | [optional]
|
||||
**ProvisionState** | [**RoleMiningPotentialRoleProvisionState**](role-mining-potential-role-provision-state) | | [optional]
|
||||
**RoleId** | **String** | ID of the provisioned role in IIQ or IDN. Null if this potential role has not been provisioned. | [optional]
|
||||
**Density** | **Int32** | The density metric (0-100) of this potential role. Higher density values indicate higher similarity amongst the identities. | [optional]
|
||||
**Freshness** | **Int32** | The freshness metric (0-100) of this potential role. Higher freshness values indicate this potential role is more distinctive compared to existing roles. | [optional]
|
||||
**Quality** | **Int32** | The quality metric (0-100) of this potential role. Higher quality values indicate this potential role has high density and freshness. | [optional]
|
||||
**Type** | [**RoleMiningRoleType**](role-mining-role-type) | | [optional]
|
||||
**CreatedBy** | [**RoleMiningPotentialRoleSummaryCreatedBy**](role-mining-potential-role-summary-created-by) | | [optional]
|
||||
**CreatedDate** | **System.DateTime** | The date-time when this potential role was created. | [optional]
|
||||
**Saved** | **Boolean** | The potential role's saved status | [optional] [default to $false]
|
||||
**Description** | **String** | Description of the potential role | [optional]
|
||||
**Session** | [**RoleMiningSessionParametersDto**](role-mining-session-parameters-dto) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user