Class: DatadogAPIClient::V2::OrgAuthorizedClientRelationshipOAuth2ClientData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgAuthorizedClientRelationshipOAuth2ClientData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data.rb
Overview
Data identifying the OAuth2 client associated with this org authorized client.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The ID of the OAuth2 client.
-
#type ⇒ Object
readonly
OAuth2 client resource type.
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_relationship_o_auth2_client_data.rb', line 30 def additional_properties @additional_properties end |
#id ⇒ Object
The ID of the OAuth2 client.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data.rb', line 25 def id @id end |
#type ⇒ Object
OAuth2 client resource type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_authorized_client_relationship_o_auth2_client_data.rb', line 28 def type @type end |