CustomAttributesSortField
Fields available for sorting the custom attributes list.
enum CustomAttributesSortField {
KEY
SCOPE
CREATED_AT
}
Values​
CustomAttributesSortField.KEY {#key}​
Sort alphabetically by attribute key name (A-Z or Z-A).
CustomAttributesSortField.SCOPE {#scope}​
Sort by resource scope level.
CustomAttributesSortField.CREATED_AT {#created-at}​
Sort by creation date (oldest first or newest first).
Member Of​
CustomAttributesSort input