Fields
| Field | Type | Required | Description |
|---|---|---|---|
Description | optionalnullable.OptionalNullable[string] | :heavy_minus_sign: | Free-form description, or null. |
Instructions | optionalnullable.OptionalNullable[string] | :heavy_minus_sign: | Standing instructions the intern boots with, or null. |
Name | string | :heavy_check_mark: | Intern name, unique per creator within the workspace. |
Provision | *bool | :heavy_minus_sign: | Start provisioning during this create operation. Defaults to false. |
VaultID | *string | :heavy_minus_sign: | Vault owned by another intern in this workspace to attach as a borrowed vault. |
WorkspaceID | string | :heavy_check_mark: | Workspace that will own the intern. It must match the API key workspace. |