Class: DatadogAPIClient::V2::WebhooksAuthMethodRelationships

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_credentialsObject

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