Class: DatadogAPIClient::V2::WebhooksAuthMethodRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::WebhooksAuthMethodRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/webhooks_auth_method_relationships.rb
Overview
Relationships of a webhooks auth method to its protocol-specific resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#oauth2_client_credentials ⇒ Object
Relationship pointing to the OAuth2 client credentials resource for this auth method.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/webhooks_auth_method_relationships.rb', line 27 def additional_properties @additional_properties end |
#oauth2_client_credentials ⇒ Object
Relationship pointing to the OAuth2 client credentials resource for this auth method.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/webhooks_auth_method_relationships.rb', line 25 def oauth2_client_credentials @oauth2_client_credentials end |