Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 595 Bytes

File metadata and controls

23 lines (16 loc) · 595 Bytes

RunnerAccessControl

a Runner 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 { RunnerAccessControl } from '@cosmotech/api-ts';

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

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