Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/RoleMiningSessionResponseCreatedBy.md
2025-02-20 12:59:19 -05:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-role-mining-session-response-created-by RoleMiningSessionResponseCreatedBy RoleMiningSessionResponseCreatedBy RoleMiningSessionResponseCreatedBy pythonsdk
python
Python
sdk
RoleMiningSessionResponseCreatedBy
V2024RoleMiningSessionResponseCreatedBy
/tools/sdk/python/v2024/models/role-mining-session-response-created-by
SDK
Software Development Kit
RoleMiningSessionResponseCreatedBy
V2024RoleMiningSessionResponseCreatedBy

RoleMiningSessionResponseCreatedBy

The session created by details

Properties

Name Type Description Notes
id str ID of the creator [optional]
display_name str The display name of the creator [optional]
}

Example

from sailpoint.v2024.models.role_mining_session_response_created_by import RoleMiningSessionResponseCreatedBy

role_mining_session_response_created_by = RoleMiningSessionResponseCreatedBy(
id='2c918090761a5aac0176215c46a62d58',
display_name='Ashley.Pierce'
)

[Back to top]