mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-05 13:56:41 +00:00
27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
![]() |
---
|
||
|
title: createDriveService
|
||
|
slug: /main-concepts/metadata-standard/schemas/api/services/createdriveservice
|
||
|
---
|
||
|
|
||
|
# CreateDriveServiceRequest
|
||
|
|
||
|
*Create Drive Service entity request*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`name`**: Name that identifies this drive service. Refer to *../../type/basic.json#/definitions/entityName*.
|
||
|
- **`displayName`** *(string)*: Display Name that identifies this drive service.
|
||
|
- **`description`**: Description of drive service entity. Refer to *../../type/basic.json#/definitions/markdown*.
|
||
|
- **`serviceType`**: Type of drive service. Refer to *../../entity/services/driveService.json#/definitions/driveServiceType*.
|
||
|
- **`connection`**: Refer to *../../entity/services/driveService.json#/definitions/driveConnection*.
|
||
|
- **`tags`** *(array)*: Tags for this Drive Service. Default: `None`.
|
||
|
- **Items**: Refer to *../../type/tagLabel.json*.
|
||
|
- **`owners`**: Owners of this Drive service. Refer to *../../type/entityReferenceList.json*. Default: `None`.
|
||
|
- **`dataProducts`** *(array)*: List of fully qualified names of data products this entity is part of.
|
||
|
- **Items**: Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
||
|
- **`domains`** *(array)*: Fully qualified names of the domains the Drive Service belongs to. Default: `None`.
|
||
|
- **Items**: Refer to *../../type/basic.json#/definitions/fullyQualifiedEntityName*.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.
|