Skip to main content

Roleinsightsidentities

Properties

NameTypeDescriptionNotes
idstrId for identity[optional]
namestrName for identity[optional]
attributesmap[string]str[optional]
}

Example

from sailpoint.role_insights.models.roleinsightsidentities import Roleinsightsidentities

roleinsightsidentities = Roleinsightsidentities(
id='',
name='',
attributes={
'key' : ''
}
)

[Back to top]