Class: DatadogAPIClient::V2::OrgAuthorizedClientRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgAuthorizedClientRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_authorized_client_relationships.rb
Overview
Relationships for an org authorized client.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#oauth2_client ⇒ Object
readonly
Relationship to the OAuth2 client for this org authorized client.
-
#user_authorized_clients ⇒ Object
readonly
Relationship to the user authorized clients for this org authorized client.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationships.rb', line 30 def additional_properties @additional_properties end |
#oauth2_client ⇒ Object
Relationship to the OAuth2 client for this org authorized client.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationships.rb', line 25 def oauth2_client @oauth2_client end |
#user_authorized_clients ⇒ Object
Relationship to the user authorized clients for this org authorized client.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationships.rb', line 28 def @user_authorized_clients end |