documentCreatorDefaultRole property
The default role for the person who create a document.
Optional. Possible string values are:
- "DOCUMENT_CREATOR_DEFAULT_ROLE_UNSPECIFIED" : Unspecified, will be default to document admin role.
- "DOCUMENT_ADMIN" : Document Admin, same as contentwarehouse.googleapis.com/documentAdmin.
- "DOCUMENT_EDITOR" : Document Editor, same as contentwarehouse.googleapis.com/documentEditor.
- "DOCUMENT_VIEWER" : Document Viewer, same as contentwarehouse.googleapis.com/documentViewer.
Implementation
core.String? documentCreatorDefaultRole;