Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions src/utils/datatypes/globalDataTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,6 @@ export interface Netgroup {
hostcategory: string;
}

export interface RolesOld {
name: string;
description: string;
}

export interface Role {
cn: string;
description: string;
Expand All @@ -230,12 +225,6 @@ export interface Privilege {
description: string;
}

export interface HBACRulesOld {
name: string;
status: string;
description: string;
}

export interface HBACRule {
hostcategory: string;
servicecategory: string;
Expand Down Expand Up @@ -266,12 +255,6 @@ export interface HBACServiceGroup {
member_hbacsvc: string[];
}

export interface SudoRulesOld {
name: string;
status: string;
description: string;
}

export interface SudoRule {
cn: string;
ipaenabledflag: string; // "true" | "false"
Expand Down
Loading