id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-role-mining-session-response |
RoleMiningSessionResponse |
RoleMiningSessionResponse |
RoleMiningSessionResponse |
pythonsdk |
| python |
| Python |
| sdk |
| RoleMiningSessionResponse |
| V2025RoleMiningSessionResponse |
|
/tools/sdk/python/v2025/models/role-mining-session-response |
| SDK |
| Software Development Kit |
| RoleMiningSessionResponse |
| V2025RoleMiningSessionResponse |
|
RoleMiningSessionResponse
Properties
| Name |
Type |
Description |
Notes |
| scope |
RoleMiningSessionScope |
|
[optional] |
| min_num_identities_in_potential_role |
int |
Minimum number of identities in a potential role |
[optional] |
| scoping_method |
str |
The scoping method of the role mining session |
[optional] |
| prescribed_prune_threshold |
int |
The computed (or prescribed) prune threshold for this session |
[optional] |
| prune_threshold |
int |
The prune threshold to be used for this role mining session |
[optional] |
| potential_role_count |
int |
The number of potential roles |
[optional] |
| potential_roles_ready_count |
int |
The number of potential roles which have completed processing |
[optional] |
| status |
RoleMiningSessionStatus |
|
[optional] |
| email_recipient_id |
str |
The id of the user who will receive an email about the role mining session |
[optional] |
| created_by |
RoleMiningSessionResponseCreatedBy |
|
[optional] |
| identity_count |
int |
The number of identities |
[optional] |
| saved |
bool |
The session's saved status |
[optional] [default to False] |
| name |
str |
The session's saved name |
[optional] |
| data_file_path |
str |
The data file path of the role mining session |
[optional] |
| id |
str |
Session Id for this role mining session |
[optional] |
| created_date |
datetime |
The date-time when this role mining session was created. |
[optional] |
| modified_date |
datetime |
The date-time when this role mining session was completed. |
[optional] |
| type |
RoleMiningRoleType |
|
[optional] |
| } |
|
|
|
Example
[Back to top]