Class: DatadogAPIClient::V2::AccessTokensType

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

Overview

Resource type returned by the access tokens list endpoint. Includes both personal and service access tokens.

Constant Summary collapse

PERSONAL_ACCESS_TOKENS =
"personal_access_tokens".freeze
SERVICE_ACCESS_TOKENS =
"service_access_tokens".freeze

Method Summary

Methods included from BaseEnumModel

included