]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.model.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / auth / role-form / role-form.model.ts
1 export class RoleFormModel {
2 name: string;
3 description: string;
4 scopes_permissions: any;
5 }