Skip to main content

Roleminingpotentialroleexportresponse

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]
export_idstrID used to reference this export[optional]
statusRoleminingpotentialroleexportstate[optional]
}

Example

from sailpoint.iai_role_mining.models.roleminingpotentialroleexportresponse import Roleminingpotentialroleexportresponse

roleminingpotentialroleexportresponse = Roleminingpotentialroleexportresponse(
min_entitlement_popularity=0,
include_common_access=True,
export_id='0c6cdb76-1227-4aaf-af21-192dbdfbfa04',
status='QUEUED'
)

[Back to top]