Skip to main content

RoleMiningIdentityDistribution

Properties

NameTypeDescriptionNotes
attribute_namestrId of the potential role[optional]
distribution[]Dict[str, str][optional]
}

Example

from sailpoint.beta.models.role_mining_identity_distribution import RoleMiningIdentityDistribution

role_mining_identity_distribution = RoleMiningIdentityDistribution(
attribute_name='department',
distribution=[{attributeValue=NM Tier 3, count=6}]
)

[Back to top]