UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

56 lines 1.63 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomDestinationResponseForwardDestinationMicrosoftSentinel = void 0; /** * The Microsoft Sentinel destination. */ class CustomDestinationResponseForwardDestinationMicrosoftSentinel { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CustomDestinationResponseForwardDestinationMicrosoftSentinel.attributeTypeMap; } } exports.CustomDestinationResponseForwardDestinationMicrosoftSentinel = CustomDestinationResponseForwardDestinationMicrosoftSentinel; /** * @ignore */ CustomDestinationResponseForwardDestinationMicrosoftSentinel.attributeTypeMap = { clientId: { baseName: "client_id", type: "string", required: true, }, dataCollectionEndpoint: { baseName: "data_collection_endpoint", type: "string", required: true, }, dataCollectionRuleId: { baseName: "data_collection_rule_id", type: "string", required: true, }, streamName: { baseName: "stream_name", type: "string", required: true, }, tenantId: { baseName: "tenant_id", type: "string", required: true, }, type: { baseName: "type", type: "CustomDestinationResponseForwardDestinationMicrosoftSentinelType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CustomDestinationResponseForwardDestinationMicrosoftSentinel.js.map