Sha256: 546b85da98c944507d5e513f8eaf265eb61d82d95b2a08dcef0a32f195e90662
Contents?: true
Size: 444 Bytes
Versions: 7
Compression:
Stored size: 444 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsBasicAuth ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **password** | **String** | Password to use for the basic authentication. | | | **username** | **String** | Username to use for the basic authentication. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBasicAuth.new( password: , username: ) ```
Version data entries
7 entries across 7 versions & 1 rubygems