@datadog/datadog-api-client 1.36.0 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/README.md +5 -0
- package/dist/packages/datadog-api-client-common/configuration.js +3 -0
- package/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/dist/packages/datadog-api-client-common/servers.d.ts +2 -2
- package/dist/packages/datadog-api-client-common/servers.js.map +1 -1
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthWeb.d.ts +2 -2
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthWeb.js +0 -2
- package/dist/packages/datadog-api-client-v1/models/SyntheticsBasicAuthWeb.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/apis/TeamsApi.d.ts +93 -0
- package/dist/packages/datadog-api-client-v2/apis/TeamsApi.js +293 -0
- package/dist/packages/datadog-api-client-v2/apis/TeamsApi.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/index.d.ts +9 -1
- package/dist/packages/datadog-api-client-v2/index.js +49 -39
- package/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/AddMemberTeamRequest.d.ts +37 -0
- package/dist/packages/datadog-api-client-v2/models/AddMemberTeamRequest.js +31 -0
- package/dist/packages/datadog-api-client-v2/models/AddMemberTeamRequest.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.d.ts +3 -1
- package/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.js +3 -1
- package/dist/packages/datadog-api-client-v2/models/ChangeEventCustomAttributesAuthorType.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationRulePayload.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationRulePayload.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/CloudConfigurationRulePayload.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAction.d.ts +6 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAction.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/CloudWorkloadSecurityAgentRuleAction.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestination.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinel.d.ts +57 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinel.js +56 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinel.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinelType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinelType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinelType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestination.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinel.d.ts +57 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinel.js +56 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinel.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinelType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinelType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinelType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MemberTeam.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/MemberTeam.js +36 -0
- package/dist/packages/datadog-api-client-v2/models/MemberTeam.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/MemberTeamType.d.ts +11 -0
- package/dist/packages/datadog-api-client-v2/models/MemberTeamType.js +10 -0
- package/dist/packages/datadog-api-client-v2/models/MemberTeamType.js.map +1 -0
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +27 -1
- package/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleCase.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleCase.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleCase.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeCreate.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeCreate.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeCreate.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.d.ts +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.js +2 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleTypeRead.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleUpdatePayload.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleUpdatePayload.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringRuleUpdatePayload.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRulePayload.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRulePayload.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRulePayload.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleResponse.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleResponse.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringSignalRuleResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRulePayload.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRulePayload.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRulePayload.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleQuery.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleQuery.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleQuery.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.d.ts +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.js +8 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringStandardRuleResponse.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringThirdPartyRuleCase.d.ts +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringThirdPartyRuleCase.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/SecurityMonitoringThirdPartyRuleCase.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerGroupAttributes.d.ts +5 -0
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerGroupAttributes.js +4 -0
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerGroupAttributes.js.map +1 -1
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerSamplings.d.ts +41 -0
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerSamplings.js +35 -0
- package/dist/packages/datadog-api-client-v2/models/SensitiveDataScannerSamplings.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomDestinationForwardDestinationMicrosoftSentinel = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The Microsoft Sentinel destination.
|
|
6
|
+
*/
|
|
7
|
+
class CustomDestinationForwardDestinationMicrosoftSentinel {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return CustomDestinationForwardDestinationMicrosoftSentinel.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.CustomDestinationForwardDestinationMicrosoftSentinel = CustomDestinationForwardDestinationMicrosoftSentinel;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
CustomDestinationForwardDestinationMicrosoftSentinel.attributeTypeMap = {
|
|
21
|
+
clientId: {
|
|
22
|
+
baseName: "client_id",
|
|
23
|
+
type: "string",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
dataCollectionEndpoint: {
|
|
27
|
+
baseName: "data_collection_endpoint",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
dataCollectionRuleId: {
|
|
32
|
+
baseName: "data_collection_rule_id",
|
|
33
|
+
type: "string",
|
|
34
|
+
required: true,
|
|
35
|
+
},
|
|
36
|
+
streamName: {
|
|
37
|
+
baseName: "stream_name",
|
|
38
|
+
type: "string",
|
|
39
|
+
required: true,
|
|
40
|
+
},
|
|
41
|
+
tenantId: {
|
|
42
|
+
baseName: "tenant_id",
|
|
43
|
+
type: "string",
|
|
44
|
+
required: true,
|
|
45
|
+
},
|
|
46
|
+
type: {
|
|
47
|
+
baseName: "type",
|
|
48
|
+
type: "CustomDestinationForwardDestinationMicrosoftSentinelType",
|
|
49
|
+
required: true,
|
|
50
|
+
},
|
|
51
|
+
additionalProperties: {
|
|
52
|
+
baseName: "additionalProperties",
|
|
53
|
+
type: "any",
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=CustomDestinationForwardDestinationMicrosoftSentinel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDestinationForwardDestinationMicrosoftSentinel.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinel.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,oDAAoD;IAqF/D,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,oDAAoD,CAAC,gBAAgB,CAAC;IAC/E,CAAC;;AAnFH,oHAsFC;AAhDC;;GAEG;AACa,qEAAgB,GAAqB;IACnD,QAAQ,EAAE;QACR,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,sBAAsB,EAAE;QACtB,QAAQ,EAAE,0BAA0B;QACpC,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,yBAAyB;QACnC,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,0DAA0D;QAChE,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Type of the Microsoft Sentinel destination.
|
|
9
|
+
*/
|
|
10
|
+
export declare type CustomDestinationForwardDestinationMicrosoftSentinelType = typeof MICROSOFT_SENTINEL | UnparsedObject;
|
|
11
|
+
export declare const MICROSOFT_SENTINEL = "microsoft_sentinel";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.MICROSOFT_SENTINEL = void 0;
|
|
9
|
+
exports.MICROSOFT_SENTINEL = "microsoft_sentinel";
|
|
10
|
+
//# sourceMappingURL=CustomDestinationForwardDestinationMicrosoftSentinelType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDestinationForwardDestinationMicrosoftSentinelType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/CustomDestinationForwardDestinationMicrosoftSentinelType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAWU,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
|
package/dist/packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestination.d.ts
CHANGED
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { CustomDestinationResponseForwardDestinationElasticsearch } from "./CustomDestinationResponseForwardDestinationElasticsearch";
|
|
7
7
|
import { CustomDestinationResponseForwardDestinationHttp } from "./CustomDestinationResponseForwardDestinationHttp";
|
|
8
|
+
import { CustomDestinationResponseForwardDestinationMicrosoftSentinel } from "./CustomDestinationResponseForwardDestinationMicrosoftSentinel";
|
|
8
9
|
import { CustomDestinationResponseForwardDestinationSplunk } from "./CustomDestinationResponseForwardDestinationSplunk";
|
|
9
10
|
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
10
11
|
/**
|
|
11
12
|
* A custom destination's location to forward logs.
|
|
12
13
|
*/
|
|
13
|
-
export declare type CustomDestinationResponseForwardDestination = CustomDestinationResponseForwardDestinationHttp | CustomDestinationResponseForwardDestinationSplunk | CustomDestinationResponseForwardDestinationElasticsearch | UnparsedObject;
|
|
14
|
+
export declare type CustomDestinationResponseForwardDestination = CustomDestinationResponseForwardDestinationHttp | CustomDestinationResponseForwardDestinationSplunk | CustomDestinationResponseForwardDestinationElasticsearch | CustomDestinationResponseForwardDestinationMicrosoftSentinel | UnparsedObject;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { CustomDestinationResponseForwardDestinationMicrosoftSentinelType } from "./CustomDestinationResponseForwardDestinationMicrosoftSentinelType";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* The Microsoft Sentinel destination.
|
|
10
|
+
*/
|
|
11
|
+
export declare class CustomDestinationResponseForwardDestinationMicrosoftSentinel {
|
|
12
|
+
/**
|
|
13
|
+
* Client ID from the Datadog Azure integration.
|
|
14
|
+
*/
|
|
15
|
+
"clientId": string;
|
|
16
|
+
/**
|
|
17
|
+
* Azure data collection endpoint.
|
|
18
|
+
*/
|
|
19
|
+
"dataCollectionEndpoint": string;
|
|
20
|
+
/**
|
|
21
|
+
* Azure data collection rule ID.
|
|
22
|
+
*/
|
|
23
|
+
"dataCollectionRuleId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Azure stream name.
|
|
26
|
+
*/
|
|
27
|
+
"streamName": string;
|
|
28
|
+
/**
|
|
29
|
+
* Tenant ID from the Datadog Azure integration.
|
|
30
|
+
*/
|
|
31
|
+
"tenantId": string;
|
|
32
|
+
/**
|
|
33
|
+
* Type of the Microsoft Sentinel destination.
|
|
34
|
+
*/
|
|
35
|
+
"type": CustomDestinationResponseForwardDestinationMicrosoftSentinelType;
|
|
36
|
+
/**
|
|
37
|
+
* A container for additional, undeclared properties.
|
|
38
|
+
* This is a holder for any undeclared properties as specified with
|
|
39
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
40
|
+
*/
|
|
41
|
+
"additionalProperties"?: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @ignore
|
|
46
|
+
*/
|
|
47
|
+
"_unparsed"?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* @ignore
|
|
50
|
+
*/
|
|
51
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
52
|
+
/**
|
|
53
|
+
* @ignore
|
|
54
|
+
*/
|
|
55
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
56
|
+
constructor();
|
|
57
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomDestinationResponseForwardDestinationMicrosoftSentinel = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The Microsoft Sentinel destination.
|
|
6
|
+
*/
|
|
7
|
+
class CustomDestinationResponseForwardDestinationMicrosoftSentinel {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return CustomDestinationResponseForwardDestinationMicrosoftSentinel.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.CustomDestinationResponseForwardDestinationMicrosoftSentinel = CustomDestinationResponseForwardDestinationMicrosoftSentinel;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
CustomDestinationResponseForwardDestinationMicrosoftSentinel.attributeTypeMap = {
|
|
21
|
+
clientId: {
|
|
22
|
+
baseName: "client_id",
|
|
23
|
+
type: "string",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
dataCollectionEndpoint: {
|
|
27
|
+
baseName: "data_collection_endpoint",
|
|
28
|
+
type: "string",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
dataCollectionRuleId: {
|
|
32
|
+
baseName: "data_collection_rule_id",
|
|
33
|
+
type: "string",
|
|
34
|
+
required: true,
|
|
35
|
+
},
|
|
36
|
+
streamName: {
|
|
37
|
+
baseName: "stream_name",
|
|
38
|
+
type: "string",
|
|
39
|
+
required: true,
|
|
40
|
+
},
|
|
41
|
+
tenantId: {
|
|
42
|
+
baseName: "tenant_id",
|
|
43
|
+
type: "string",
|
|
44
|
+
required: true,
|
|
45
|
+
},
|
|
46
|
+
type: {
|
|
47
|
+
baseName: "type",
|
|
48
|
+
type: "CustomDestinationResponseForwardDestinationMicrosoftSentinelType",
|
|
49
|
+
required: true,
|
|
50
|
+
},
|
|
51
|
+
additionalProperties: {
|
|
52
|
+
baseName: "additionalProperties",
|
|
53
|
+
type: "any",
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=CustomDestinationResponseForwardDestinationMicrosoftSentinel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDestinationResponseForwardDestinationMicrosoftSentinel.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinel.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,4DAA4D;IAqFvE,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,4DAA4D,CAAC,gBAAgB,CAAC;IACvF,CAAC;;AAnFH,oIAsFC;AAhDC;;GAEG;AACa,6EAAgB,GAAqB;IACnD,QAAQ,EAAE;QACR,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,sBAAsB,EAAE;QACtB,QAAQ,EAAE,0BAA0B;QACpC,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,yBAAyB;QACnC,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,UAAU,EAAE;QACV,QAAQ,EAAE,aAAa;QACvB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,QAAQ,EAAE;QACR,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,kEAAkE;QACxE,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Type of the Microsoft Sentinel destination.
|
|
9
|
+
*/
|
|
10
|
+
export declare type CustomDestinationResponseForwardDestinationMicrosoftSentinelType = typeof MICROSOFT_SENTINEL | UnparsedObject;
|
|
11
|
+
export declare const MICROSOFT_SENTINEL = "microsoft_sentinel";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.MICROSOFT_SENTINEL = void 0;
|
|
9
|
+
exports.MICROSOFT_SENTINEL = "microsoft_sentinel";
|
|
10
|
+
//# sourceMappingURL=CustomDestinationResponseForwardDestinationMicrosoftSentinelType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomDestinationResponseForwardDestinationMicrosoftSentinelType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/CustomDestinationResponseForwardDestinationMicrosoftSentinelType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAWU,QAAA,kBAAkB,GAAG,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { MemberTeamType } from "./MemberTeamType";
|
|
7
|
+
import { AttributeTypeMap } from "../../datadog-api-client-common/util";
|
|
8
|
+
/**
|
|
9
|
+
* A member team
|
|
10
|
+
*/
|
|
11
|
+
export declare class MemberTeam {
|
|
12
|
+
/**
|
|
13
|
+
* The member team's identifier
|
|
14
|
+
*/
|
|
15
|
+
"id": string;
|
|
16
|
+
/**
|
|
17
|
+
* Member team type
|
|
18
|
+
*/
|
|
19
|
+
"type": MemberTeamType;
|
|
20
|
+
/**
|
|
21
|
+
* A container for additional, undeclared properties.
|
|
22
|
+
* This is a holder for any undeclared properties as specified with
|
|
23
|
+
* the 'additionalProperties' keyword in the OAS document.
|
|
24
|
+
*/
|
|
25
|
+
"additionalProperties"?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
31
|
+
"_unparsed"?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
static readonly attributeTypeMap: AttributeTypeMap;
|
|
36
|
+
/**
|
|
37
|
+
* @ignore
|
|
38
|
+
*/
|
|
39
|
+
static getAttributeTypeMap(): AttributeTypeMap;
|
|
40
|
+
constructor();
|
|
41
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MemberTeam = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* A member team
|
|
6
|
+
*/
|
|
7
|
+
class MemberTeam {
|
|
8
|
+
constructor() { }
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
static getAttributeTypeMap() {
|
|
13
|
+
return MemberTeam.attributeTypeMap;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.MemberTeam = MemberTeam;
|
|
17
|
+
/**
|
|
18
|
+
* @ignore
|
|
19
|
+
*/
|
|
20
|
+
MemberTeam.attributeTypeMap = {
|
|
21
|
+
id: {
|
|
22
|
+
baseName: "id",
|
|
23
|
+
type: "string",
|
|
24
|
+
required: true,
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
baseName: "type",
|
|
28
|
+
type: "MemberTeamType",
|
|
29
|
+
required: true,
|
|
30
|
+
},
|
|
31
|
+
additionalProperties: {
|
|
32
|
+
baseName: "additionalProperties",
|
|
33
|
+
type: "any",
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=MemberTeam.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MemberTeam.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/MemberTeam.ts"],"names":[],"mappings":";;;AASA;;GAEG;AACH,MAAa,UAAU;IAiDrB,gBAAsB,CAAC;IAPvB;;OAEG;IACH,MAAM,CAAC,mBAAmB;QACxB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AA/CH,gCAkDC;AA5BC;;GAEG;AACa,2BAAgB,GAAqB;IACnD,EAAE,EAAE;QACF,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;KACf;IACD,IAAI,EAAE;QACJ,QAAQ,EAAE,MAAM;QAChB,IAAI,EAAE,gBAAgB;QACtB,QAAQ,EAAE,IAAI;KACf;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,sBAAsB;QAChC,IAAI,EAAE,KAAK;KACZ;CACF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
3
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
4
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
5
|
+
*/
|
|
6
|
+
import { UnparsedObject } from "../../datadog-api-client-common/util";
|
|
7
|
+
/**
|
|
8
|
+
* Member team type
|
|
9
|
+
*/
|
|
10
|
+
export declare type MemberTeamType = typeof MEMBER_TEAMS | UnparsedObject;
|
|
11
|
+
export declare const MEMBER_TEAMS = "member_teams";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
4
|
+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
5
|
+
* Copyright 2020-Present Datadog, Inc.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.MEMBER_TEAMS = void 0;
|
|
9
|
+
exports.MEMBER_TEAMS = "member_teams";
|
|
10
|
+
//# sourceMappingURL=MemberTeamType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MemberTeamType.js","sourceRoot":"","sources":["../../../../packages/datadog-api-client-v2/models/MemberTeamType.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AASU,QAAA,YAAY,GAAG,cAAc,CAAC"}
|
|
@@ -63,6 +63,7 @@ const ActionQuerySpecObject_1 = require("./ActionQuerySpecObject");
|
|
|
63
63
|
const ActiveBillingDimensionsAttributes_1 = require("./ActiveBillingDimensionsAttributes");
|
|
64
64
|
const ActiveBillingDimensionsBody_1 = require("./ActiveBillingDimensionsBody");
|
|
65
65
|
const ActiveBillingDimensionsResponse_1 = require("./ActiveBillingDimensionsResponse");
|
|
66
|
+
const AddMemberTeamRequest_1 = require("./AddMemberTeamRequest");
|
|
66
67
|
const Advisory_1 = require("./Advisory");
|
|
67
68
|
const Annotation_1 = require("./Annotation");
|
|
68
69
|
const AnnotationDisplay_1 = require("./AnnotationDisplay");
|
|
@@ -452,6 +453,7 @@ const CustomDestinationCreateRequestDefinition_1 = require("./CustomDestinationC
|
|
|
452
453
|
const CustomDestinationElasticsearchDestinationAuth_1 = require("./CustomDestinationElasticsearchDestinationAuth");
|
|
453
454
|
const CustomDestinationForwardDestinationElasticsearch_1 = require("./CustomDestinationForwardDestinationElasticsearch");
|
|
454
455
|
const CustomDestinationForwardDestinationHttp_1 = require("./CustomDestinationForwardDestinationHttp");
|
|
456
|
+
const CustomDestinationForwardDestinationMicrosoftSentinel_1 = require("./CustomDestinationForwardDestinationMicrosoftSentinel");
|
|
455
457
|
const CustomDestinationForwardDestinationSplunk_1 = require("./CustomDestinationForwardDestinationSplunk");
|
|
456
458
|
const CustomDestinationHttpDestinationAuthBasic_1 = require("./CustomDestinationHttpDestinationAuthBasic");
|
|
457
459
|
const CustomDestinationHttpDestinationAuthCustomHeader_1 = require("./CustomDestinationHttpDestinationAuthCustomHeader");
|
|
@@ -460,6 +462,7 @@ const CustomDestinationResponseAttributes_1 = require("./CustomDestinationRespon
|
|
|
460
462
|
const CustomDestinationResponseDefinition_1 = require("./CustomDestinationResponseDefinition");
|
|
461
463
|
const CustomDestinationResponseForwardDestinationElasticsearch_1 = require("./CustomDestinationResponseForwardDestinationElasticsearch");
|
|
462
464
|
const CustomDestinationResponseForwardDestinationHttp_1 = require("./CustomDestinationResponseForwardDestinationHttp");
|
|
465
|
+
const CustomDestinationResponseForwardDestinationMicrosoftSentinel_1 = require("./CustomDestinationResponseForwardDestinationMicrosoftSentinel");
|
|
463
466
|
const CustomDestinationResponseForwardDestinationSplunk_1 = require("./CustomDestinationResponseForwardDestinationSplunk");
|
|
464
467
|
const CustomDestinationResponseHttpDestinationAuthBasic_1 = require("./CustomDestinationResponseHttpDestinationAuthBasic");
|
|
465
468
|
const CustomDestinationResponseHttpDestinationAuthCustomHeader_1 = require("./CustomDestinationResponseHttpDestinationAuthCustomHeader");
|
|
@@ -988,6 +991,7 @@ const LogsResponseMetadataPage_1 = require("./LogsResponseMetadataPage");
|
|
|
988
991
|
const LogsWarning_1 = require("./LogsWarning");
|
|
989
992
|
const MSTeamsIntegrationMetadata_1 = require("./MSTeamsIntegrationMetadata");
|
|
990
993
|
const MSTeamsIntegrationMetadataTeamsItem_1 = require("./MSTeamsIntegrationMetadataTeamsItem");
|
|
994
|
+
const MemberTeam_1 = require("./MemberTeam");
|
|
991
995
|
const Metadata_1 = require("./Metadata");
|
|
992
996
|
const Metric_1 = require("./Metric");
|
|
993
997
|
const MetricAllTags_1 = require("./MetricAllTags");
|
|
@@ -1650,6 +1654,7 @@ const SensitiveDataScannerRuleResponse_1 = require("./SensitiveDataScannerRuleRe
|
|
|
1650
1654
|
const SensitiveDataScannerRuleUpdate_1 = require("./SensitiveDataScannerRuleUpdate");
|
|
1651
1655
|
const SensitiveDataScannerRuleUpdateRequest_1 = require("./SensitiveDataScannerRuleUpdateRequest");
|
|
1652
1656
|
const SensitiveDataScannerRuleUpdateResponse_1 = require("./SensitiveDataScannerRuleUpdateResponse");
|
|
1657
|
+
const SensitiveDataScannerSamplings_1 = require("./SensitiveDataScannerSamplings");
|
|
1653
1658
|
const SensitiveDataScannerStandardPattern_1 = require("./SensitiveDataScannerStandardPattern");
|
|
1654
1659
|
const SensitiveDataScannerStandardPatternAttributes_1 = require("./SensitiveDataScannerStandardPatternAttributes");
|
|
1655
1660
|
const SensitiveDataScannerStandardPatternData_1 = require("./SensitiveDataScannerStandardPatternData");
|
|
@@ -2143,7 +2148,12 @@ const enumsMap = {
|
|
|
2143
2148
|
CaseSortableField: ["created_at", "priority", "status"],
|
|
2144
2149
|
CaseStatus: ["OPEN", "IN_PROGRESS", "CLOSED"],
|
|
2145
2150
|
CaseType: ["STANDARD"],
|
|
2146
|
-
ChangeEventCustomAttributesAuthorType: [
|
|
2151
|
+
ChangeEventCustomAttributesAuthorType: [
|
|
2152
|
+
"user",
|
|
2153
|
+
"system",
|
|
2154
|
+
"api",
|
|
2155
|
+
"automation",
|
|
2156
|
+
],
|
|
2147
2157
|
ChangeEventCustomAttributesChangedResourceType: [
|
|
2148
2158
|
"feature_flag",
|
|
2149
2159
|
"configuration",
|
|
@@ -2215,6 +2225,9 @@ const enumsMap = {
|
|
|
2215
2225
|
],
|
|
2216
2226
|
CustomDestinationForwardDestinationElasticsearchType: ["elasticsearch"],
|
|
2217
2227
|
CustomDestinationForwardDestinationHttpType: ["http"],
|
|
2228
|
+
CustomDestinationForwardDestinationMicrosoftSentinelType: [
|
|
2229
|
+
"microsoft_sentinel",
|
|
2230
|
+
],
|
|
2218
2231
|
CustomDestinationForwardDestinationSplunkType: ["splunk_hec"],
|
|
2219
2232
|
CustomDestinationHttpDestinationAuthBasicType: ["basic"],
|
|
2220
2233
|
CustomDestinationHttpDestinationAuthCustomHeaderType: ["custom_header"],
|
|
@@ -2222,6 +2235,9 @@ const enumsMap = {
|
|
|
2222
2235
|
"elasticsearch",
|
|
2223
2236
|
],
|
|
2224
2237
|
CustomDestinationResponseForwardDestinationHttpType: ["http"],
|
|
2238
|
+
CustomDestinationResponseForwardDestinationMicrosoftSentinelType: [
|
|
2239
|
+
"microsoft_sentinel",
|
|
2240
|
+
],
|
|
2225
2241
|
CustomDestinationResponseForwardDestinationSplunkType: ["splunk_hec"],
|
|
2226
2242
|
CustomDestinationResponseHttpDestinationAuthBasicType: ["basic"],
|
|
2227
2243
|
CustomDestinationResponseHttpDestinationAuthCustomHeaderType: [
|
|
@@ -2433,6 +2449,7 @@ const enumsMap = {
|
|
|
2433
2449
|
LogsSort: ["timestamp", "-timestamp"],
|
|
2434
2450
|
LogsSortOrder: ["asc", "desc"],
|
|
2435
2451
|
LogsStorageTier: ["indexes", "online-archives", "flex"],
|
|
2452
|
+
MemberTeamType: ["member_teams"],
|
|
2436
2453
|
MetricActiveConfigurationType: ["actively_queried_configurations"],
|
|
2437
2454
|
MetricBulkConfigureTagsType: ["metric_bulk_configure_tags"],
|
|
2438
2455
|
MetricContentEncoding: ["deflate", "zstd1", "gzip"],
|
|
@@ -2874,6 +2891,7 @@ const enumsMap = {
|
|
|
2874
2891
|
],
|
|
2875
2892
|
SecurityMonitoringRuleSeverity: ["info", "low", "medium", "high", "critical"],
|
|
2876
2893
|
SecurityMonitoringRuleTypeCreate: [
|
|
2894
|
+
"api_security",
|
|
2877
2895
|
"application_security",
|
|
2878
2896
|
"log_detection",
|
|
2879
2897
|
"workload_security",
|
|
@@ -2884,6 +2902,7 @@ const enumsMap = {
|
|
|
2884
2902
|
"workload_security",
|
|
2885
2903
|
"cloud_configuration",
|
|
2886
2904
|
"application_security",
|
|
2905
|
+
"api_security",
|
|
2887
2906
|
],
|
|
2888
2907
|
SecurityMonitoringRuleTypeTest: ["log_detection"],
|
|
2889
2908
|
SecurityMonitoringSignalArchiveReason: [
|
|
@@ -3221,6 +3240,7 @@ const typeMap = {
|
|
|
3221
3240
|
ActiveBillingDimensionsAttributes: ActiveBillingDimensionsAttributes_1.ActiveBillingDimensionsAttributes,
|
|
3222
3241
|
ActiveBillingDimensionsBody: ActiveBillingDimensionsBody_1.ActiveBillingDimensionsBody,
|
|
3223
3242
|
ActiveBillingDimensionsResponse: ActiveBillingDimensionsResponse_1.ActiveBillingDimensionsResponse,
|
|
3243
|
+
AddMemberTeamRequest: AddMemberTeamRequest_1.AddMemberTeamRequest,
|
|
3224
3244
|
Advisory: Advisory_1.Advisory,
|
|
3225
3245
|
Annotation: Annotation_1.Annotation,
|
|
3226
3246
|
AnnotationDisplay: AnnotationDisplay_1.AnnotationDisplay,
|
|
@@ -3610,6 +3630,7 @@ const typeMap = {
|
|
|
3610
3630
|
CustomDestinationElasticsearchDestinationAuth: CustomDestinationElasticsearchDestinationAuth_1.CustomDestinationElasticsearchDestinationAuth,
|
|
3611
3631
|
CustomDestinationForwardDestinationElasticsearch: CustomDestinationForwardDestinationElasticsearch_1.CustomDestinationForwardDestinationElasticsearch,
|
|
3612
3632
|
CustomDestinationForwardDestinationHttp: CustomDestinationForwardDestinationHttp_1.CustomDestinationForwardDestinationHttp,
|
|
3633
|
+
CustomDestinationForwardDestinationMicrosoftSentinel: CustomDestinationForwardDestinationMicrosoftSentinel_1.CustomDestinationForwardDestinationMicrosoftSentinel,
|
|
3613
3634
|
CustomDestinationForwardDestinationSplunk: CustomDestinationForwardDestinationSplunk_1.CustomDestinationForwardDestinationSplunk,
|
|
3614
3635
|
CustomDestinationHttpDestinationAuthBasic: CustomDestinationHttpDestinationAuthBasic_1.CustomDestinationHttpDestinationAuthBasic,
|
|
3615
3636
|
CustomDestinationHttpDestinationAuthCustomHeader: CustomDestinationHttpDestinationAuthCustomHeader_1.CustomDestinationHttpDestinationAuthCustomHeader,
|
|
@@ -3618,6 +3639,7 @@ const typeMap = {
|
|
|
3618
3639
|
CustomDestinationResponseDefinition: CustomDestinationResponseDefinition_1.CustomDestinationResponseDefinition,
|
|
3619
3640
|
CustomDestinationResponseForwardDestinationElasticsearch: CustomDestinationResponseForwardDestinationElasticsearch_1.CustomDestinationResponseForwardDestinationElasticsearch,
|
|
3620
3641
|
CustomDestinationResponseForwardDestinationHttp: CustomDestinationResponseForwardDestinationHttp_1.CustomDestinationResponseForwardDestinationHttp,
|
|
3642
|
+
CustomDestinationResponseForwardDestinationMicrosoftSentinel: CustomDestinationResponseForwardDestinationMicrosoftSentinel_1.CustomDestinationResponseForwardDestinationMicrosoftSentinel,
|
|
3621
3643
|
CustomDestinationResponseForwardDestinationSplunk: CustomDestinationResponseForwardDestinationSplunk_1.CustomDestinationResponseForwardDestinationSplunk,
|
|
3622
3644
|
CustomDestinationResponseHttpDestinationAuthBasic: CustomDestinationResponseHttpDestinationAuthBasic_1.CustomDestinationResponseHttpDestinationAuthBasic,
|
|
3623
3645
|
CustomDestinationResponseHttpDestinationAuthCustomHeader: CustomDestinationResponseHttpDestinationAuthCustomHeader_1.CustomDestinationResponseHttpDestinationAuthCustomHeader,
|
|
@@ -4146,6 +4168,7 @@ const typeMap = {
|
|
|
4146
4168
|
LogsWarning: LogsWarning_1.LogsWarning,
|
|
4147
4169
|
MSTeamsIntegrationMetadata: MSTeamsIntegrationMetadata_1.MSTeamsIntegrationMetadata,
|
|
4148
4170
|
MSTeamsIntegrationMetadataTeamsItem: MSTeamsIntegrationMetadataTeamsItem_1.MSTeamsIntegrationMetadataTeamsItem,
|
|
4171
|
+
MemberTeam: MemberTeam_1.MemberTeam,
|
|
4149
4172
|
Metadata: Metadata_1.Metadata,
|
|
4150
4173
|
Metric: Metric_1.Metric,
|
|
4151
4174
|
MetricAllTags: MetricAllTags_1.MetricAllTags,
|
|
@@ -4808,6 +4831,7 @@ const typeMap = {
|
|
|
4808
4831
|
SensitiveDataScannerRuleUpdate: SensitiveDataScannerRuleUpdate_1.SensitiveDataScannerRuleUpdate,
|
|
4809
4832
|
SensitiveDataScannerRuleUpdateRequest: SensitiveDataScannerRuleUpdateRequest_1.SensitiveDataScannerRuleUpdateRequest,
|
|
4810
4833
|
SensitiveDataScannerRuleUpdateResponse: SensitiveDataScannerRuleUpdateResponse_1.SensitiveDataScannerRuleUpdateResponse,
|
|
4834
|
+
SensitiveDataScannerSamplings: SensitiveDataScannerSamplings_1.SensitiveDataScannerSamplings,
|
|
4811
4835
|
SensitiveDataScannerStandardPattern: SensitiveDataScannerStandardPattern_1.SensitiveDataScannerStandardPattern,
|
|
4812
4836
|
SensitiveDataScannerStandardPatternAttributes: SensitiveDataScannerStandardPatternAttributes_1.SensitiveDataScannerStandardPatternAttributes,
|
|
4813
4837
|
SensitiveDataScannerStandardPatternData: SensitiveDataScannerStandardPatternData_1.SensitiveDataScannerStandardPatternData,
|
|
@@ -5144,6 +5168,7 @@ const oneOfMap = {
|
|
|
5144
5168
|
"CustomDestinationForwardDestinationHttp",
|
|
5145
5169
|
"CustomDestinationForwardDestinationSplunk",
|
|
5146
5170
|
"CustomDestinationForwardDestinationElasticsearch",
|
|
5171
|
+
"CustomDestinationForwardDestinationMicrosoftSentinel",
|
|
5147
5172
|
],
|
|
5148
5173
|
CustomDestinationHttpDestinationAuth: [
|
|
5149
5174
|
"CustomDestinationHttpDestinationAuthBasic",
|
|
@@ -5153,6 +5178,7 @@ const oneOfMap = {
|
|
|
5153
5178
|
"CustomDestinationResponseForwardDestinationHttp",
|
|
5154
5179
|
"CustomDestinationResponseForwardDestinationSplunk",
|
|
5155
5180
|
"CustomDestinationResponseForwardDestinationElasticsearch",
|
|
5181
|
+
"CustomDestinationResponseForwardDestinationMicrosoftSentinel",
|
|
5156
5182
|
],
|
|
5157
5183
|
CustomDestinationResponseHttpDestinationAuth: [
|
|
5158
5184
|
"CustomDestinationResponseHttpDestinationAuthBasic",
|