ServiceInvitationProperties interface
Properties of the service invitation type.
Properties
| expiration |
The time at which the invitation will expire. Represented in the standard date-time format as defined by RFC 3339 |
| share |
Share status. |
| target |
The target azure active directory id the invitation is sent to. Value may contain a UUID |
| target |
The target object id in the azure active directory the invitation is sent to. Value may contain a UUID |
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 | Date
Property Value
string | Date
shareStatus
Share status.
shareStatus?: "Detached" | "Attached"
Property Value
"Detached" | "Attached"
targetActiveDirectoryId
The target azure active directory id the invitation is sent to.
Value may contain a UUID
targetActiveDirectoryId: string
Property Value
string
targetObjectId
The target object id in the azure active directory the invitation is sent to.
Value may contain a UUID
targetObjectId: string
Property Value
string