CreateItemPayload interface

Extends

Omit<CreateItemPayload$1, "itemType">

Properties

itemType

Inherited Properties

description

The description of the item

displayName

The display name of the item

extendedProperties

The extended properties of the item

payloadContentType

The content type of the workload payload

sensitivityLabel

The sensitivity label of the item

subfolderId

The parent subfolder id.

workloadPayload

The workload payload of the item

Property Details

itemType

itemType: string

Property Value

string

Inherited Property Details

description

The description of the item

description?: string

Property Value

string

Inherited From Omit.description

displayName

The display name of the item

displayName: string

Property Value

string

Inherited From Omit.displayName

extendedProperties

The extended properties of the item

extendedProperties?: Record<string, unknown>

Property Value

Record<string, unknown>

Inherited From Omit.extendedProperties

payloadContentType

The content type of the workload payload

payloadContentType?: "InlineJson" | "InlinePlainText" | "InlineXml" | "InlineBase64"

Property Value

"InlineJson" | "InlinePlainText" | "InlineXml" | "InlineBase64"

Inherited From Omit.payloadContentType

sensitivityLabel

The sensitivity label of the item

sensitivityLabel?: SensitivityLabel

Property Value

SensitivityLabel

Inherited From Omit.sensitivityLabel

subfolderId

The parent subfolder id.

subfolderId?: number

Property Value

number

Inherited From Omit.subfolderId

workloadPayload

The workload payload of the item

workloadPayload?: string

Property Value

string

Inherited From Omit.workloadPayload