plannerExternalReference resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The plannerExternalReference resource represents the metadata of a reference (attachments such as file, URL). It's the value of property-value pairs in the externalReferences object.
Properties
Property | Type | Description |
---|---|---|
alias | String | A name alias to describe the reference. |
lastModifiedBy | identitySet | Read-only. User ID by which this is last modified. |
lastModifiedDateTime | DateTimeOffset | Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z |
previewPriority | String | Used to set the relative priority order in which the reference will be shown as a preview on the task. |
type | String | Used to describe the type of the reference. Types include: PowerPoint , Word , Excel , Other . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"alias": "String",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"previewPriority": "String",
"type": "String"
}