Class: DatadogAPIClient::V2::GlobalOrgAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GlobalOrgAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/global_org_attributes.rb
Overview
Attributes of an organization associated with the authenticated user.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#org ⇒ Object
readonly
Organization information for a global organization association.
-
#redirect_url ⇒ Object
The login URL used to switch into the organization, if available.
-
#source_region ⇒ Object
readonly
The source region of the organization.
-
#user ⇒ Object
readonly
User information for a global organization association.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 36 def additional_properties @additional_properties end |
#org ⇒ Object
Organization information for a global organization association.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 25 def org @org end |
#redirect_url ⇒ Object
The login URL used to switch into the organization, if available.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 28 def redirect_url @redirect_url end |
#source_region ⇒ Object
The source region of the organization.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 31 def source_region @source_region end |
#user ⇒ Object
User information for a global organization association.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/global_org_attributes.rb', line 34 def user @user end |