Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 770 Bytes

File metadata and controls

23 lines (16 loc) · 770 Bytes

WorkspaceSecurity

The workspace security information

Properties

Name Type Description Notes
_default string The role by default [default to undefined]
accessControlList Array<WorkspaceAccessControl> The list which can access this Workspace with detailed access control information [default to undefined]

Example

import { WorkspaceSecurity } from '@cosmotech/api-ts';

const instance: WorkspaceSecurity = {
    _default,
    accessControlList,
};

[Back to Model list] [Back to API list] [Back to README]