Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 607 Bytes

File metadata and controls

23 lines (16 loc) · 607 Bytes

WorkspaceAccessControl

A Workspace access control item

Properties

Name Type Description Notes
id string The identity id [default to undefined]
role string A role [default to undefined]

Example

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

const instance: WorkspaceAccessControl = {
    id,
    role,
};

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