Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/RoleMiningEntitlementRef.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
beta-role-mining-entitlement-ref RoleMiningEntitlementRef RoleMiningEntitlementRef RoleMiningEntitlementRef pythonsdk
python
Python
sdk
RoleMiningEntitlementRef
BetaRoleMiningEntitlementRef
/tools/sdk/python/beta/models/role-mining-entitlement-ref
SDK
Software Development Kit
RoleMiningEntitlementRef
BetaRoleMiningEntitlementRef

RoleMiningEntitlementRef

Properties

Name Type Description Notes
id str Id of the entitlement [optional]
name str Name of the entitlement [optional]
description str Description forthe entitlement [optional]
attribute str The entitlement attribute [optional]
}

Example

from sailpoint.beta.models.role_mining_entitlement_ref import RoleMiningEntitlementRef

role_mining_entitlement_ref = RoleMiningEntitlementRef(
id='2c91808a7e95e6e0017e96e2086206c8',
name='App.entitlement.1',
description='Entitlement 1',
attribute='groups'
)

[Back to top]