Sha256: 2c8b5ff377fc31777376d5f3fde74e78fcdad197151c9974cd147c884fb07239
Contents?: true
Size: 1.56 KB
Versions: 1
Compression:
Stored size: 1.56 KB
Contents
# DatadogAPIClient::V1::SyntheticsBasicAuthNTLM ## Properties | Name | Type | Description | Notes | | --------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------- | --------------------------- | | **domain** | **String** | Domain for the authentication to use when performing the test. | [optional] | | **password** | **String** | Password for the authentication to use when performing the test. | [optional] | | **type** | [**SyntheticsBasicAuthNTLMType**](SyntheticsBasicAuthNTLMType.md) | | [default to 'ntlm'] | | **username** | **String** | Username for the authentication to use when performing the test. | [optional] | | **workstation** | **String** | Workstation for the authentication to use when performing the test. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBasicAuthNTLM.new( domain: DOMAINNAME, password: examplepassword, type: null, username: joedoe, workstation: ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsBasicAuthNTLM.md |