Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 614 Bytes

File metadata and controls

23 lines (16 loc) · 614 Bytes

SolutionAccessControl

A Solution access control item

Properties

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

Example

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

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

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