Class: DatadogAPIClient::V2::OrgAuthorizedClientUserAuthorizationsSort

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/org_authorized_client_user_authorizations_sort.rb

Overview

Field to sort user authorizations by.

Constant Summary collapse

USER_NAME =
"user.name".freeze
USER_EMAIL =
"user.email".freeze
OAUTH2_CLIENT_NAME =
"oauth2_client.name".freeze

Method Summary

Methods included from BaseEnumModel

included