Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 749 Bytes

File metadata and controls

23 lines (16 loc) · 749 Bytes

RunnerSecurity

the Runner security information

Properties

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

Example

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

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

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