CommentDto1Author
Author of the comment
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | Enum [ 'IDENTITY' ] | The type of object | [optional] |
id | str | The unique ID of the object | [optional] |
name | str | The display name of the object | [optional] |
} |
Example
from sailpoint.beta.models.comment_dto1_author import CommentDto1Author
comment_dto1_author = CommentDto1Author(
type='IDENTITY',
id='2c9180847e25f377017e2ae8cae4650b',
name='john.doe'
)