TargetTypeProperties interface
Model that represents the base Target Type properties model.
Properties
| description | Localized string of the description. |
| display |
Localized string of the display name. |
| properties |
URL to retrieve JSON schema of the Target Type properties. |
| resource |
List of resource types this Target Type can extend. |
Property Details
description
Localized string of the description.
description?: string
Property Value
string
displayName
Localized string of the display name.
displayName?: string
Property Value
string
propertiesSchema
URL to retrieve JSON schema of the Target Type properties.
propertiesSchema?: string
Property Value
string
resourceTypes
List of resource types this Target Type can extend.
resourceTypes?: string[]
Property Value
string[]