Type alias HighSystemsResponseGetRoles

HighSystemsResponseGetRoles: {
    results: {
        canInvite?: boolean;
        defaultDashboard?: string;
        description?: string;
        id: string;
        isAdmin?: boolean;
        isLimitedAdmin?: boolean;
        name: string;
        readonly?: boolean;
        relatedApplication: string;
        relatedMenu?: string;
    }[];
    success: boolean;
}

Type declaration

  • results: {
        canInvite?: boolean;
        defaultDashboard?: string;
        description?: string;
        id: string;
        isAdmin?: boolean;
        isLimitedAdmin?: boolean;
        name: string;
        readonly?: boolean;
        relatedApplication: string;
        relatedMenu?: string;
    }[]
  • success: boolean

Generated using TypeDoc