Class: DatadogAPIClient::V2::OrgAuthorizedClientRelationships

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_clientObject

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_clientsObject

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
  @user_authorized_clients
end