Class: DatadogAPIClient::V1::SyntheticsBasicAuthOauthClient

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

Overview

Object to handle oauth client authentication when performing the test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#access_token_urlObject

Access token URL to use when performing the authentication.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 25

def access_token_url
  @access_token_url
end

#audienceObject

Audience to use when performing the authentication.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 28

def audience
  @audience
end

#client_idObject

Client ID to use when performing the authentication.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 31

def client_id
  @client_id
end

#client_secretObject

Client secret to use when performing the authentication.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 34

def client_secret
  @client_secret
end

#resourceObject

Resource to use when performing the authentication.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 37

def resource
  @resource
end

#scopeObject

Scope to use when performing the authentication.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 40

def scope
  @scope
end

#token_api_authenticationObject

Type of token to use when performing the authentication.



43
44
45
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 43

def token_api_authentication
  @token_api_authentication
end

#typeObject

The type of basic authentication to use when performing the test.



46
47
48
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb', line 46

def type
  @type
end