Sort direction for ordering results.
enum Direction { ASC DESC }
ASC
Sort in ascending order (A to Z, oldest to newest)
DESC
Sort in descending order (Z to A, newest to oldest)
{} LogOrderBy.direction
{} OrderAppsBy.direction
{} IssuesSort.order
{} OrderBy.direction
{} SbomLibSortInput.order
{} RIssuesSort.order
{} DIssuesSort.order
{} CICDIssuesSort.order
{} ArtifactsSort.order
{} UnscannedArtifactSort.order
{} ApiSecurityOrderBy.direction
{} SaasBomOrderBy.direction
{} CloudItemsOrderBy.direction
Last updated 1 month ago