EntityCommonProperties interface  
Entity common property bag.
Properties
| additional | 
	A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| friendly | 
	The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		additionalData
	 
	A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
				Property Value
{[propertyName: string]: Record<string, unknown>}
		friendlyName
	 
	The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
				Property Value
string