Skip to main content

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.

PropertyTypeDescription
apiVersionstring
kindstring
metadatamap
specSpec

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.

PropertyTypeDescription
descriptionstringThis description is optional but will drastically improve the understand of the AI assistant about the structural elements of the organization
contentManagerslist of stringA list of OrganizationUserGroup or OrganizationUser names to be granted the 'Content Manager' role on the shared drive.
managerslist of stringA list of OrganizationUserGroup or OrganizationUser names to be granted the 'Manager' role on the shared drive.
readerslist of stringA list of OrganizationUserGroup or OrganizationUser names to be granted the 'Reader' role on the shared drive.