Interface PermissionRoleResponse

Hierarchy

  • PermissionRoleResponse

Properties

accessEntities: {
    id: number;
    self: string;
}[]
accessType: "TEAM" | "GLOBAL"
editable: boolean
id: number
name: string
permissions: {
    key: string;
}[]
permittedUsers: UserResponse[]
self: string

Generated using TypeDoc