Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 756 Bytes

File metadata and controls

23 lines (16 loc) · 756 Bytes

DatasetSecurity

the dataset security information

Properties

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

Example

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

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

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