MetadataSupportedValueDetail interface
The metadata supported value detail.
Properties
| display |
The display name. |
| id | The id of the metadata value |
| previous |
The previous value of the id field in case the data has changed. |
| priority | Priority of this metadata supported value. Lower number is given higher preference. |
| resource |
The list of associated resource types. |
| service |
The permanent guid for the service. Used when the id is a service name. |
Property Details
displayName
The display name.
displayName?: string
Property Value
string
id
The id of the metadata value
id?: string
Property Value
string
previousId
The previous value of the id field in case the data has changed.
previousId?: string
Property Value
string
priority
Priority of this metadata supported value. Lower number is given higher preference.
priority?: number
Property Value
number
resourceTypes
The list of associated resource types.
resourceTypes?: string[]
Property Value
string[]
serviceGuid
The permanent guid for the service. Used when the id is a service name.
serviceGuid?: string
Property Value
string