Interface RequestTypePermissionCheckResponse

interface RequestTypePermissionCheckResponse {
    canAdminister?: number[];
    canCreateRequest?: number[];
}

Properties

canAdminister?: number[]

List of request type IDs for which the user has permission to administer.

canCreateRequest?: number[]

List of request type IDs for which the user can create requests.