UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

59 lines 1.41 kB
"use strict"; /** * Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License. * This product includes software developed at Datadog (https://www.datadoghq.com/). * Copyright 2020-Present Datadog, Inc. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SyntheticsSSLCertificateSubject = void 0; /** * Object describing the SSL certificate used for the test. */ class SyntheticsSSLCertificateSubject { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SyntheticsSSLCertificateSubject.attributeTypeMap; } } exports.SyntheticsSSLCertificateSubject = SyntheticsSSLCertificateSubject; /** * @ignore */ SyntheticsSSLCertificateSubject.attributeTypeMap = { C: { baseName: "C", type: "string", }, CN: { baseName: "CN", type: "string", }, L: { baseName: "L", type: "string", }, O: { baseName: "O", type: "string", }, OU: { baseName: "OU", type: "string", }, ST: { baseName: "ST", type: "string", }, altName: { baseName: "altName", type: "string", }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=SyntheticsSSLCertificateSubject.js.map