InPlaceReceivedSharePropertiesOutput interface
Properties of in place received share.
Properties
| asset |
Location of the shared Asset. |
| asset |
The types of asset. |
| created |
Time at which the received share was created. Represented in the standard date-time format as defined by RFC 3339 |
| display |
Received Share Name |
| expiration |
The expiration date of the received share. Represented in the standard date-time format as defined by RFC 3339 |
| receiver |
Email of the user/receiver who received the sent share invitation |
| receiver |
Name of the user/receiver who received the sent share invitation |
| receiver |
Tenant name of the user/receiver who received the sent share invitation |
| sender |
Email of the sender who created the sent share invitation |
| sender |
Name of the sender who created the sent share invitation |
| sender |
Tenant name of the sender who created the sent share invitation |
| sent |
Share description. |
| shared |
Time at which the sent share was shared. Represented in the standard date-time format as defined by RFC 3339 |
| share |
Share status. |
| sink | Holds details on the destination of the mapped artifact |
| state | State of the resource |
Property Details
assetLocation
Location of the shared Asset.
assetLocation?: string
Property Value
string
assetStoreKind
The types of asset.
assetStoreKind?: "AdlsGen2Account" | "BlobAccount"
Property Value
"AdlsGen2Account" | "BlobAccount"
createdAt
Time at which the received share was created. Represented in the standard date-time format as defined by RFC 3339
createdAt?: string
Property Value
string
displayName
Received Share Name
displayName?: string
Property Value
string
expirationDate
The expiration date of the received share. Represented in the standard date-time format as defined by RFC 3339
expirationDate?: string
Property Value
string
receiverEmail
Email of the user/receiver who received the sent share invitation
receiverEmail?: string
Property Value
string
receiverName
Name of the user/receiver who received the sent share invitation
receiverName?: string
Property Value
string
receiverTenantName
Tenant name of the user/receiver who received the sent share invitation
receiverTenantName?: string
Property Value
string
senderEmail
Email of the sender who created the sent share invitation
senderEmail?: string
Property Value
string
senderName
Name of the sender who created the sent share invitation
senderName?: string
Property Value
string
senderTenantName
Tenant name of the sender who created the sent share invitation
senderTenantName?: string
Property Value
string
sentShareDescription
Share description.
sentShareDescription?: string
Property Value
string
sharedAt
Time at which the sent share was shared. Represented in the standard date-time format as defined by RFC 3339
sharedAt?: string
Property Value
string
shareStatus
Share status.
shareStatus?: "Detached" | "Attached"
Property Value
"Detached" | "Attached"
sink
state
State of the resource
state?: "Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"
Property Value
"Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"