PurviewObjectIdOutput interface
PurviewObjectId
الخصائص
| display |
عرض النص |
| guid | المعرف الفريد العمومي للكائن. |
| item |
مسار العنصر |
| name | اسم |
| properties | قاموس <أي> |
| resource |
معرف المورد |
| type |
اسم النوع. |
| unique |
السمات الفريدة للكائن. |
تفاصيل الخاصية
displayText
عرض النص
displayText?: string
قيمة الخاصية
string
guid
المعرف الفريد العمومي للكائن.
guid?: string
قيمة الخاصية
string
itemPath
مسار العنصر
itemPath?: string
قيمة الخاصية
string
name
اسم
name?: string
قيمة الخاصية
string
properties
قاموس <أي>
properties?: Record<string, any>
قيمة الخاصية
Record<string, any>
resourceId
معرف المورد
resourceId?: string
قيمة الخاصية
string
typeName
اسم النوع.
typeName?: string
قيمة الخاصية
string
uniqueAttributes
السمات الفريدة للكائن.
uniqueAttributes?: Record<string, any>
قيمة الخاصية
Record<string, any>