Skip to main content

RoleMiningIdentity

Properties

NameTypeDescriptionNotes
idstrId of the identity[optional]
namestrName of the identity[optional]
attributesmap[string]str[optional]
}

Example

from sailpoint.beta.models.role_mining_identity import RoleMiningIdentity

role_mining_identity = RoleMiningIdentity(
id='',
name='',
attributes={
'key' : ''
}
)

[Back to top]