UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

61 lines 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MicrosoftSentinelDestination = void 0; /** * The `microsoft_sentinel` destination forwards logs to Microsoft Sentinel. */ class MicrosoftSentinelDestination { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return MicrosoftSentinelDestination.attributeTypeMap; } } exports.MicrosoftSentinelDestination = MicrosoftSentinelDestination; /** * @ignore */ MicrosoftSentinelDestination.attributeTypeMap = { clientId: { baseName: "client_id", type: "string", required: true, }, dcrImmutableId: { baseName: "dcr_immutable_id", type: "string", required: true, }, id: { baseName: "id", type: "string", required: true, }, inputs: { baseName: "inputs", type: "Array<string>", required: true, }, table: { baseName: "table", type: "string", required: true, }, tenantId: { baseName: "tenant_id", type: "string", required: true, }, type: { baseName: "type", type: "MicrosoftSentinelDestinationType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=MicrosoftSentinelDestination.js.map