plannerPlanConfiguration 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.
Represents the configuration of plannerPlan resources created for a businessScenario.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get | plannerPlanConfiguration | Read the properties and relationships of a plannerPlanConfiguration object. |
Update | plannerPlanConfiguration | Update the properties of a plannerPlanConfiguration object for a businessScenario. |
Properties
Property | Type | Description |
---|---|---|
buckets | plannerPlanConfigurationBucketDefinition collection | List the buckets that should be created in the plan. |
createdBy | identitySet | The identity of the creator of the plan configuration. |
createdDateTime | DateTimeOffset | The date and time when the plan configuration was created. 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 . |
defaultLanguage | String | The language code for the default language to be used for the names of the objects created for the plan. |
id | String | The unique identifier for the plan configuration. Inherited from entity. |
lastModifiedBy | identitySet | The identity of the user who last modified the plan configuration. |
lastModifiedDateTime | DateTimeOffset | The date and time when the plan configuration was 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 . |
Relationships
Relationship | Type | Description |
---|---|---|
localizations | plannerPlanConfigurationLocalization collection | Localized names for the plan configuration. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerPlanConfiguration",
"buckets": [{"@odata.type": "microsoft.graph.plannerPlanConfigurationBucketDefinition"}],
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"defaultLanguage": "String",
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)"
}