Class: DatadogAPIClient::V2::UserAuthorizedClientRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UserAuthorizedClientRelationships
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#oauth2_client ⇒ Object
readonly
Relationship to the OAuth2 client that was authorized.
-
#scopes ⇒ Object
readonly
Relationship to the scopes granted to the OAuth2 client.
-
#user ⇒ Object
readonly
Relationship to the user who granted this authorization.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_client ⇒ Object
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 |
#scopes ⇒ Object
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 |
#user ⇒ Object
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 |