Class: DatadogAPIClient::V2::WebhooksOAuth2ClientCredentialsUpdateAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb

Overview

OAuth2 client credentials attributes for an update request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#access_token_urlObject

URL of the OAuth2 access token endpoint.



25
26
27
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 25

def access_token_url
  @access_token_url
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



43
44
45
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 43

def additional_properties
  @additional_properties
end

#audienceObject

The intended audience for the OAuth2 access token.



28
29
30
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 28

def audience
  @audience
end

#client_idObject

The OAuth2 client ID issued by the authorization server.



31
32
33
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 31

def client_id
  @client_id
end

#client_secretObject

The OAuth2 client secret issued by the authorization server. Write-only; never returned by the API.



35
36
37
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 35

def client_secret
  @client_secret
end

#nameObject

Human-readable name for this auth method.



38
39
40
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 38

def name
  @name
end

#scopeObject

Space-separated list of OAuth2 scopes to request.



41
42
43
# File 'lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb', line 41

def scope
  @scope
end