Roleinsightsidentities
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Id for identity | [optional] |
| name | str | Name for identity | [optional] |
| attributes | map[string]str | [optional] | |
| } |
Example
from sailpoint.role_insights.models.roleinsightsidentities import Roleinsightsidentities
roleinsightsidentities = Roleinsightsidentities(
id='',
name='',
attributes={
'key' : ''
}
)