ProtectedItemModelUpdate interface
Protected item model update.
Properties
| id | Gets or sets the Id of the resource. |
| name | Gets or sets the name of the resource. |
| properties | Protected item model properties. |
| system |
Metadata pertaining to creation and last modification of the resource. |
| type | Gets or sets the type of the resource. |
Property Details
id
Gets or sets the Id of the resource.
id?: string
Property Value
string
name
Gets or sets the name of the resource.
name?: string
Property Value
string
properties
Protected item model properties.
properties?: ProtectedItemModelPropertiesUpdate
Property Value
systemData
Metadata pertaining to creation and last modification of the resource.
systemData?: SystemData
Property Value
type
Gets or sets the type of the resource.
type?: string
Property Value
string