{description}
The following tasks are available for {type} resources.
| Common task | HTTP method |
|---|---|
| Method name | GET /drive |
Here is a JSON representation of a {type} resource.
{
"id": "string",
"complexType": { "@type": "microsoft.graph.typeTemplate" },
}The {type} resource has these properties.
| Property name | Type | Description |
|---|---|---|
| id | string | The unique identifier for {type}. |
| complexType | typeTemplate | Complex type property with useful properties. |
The following table defines the relationships that the Drive resource has to other resources.
| Relationship name | Type | Description |
|---|---|---|
| items | Collection(driveItem) | All items contained in the drive. This collection cannot be enumerated. |