---
id: v1-role-mining-potential-role-summary
title: RoleMiningPotentialRoleSummary
pagination_label: RoleMiningPotentialRoleSummary
sidebar_label: RoleMiningPotentialRoleSummary
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'RoleMiningPotentialRoleSummary', 'v1RoleMiningPotentialRoleSummary']
slug: /tools/sdk/typescript/iai_role_mining/models/role-mining-potential-role-summary
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleSummary', 'v1RoleMiningPotentialRoleSummary']
---

# RoleMiningPotentialRoleSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Id of the potential role | [default to undefined]
**name** | **(optional)** `string` | Name of the potential role | [default to undefined]
**potentialRoleRef** | **(optional)** `RoleMiningPotentialRoleRef` |  | [default to undefined]
**identityCount** | **(optional)** `number` | The number of identities in a potential role. | [default to undefined]
**entitlementCount** | **(optional)** `number` | The number of entitlements in a potential role. | [default to undefined]
**identityGroupStatus** | **(optional)** `string` | The status for this identity group which can be \"REQUESTED\" or \"OBTAINED\" | [default to undefined]
**provisionState** | **(optional)** `RoleMiningPotentialRoleProvisionState` |  | [default to undefined]
**roleId** | **(optional)** `string` | ID of the provisioned role in IIQ or IDN.  Null if this potential role has not been provisioned. | [default to undefined]
**density** | **(optional)** `number` | The density metric (0-100) of this potential role. Higher density values indicate higher similarity amongst the identities. | [default to undefined]
**freshness** | **(optional)** `number` | The freshness metric (0-100) of this potential role. Higher freshness values indicate this potential role is more distinctive compared to existing roles. | [default to undefined]
**quality** | **(optional)** `number` | The quality metric (0-100) of this potential role. Higher quality values indicate this potential role has high density and freshness. | [default to undefined]
**type** | **(optional)** `RoleMiningRoleType` |  | [default to undefined]
**createdBy** | **(optional)** `RoleMiningPotentialRoleSummaryCreatedBy` |  | [default to undefined]
**createdDate** | **(optional)** `string` | The date-time when this potential role was created. | [default to undefined]
**saved** | **(optional)** `boolean` | The potential role\'s saved status | [default to false]
**description** | **(optional)** `string` | Description of the potential role | [default to undefined]
**session** | **(optional)** `RoleMiningSessionParametersDto` |  | [default to undefined]

