Share via


PurviewObjectId interface

PurviewObjectId

Properties

displayText

Display text

guid

The GUID of the object.

itemPath

Item path

name

Name

properties

Dictionary of <any>

resourceId

Resource Id

typeName

The name of the type.

uniqueAttributes

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>