Class: DatadogAPIClient::V2::UserAuthorizedClientAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UserAuthorizedClientAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb
Overview
Attributes of a user authorized client.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The date and time this authorization was created.
-
#disabled ⇒ Object
readonly
Whether the user has disabled this authorization.
-
#last_exercised ⇒ Object
The date and time this authorization was last exercised.
-
#modified_at ⇒ Object
readonly
The date and time this authorization was last modified.
-
#org_disabled ⇒ Object
readonly
Whether the organization has disabled this authorization.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb', line 39 def additional_properties @additional_properties end |
#created_at ⇒ Object
The date and time this authorization was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb', line 25 def created_at @created_at end |
#disabled ⇒ Object
Whether the user has disabled this authorization.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb', line 28 def disabled @disabled end |
#last_exercised ⇒ Object
The date and time this authorization was last exercised.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb', line 31 def last_exercised @last_exercised end |
#modified_at ⇒ Object
The date and time this authorization was last modified.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb', line 34 def modified_at @modified_at end |
#org_disabled ⇒ Object
Whether the organization has disabled this authorization.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/user_authorized_client_attributes.rb', line 37 def org_disabled @org_disabled end |