UserInvitationPropertiesOutput interface
Properties of the user invitation type.
Properties
| expiration |
The time at which the invitation will expire. Represented in the standard date-time format as defined by RFC 3339 |
| notify | Whether or not the recipient was notified via email. |
| sender |
Email address of the sender. |
| sender |
Name of the sender |
| sender |
Tenant name of the sender |
| sent |
Gets the time at which the invitation was sent. Represented in the standard date-time format as defined by RFC 3339 |
| share |
Share status. |
| state | State of the resource |
| target |
The receiver email for the invitation is being sent. |
Property Details
expirationDate
The time at which the invitation will expire. Represented in the standard date-time format as defined by RFC 3339
expirationDate?: string
Property Value
string
notify
Whether or not the recipient was notified via email.
notify?: boolean
Property Value
boolean
senderEmail
Email address of the sender.
senderEmail?: string
Property Value
string
senderName
Name of the sender
senderName?: string
Property Value
string
senderTenantName
Tenant name of the sender
senderTenantName?: string
Property Value
string
sentAt
Gets the time at which the invitation was sent. Represented in the standard date-time format as defined by RFC 3339
sentAt?: string
Property Value
string
shareStatus
Share status.
shareStatus?: "Detached" | "Attached"
Property Value
"Detached" | "Attached"
state
State of the resource
state?: "Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"
Property Value
"Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"
targetEmail
The receiver email for the invitation is being sent.
targetEmail: string
Property Value
string