Reviewer
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | The id of the reviewer. | [optional] |
name | str | The name of the reviewer. | [optional] |
str | The email of the reviewing identity. | [optional] | |
type | Enum [ 'IDENTITY' ] | The type of the reviewing identity. | [optional] |
created | datetime | The created date of the reviewing identity. | [optional] |
modified | datetime | The modified date of the reviewing identity. | [optional] |
} |
Example
from sailpoint.v2024.models.reviewer import Reviewer
reviewer = Reviewer(
id='ef38f94347e94562b5bb8424a56397d8',
name='Reviewer Name',
email='[email protected]',
type='IDENTITY',
created='2018-06-25T20:22:28.104Z',
modified='2018-06-25T20:22:28.104Z'
)