Class: DatadogAPIClient::V2::UserAuthorizedClientAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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

#disabledObject

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_exercisedObject

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_atObject

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_disabledObject

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