Skip to main content

ApprovalidentityMembersInner

Properties

NameTypeDescriptionNotes
emailstrEmail of the member.[optional]
idstrID of the member.[optional]
namestrName of the member.[optional]
typestrType of the member.[optional]
}

Example

from sailpoint.approvals.models.approvalidentity_members_inner import ApprovalidentityMembersInner

approvalidentity_members_inner = ApprovalidentityMembersInner(
email='mail@mail.com',
id='17e633e7d57e481569df76323169deb6a',
name='Bob Neil',
type='IDENTITY'
)

[Back to top]