Skip to main content

RoleMiningPotentialRoleExportRequest

Properties

NameTypeDescriptionNotes
min_entitlement_popularityintThe minimum popularity among identities in the role which an entitlement must have to be included in the report[optional]
include_common_accessboolIf false, do not include entitlements that are highly popular among the entire orginization[optional]
}

Example

from sailpoint.beta.models.role_mining_potential_role_export_request import RoleMiningPotentialRoleExportRequest

role_mining_potential_role_export_request = RoleMiningPotentialRoleExportRequest(
min_entitlement_popularity=0,
include_common_access=True
)

[Back to top]