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.v2024.models.role_insights_identities import RoleInsightsIdentities
role_insights_identities = RoleInsightsIdentities(
id='',
name='',
attributes={
'key' : ''
}
)