Sha256: ac462e46ca331d3b2a4a9fc60739f462b98dca2dfc20ff89918ca3e08b56b76b
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# DatadogAPIClient::V1::SyntheticsBasicAuthWeb ## Properties | Name | Type | Description | Notes | | ------------ | --------------------------------------------------------------- | --------------------------------------------- | -------------------------- | | **password** | **String** | Password to use for the basic authentication. | | | **type** | [**SyntheticsBasicAuthWebType**](SyntheticsBasicAuthWebType.md) | | [default to 'web'] | | **username** | **String** | Username to use for the basic authentication. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBasicAuthWeb.new( password: , type: null, username: ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsBasicAuthWeb.md |