Skip to main content

CommentdtoAuthor

Author of the comment

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]The type of object[optional]
idstrThe unique ID of the object[optional]
namestrThe display name of the object[optional]
}

Example

from sailpoint.access_request_approvals.models.commentdto_author import CommentdtoAuthor

commentdto_author = CommentdtoAuthor(
type='IDENTITY',
id='2c9180847e25f377017e2ae8cae4650b',
name='john.doe'
)

[Back to top]