Skip to content

Commit

Permalink
add subkind and permissionSets to UnifiedResourceApp
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghermit authored and github-actions committed Dec 14, 2024
1 parent cff9058 commit 7c850dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/packages/shared/components/UnifiedResources/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { ResourceLabel } from 'teleport/services/agents';

import { ResourceIconName } from 'design/ResourceIcon';
import { Icon } from 'design/Icon';
import { AppSubKind, PermissionSet } from 'teleport/services/apps';

import { DbProtocol } from 'shared/services/databases';
import { NodeSubKind } from 'shared/services';
Expand All @@ -37,6 +38,8 @@ export type UnifiedResourceApp = {
friendlyName?: string;
samlApp: boolean;
requiresRequest?: boolean;
subKind?: AppSubKind;
permissionSets?: PermissionSet[];
};

export interface UnifiedResourceDatabase {
Expand Down

0 comments on commit 7c850dc

Please sign in to comment.