Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 629 Bytes

File metadata and controls

23 lines (16 loc) · 629 Bytes

ComponentRolePermissions

A RBAC by component

Properties

Name Type Description Notes
component string [default to undefined]
roles { [key: string]: Array<string>; } [default to undefined]

Example

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

const instance: ComponentRolePermissions = {
    component,
    roles,
};

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