Organization Drive
OrganizationDrive
Defines the high-level intent for a managed shared drive within the organization.
Provides a collaborative storage space for teams, with access permissions systematically managed as code during platform rendering.
| Property | Type | Description |
|---|---|---|
| apiVersion | string | |
| kind | string | |
| metadata | map | |
| spec | Spec |
Spec
Contains the user-defined configuration for the shared drive and its permissions. Encapsulates the assigned role bindings (Managers, Content Managers, Readers) mapping back to organization users and groups.
| Property | Type | Description |
|---|---|---|
| description | string | This description is optional but will drastically improve the understand of the AI assistant about the structural elements of the organization |
| contentManagers | list of string | A list of OrganizationUserGroup or OrganizationUser names to be granted the 'Content Manager' role on the shared drive. |
| managers | list of string | A list of OrganizationUserGroup or OrganizationUser names to be granted the 'Manager' role on the shared drive. |
| readers | list of string | A list of OrganizationUserGroup or OrganizationUser names to be granted the 'Reader' role on the shared drive. |