InPlaceSentSharePropertiesOutput interface

Properties for InPlace sent share.

Properties

artifact

A class for sent share artifact.

createdAt

Time at which the sent share was created. Represented in the standard date-time format as defined by RFC 3339

dependsOn

List of shares on which the sent share depends.

description

Sent share description.

displayName

The name of the sent share

senderEmail

Email of the sender who created the sent share.

senderName

Name of the sender who created the sent share.

senderTenantName

Tenant name of the sender who created the sent share.

state

State of the resource

Property Details

artifact

A class for sent share artifact.

artifact: ArtifactOutput

Property Value

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"