ServiceInvitationPropertiesOutput 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 |
| 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 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
Property Value
string
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"
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