Class: DatadogAPIClient::V1::SyntheticsBasicAuthSigv4
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBasicAuthSigv4
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb
Overview
Object to handle ‘SIGV4` authentication when performing the test.
Instance Attribute Summary collapse
-
#access_key ⇒ Object
readonly
Access key for the ‘SIGV4` authentication.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#region ⇒ Object
Region for the ‘SIGV4` authentication.
-
#secret_key ⇒ Object
readonly
Secret key for the ‘SIGV4` authentication.
-
#service_name ⇒ Object
Service name for the ‘SIGV4` authentication.
-
#session_token ⇒ Object
Session token for the ‘SIGV4` authentication.
-
#type ⇒ Object
readonly
The type of authentication to use when performing the test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#access_key ⇒ Object
Access key for the ‘SIGV4` authentication.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 25 def access_key @access_key end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 42 def additional_properties @additional_properties end |
#region ⇒ Object
Region for the ‘SIGV4` authentication.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 28 def region @region end |
#secret_key ⇒ Object
Secret key for the ‘SIGV4` authentication.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 31 def secret_key @secret_key end |
#service_name ⇒ Object
Service name for the ‘SIGV4` authentication.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 34 def service_name @service_name end |
#session_token ⇒ Object
Session token for the ‘SIGV4` authentication.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 37 def session_token @session_token end |
#type ⇒ Object
The type of authentication to use when performing the test.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_sigv4.rb', line 40 def type @type end |