RoleMiningIdentity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Id of the identity | [optional] |
| name | str | Name of the identity | [optional] |
| attributes | map[string]str | [optional] | |
| } |
Example
from sailpoint.beta.models.role_mining_identity import RoleMiningIdentity
role_mining_identity = RoleMiningIdentity(
id='',
name='',
attributes={
'key' : ''
}
)