# Drive

Output type representing a created SharePoint drive.

> Kind: Apex type · Updated: 2026-07-01

This custom Apex type represents the output of the Client.createSharePointDrive() method.

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | String | optional | The Id of the created drive. |
| externalUrl | String | optional | The external URL of the created drive. |
