Class: DatadogAPIClient::V2::WebhooksOAuth2ClientCredentialsResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::WebhooksOAuth2ClientCredentialsResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb
Overview
OAuth2 client credentials attributes returned by the API. The client_secret is never echoed.
Instance Attribute Summary collapse
-
#access_token_url ⇒ Object
URL of the OAuth2 access token endpoint.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#audience ⇒ Object
The intended audience for the OAuth2 access token.
-
#client_id ⇒ Object
The OAuth2 client ID issued by the authorization server.
-
#name ⇒ Object
Human-readable name for this auth method.
-
#protocol ⇒ Object
Authentication protocol used by the auth method.
-
#scope ⇒ Object
Space-separated list of OAuth2 scopes to request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_token_url ⇒ Object
URL of the OAuth2 access token endpoint.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 25 def access_token_url @access_token_url end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 42 def additional_properties @additional_properties end |
#audience ⇒ Object
The intended audience for the OAuth2 access token.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 28 def audience @audience end |
#client_id ⇒ Object
The OAuth2 client ID issued by the authorization server.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 31 def client_id @client_id end |
#name ⇒ Object
Human-readable name for this auth method.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 34 def name @name end |
#protocol ⇒ Object
Authentication protocol used by the auth method.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 37 def protocol @protocol end |
#scope ⇒ Object
Space-separated list of OAuth2 scopes to request.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb', line 40 def scope @scope end |