Skip to main content

RoleMiningPotentialRoleEntitlements

Properties

NameTypeDescriptionNotes
idstrId of the entitlement[optional]
namestrName of the entitlement[optional]
}

Example

from sailpoint.v2024.models.role_mining_potential_role_entitlements import RoleMiningPotentialRoleEntitlements

role_mining_potential_role_entitlements = RoleMiningPotentialRoleEntitlements(
id='{id=2c9180877212632a017228d5a796292c}',
name='{name=LauncherTest2}'
)

[Back to top]