Class: DatadogAPIClient::V2::PersonalAccessTokenAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PersonalAccessTokenAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/personal_access_token_attributes.rb
Overview
Attributes of a personal access token.
Instance Attribute Summary collapse
-
#_alias ⇒ Object
The alias (short identifier) of the personal access token.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Creation date of the personal access token.
-
#expires_at ⇒ Object
Expiration date of the personal access token.
-
#last_used_at ⇒ Object
Date the personal access token was last used.
-
#modified_at ⇒ Object
Date of last modification of the personal access token.
-
#name ⇒ Object
Name of the personal access token.
-
#public_portion ⇒ Object
The public portion of the personal access token.
-
#scopes ⇒ Object
Array of scopes granted to the personal access token.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
The alias (short identifier) of the personal access token.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 25 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 48 def additional_properties @additional_properties end |
#created_at ⇒ Object
Creation date of the personal access token.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 28 def created_at @created_at end |
#expires_at ⇒ Object
Expiration date of the personal access token.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 31 def expires_at @expires_at end |
#last_used_at ⇒ Object
Date the personal access token was last used.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 34 def last_used_at @last_used_at end |
#modified_at ⇒ Object
Date of last modification of the personal access token.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 37 def modified_at @modified_at end |
#name ⇒ Object
Name of the personal access token.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 40 def name @name end |
#public_portion ⇒ Object
The public portion of the personal access token.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 43 def public_portion @public_portion end |
#scopes ⇒ Object
Array of scopes granted to the personal access token.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/personal_access_token_attributes.rb', line 46 def scopes @scopes end |