Class: DatadogAPIClient::V2::UserAuthorizedClientRelationships

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb

Overview

Relationships for 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.



33
34
35
# File 'lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb', line 33

def additional_properties
  @additional_properties
end

#oauth2_clientObject

Relationship to the OAuth2 client that was authorized.



25
26
27
# File 'lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb', line 25

def oauth2_client
  @oauth2_client
end

#scopesObject

Relationship to the scopes granted to the OAuth2 client.



28
29
30
# File 'lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb', line 28

def scopes
  @scopes
end

#userObject

Relationship to the user who granted this authorization.



31
32
33
# File 'lib/datadog_api_client/v2/models/user_authorized_client_relationships.rb', line 31

def user
  @user
end