CreateItemPayload interface
- Extends
-
Omit<CreateItemPayload$1, "itemType">
Properties
item |
Inherited Properties
description | The description of the item |
display |
The display name of the item |
extended |
The extended properties of the item |
payload |
The content type of the workload payload |
sensitivity |
The sensitivity label of the item |
subfolder |
The parent subfolder id. |
workload |
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