Skip to main content

RoleInsightsIdentities

Properties

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

Example

from sailpoint.v2024.models.role_insights_identities import RoleInsightsIdentities

role_insights_identities = RoleInsightsIdentities(
id='',
name='',
attributes={
'key' : ''
}
)

[Back to top]