Class: DatadogAPIClient::V1::SyntheticsBasicAuthDigest

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

Overview

Object to handle digest authentication when performing the test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#passwordObject

Password to use for the digest authentication.



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

def password
  @password
end

#typeObject

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



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

def type
  @type
end

#usernameObject

Username to use for the digest authentication.



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

def username
  @username
end