Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 632 Bytes

File metadata and controls

23 lines (16 loc) · 632 Bytes

OrganizationAccessControl

Response object for organization access control

Properties

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

Example

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

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

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