Class: DatadogAPIClient::V1::SyntheticsBasicAuthSigv4

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#access_keyObject

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_propertiesObject

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

#regionObject

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_keyObject

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_nameObject

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_tokenObject

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

#typeObject

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