PurviewObjectId interface
PurviewObjectId
Properties
| display |
Display text |
| guid | The GUID of the object. |
| item |
Item path |
| name | Name |
| properties | Dictionary of <any> |
| resource |
Resource Id |
| type |
The name of the type. |
| unique |
The unique attributes of the object. |
Property Details
displayText
Display text
displayText?: string
Property Value
string
guid
The GUID of the object.
guid?: string
Property Value
string
itemPath
Item path
itemPath?: string
Property Value
string
name
Name
name?: string
Property Value
string
properties
Dictionary of <any>
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
resourceId
Resource Id
resourceId?: string
Property Value
string
typeName
The name of the type.
typeName?: string
Property Value
string
uniqueAttributes
The unique attributes of the object.
uniqueAttributes?: Record<string, unknown>
Property Value
Record<string, unknown>