Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 891 Bytes

OrganizationInvitationModel.md

File metadata and controls

20 lines (12 loc) · 891 Bytes

OrganizationInvitationModel

Properties

Name Type Description Notes
invitationId UUID The identifier of the Invitation. [optional]
email String The invited user's email address. [optional]
productId UUID The identifier of the Product the user was invited to. [optional]
productName String The name of the Product the user was invited to. [optional]
permissionGroupId Long The identifier of the Permission Group the user was invited to. [optional]
createdAt OffsetDateTime Creation time of the Invitation. [optional]
expired Boolean Determines whether the Invitation is expired. [optional]
expires OffsetDateTime Expiration time of the Invitation. [optional]