@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
41 lines • 987 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SyntheticsBasicAuthDigest = void 0;
/**
* Object to handle digest authentication when performing the test.
*/
class SyntheticsBasicAuthDigest {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return SyntheticsBasicAuthDigest.attributeTypeMap;
}
}
exports.SyntheticsBasicAuthDigest = SyntheticsBasicAuthDigest;
/**
* @ignore
*/
SyntheticsBasicAuthDigest.attributeTypeMap = {
password: {
baseName: "password",
type: "string",
required: true,
},
type: {
baseName: "type",
type: "SyntheticsBasicAuthDigestType",
required: true,
},
username: {
baseName: "username",
type: "string",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=SyntheticsBasicAuthDigest.js.map