ServiceAccountsSort
Sorting options for the service accounts list. Specify a field and direction.
input ServiceAccountsSort {
field: ServiceAccountsSortField!
order: SortOrder!
}
Fields
ServiceAccountsSort.field ● ServiceAccountsSortField! non-null enum {#field}
The field to sort by.
ServiceAccountsSort.order ● SortOrder! non-null enum {#order}
Sort direction (ASC or DESC).
Member Of
serviceAccounts query