InPlaceSentSharePropertiesOutput interface
Properties for InPlace sent share.
Properties
| artifact | A class for sent share artifact. |
| created |
Time at which the sent share was created. Represented in the standard date-time format as defined by RFC 3339 |
| depends |
List of shares on which the sent share depends. |
| description | Sent share description. |
| display |
The name of the sent share |
| sender |
Email of the sender who created the sent share. |
| sender |
Name of the sender who created the sent share. |
| sender |
Tenant name of the sender who created the sent share. |
| state | State of the resource |
Property Details
artifact
createdAt
Time at which the sent share was created. Represented in the standard date-time format as defined by RFC 3339
createdAt?: string
Property Value
string
dependsOn
List of shares on which the sent share depends.
dependsOn?: string[]
Property Value
string[]
description
Sent share description.
description?: string
Property Value
string
displayName
The name of the sent share
displayName: string
Property Value
string
senderEmail
Email of the sender who created the sent share.
senderEmail?: string
Property Value
string
senderName
Name of the sender who created the sent share.
senderName?: string
Property Value
string
senderTenantName
Tenant name of the sender who created the sent share.
senderTenantName?: string
Property Value
string
state
State of the resource
state?: "Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"
Property Value
"Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"