Interface PermissionPatch

interface PermissionPatch {
    endDate?: Date;
    owner: string;
    rights: string[];
    roles: string[];
    startDate?: Date;
    target: string;
}

Properties

endDate?: Date
owner: string
rights: string[]
roles: string[]
startDate?: Date
target: string