Class: DatadogAPIClient::V1::SyntheticsBasicAuthOauthROP
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBasicAuthOauthROP
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb
Overview
Object to handle oauth rop
authentication when performing the test.
Instance Attribute Summary collapse
-
#access_token_url ⇒ Object
readonly
Access token URL to use when performing the authentication.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#audience ⇒ Object
Audience to use when performing the authentication.
-
#client_id ⇒ Object
Client ID to use when performing the authentication.
-
#client_secret ⇒ Object
Client secret to use when performing the authentication.
-
#password ⇒ Object
readonly
Password to use when performing the authentication.
-
#resource ⇒ Object
Resource to use when performing the authentication.
-
#scope ⇒ Object
Scope to use when performing the authentication.
-
#token_api_authentication ⇒ Object
readonly
Type of token to use when performing the authentication.
-
#type ⇒ Object
readonly
The type of basic authentication to use when performing the test.
-
#username ⇒ Object
readonly
Username to use when performing the authentication.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_token_url ⇒ Object
Access token URL to use when performing the authentication.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 25 def access_token_url @access_token_url end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 54 def additional_properties @additional_properties end |
#audience ⇒ Object
Audience to use when performing the authentication.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 28 def audience @audience end |
#client_id ⇒ Object
Client ID to use when performing the authentication.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 31 def client_id @client_id end |
#client_secret ⇒ Object
Client secret to use when performing the authentication.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 34 def client_secret @client_secret end |
#password ⇒ Object
Password to use when performing the authentication.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 37 def password @password end |
#resource ⇒ Object
Resource to use when performing the authentication.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 40 def resource @resource end |
#scope ⇒ Object
Scope to use when performing the authentication.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 43 def scope @scope end |
#token_api_authentication ⇒ Object
Type of token to use when performing the authentication.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 46 def token_api_authentication @token_api_authentication end |
#type ⇒ Object
The type of basic authentication to use when performing the test.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 49 def type @type end |
#username ⇒ Object
Username to use when performing the authentication.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb', line 52 def username @username end |