Class: DatadogAPIClient::V1::SyntheticsBasicAuthNTLM

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

Overview

Object to handle ‘NTLM` authentication when performing the test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 39

def additional_properties
  @additional_properties
end

#domainObject

Domain for the authentication to use when performing the test.



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

def domain
  @domain
end

#passwordObject

Password for the authentication to use when performing the test.



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

def password
  @password
end

#typeObject

The type of authentication to use when performing the test.



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

def type
  @type
end

#usernameObject

Username for the authentication to use when performing the test.



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

def username
  @username
end

#workstationObject

Workstation for the authentication to use when performing the test.



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

def workstation
  @workstation
end