Skip to main content

RoleMiningEntitlementRef

Properties

NameTypeDescriptionNotes
idstrId of the entitlement[optional]
namestrName of the entitlement[optional]
descriptionstrDescription forthe entitlement[optional]
attributestrThe 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]