@azure/arm-security 6.0.0-beta.1 → 6.0.0-beta.2
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 +35 -5
- package/README.md +7 -7
- package/dist/index.js +2502 -1258
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/adaptiveApplicationControlsPutSample.js +6 -6
- package/dist-esm/samples-dev/adaptiveApplicationControlsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/apiCollectionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/apiCollectionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/apiCollectionGetSample.js +32 -0
- package/dist-esm/samples-dev/apiCollectionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/apiCollectionListSample.d.ts +2 -0
- package/dist-esm/samples-dev/apiCollectionListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/apiCollectionListSample.js +45 -0
- package/dist-esm/samples-dev/apiCollectionListSample.js.map +1 -0
- package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.js +32 -0
- package/dist-esm/samples-dev/apiCollectionOffboardingDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.js +32 -0
- package/dist-esm/samples-dev/apiCollectionOnboardingCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/connectorsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/securityConnectorsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/securityConnectorsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/securityConnectorsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/securityConnectorsGetSample.js +1 -1
- package/dist-esm/samples-dev/securityConnectorsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/securityConnectorsListSample.js +1 -1
- package/dist-esm/samples-dev/securityConnectorsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/securityContactsCreateSample.js +1 -1
- package/dist-esm/samples-dev/securityContactsCreateSample.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +151 -47
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +10 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +16 -5
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +227 -107
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +55 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/aPICollection.d.ts +56 -0
- package/dist-esm/src/operations/aPICollection.d.ts.map +1 -0
- package/dist-esm/src/operations/aPICollection.js +191 -0
- package/dist-esm/src/operations/aPICollection.js.map +1 -0
- package/dist-esm/src/operations/aPICollectionOffboarding.d.ts +23 -0
- package/dist-esm/src/operations/aPICollectionOffboarding.d.ts.map +1 -0
- package/dist-esm/src/operations/aPICollectionOffboarding.js +56 -0
- package/dist-esm/src/operations/aPICollectionOffboarding.js.map +1 -0
- package/dist-esm/src/operations/aPICollectionOnboarding.d.ts +24 -0
- package/dist-esm/src/operations/aPICollectionOnboarding.d.ts.map +1 -0
- package/dist-esm/src/operations/aPICollectionOnboarding.js +58 -0
- package/dist-esm/src/operations/aPICollectionOnboarding.js.map +1 -0
- package/dist-esm/src/operations/adaptiveNetworkHardenings.d.ts.map +1 -1
- package/dist-esm/src/operations/adaptiveNetworkHardenings.js +19 -7
- package/dist-esm/src/operations/adaptiveNetworkHardenings.js.map +1 -1
- package/dist-esm/src/operations/alerts.d.ts.map +1 -1
- package/dist-esm/src/operations/alerts.js +73 -28
- package/dist-esm/src/operations/alerts.js.map +1 -1
- package/dist-esm/src/operations/alertsSuppressionRules.d.ts.map +1 -1
- package/dist-esm/src/operations/alertsSuppressionRules.js +19 -7
- package/dist-esm/src/operations/alertsSuppressionRules.js.map +1 -1
- package/dist-esm/src/operations/allowedConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/allowedConnections.js +37 -14
- package/dist-esm/src/operations/allowedConnections.js.map +1 -1
- package/dist-esm/src/operations/applications.d.ts.map +1 -1
- package/dist-esm/src/operations/applications.js +19 -7
- package/dist-esm/src/operations/applications.js.map +1 -1
- package/dist-esm/src/operations/assessments.d.ts.map +1 -1
- package/dist-esm/src/operations/assessments.js +19 -7
- package/dist-esm/src/operations/assessments.js.map +1 -1
- package/dist-esm/src/operations/assessmentsMetadata.d.ts.map +1 -1
- package/dist-esm/src/operations/assessmentsMetadata.js +37 -14
- package/dist-esm/src/operations/assessmentsMetadata.js.map +1 -1
- package/dist-esm/src/operations/autoProvisioningSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/autoProvisioningSettings.js +19 -7
- package/dist-esm/src/operations/autoProvisioningSettings.js.map +1 -1
- package/dist-esm/src/operations/automations.d.ts.map +1 -1
- package/dist-esm/src/operations/automations.js +37 -14
- package/dist-esm/src/operations/automations.js.map +1 -1
- package/dist-esm/src/operations/complianceResults.d.ts.map +1 -1
- package/dist-esm/src/operations/complianceResults.js +19 -7
- package/dist-esm/src/operations/complianceResults.js.map +1 -1
- package/dist-esm/src/operations/compliances.d.ts.map +1 -1
- package/dist-esm/src/operations/compliances.js +19 -7
- package/dist-esm/src/operations/compliances.js.map +1 -1
- package/dist-esm/src/operations/connectors.d.ts.map +1 -1
- package/dist-esm/src/operations/connectors.js +19 -7
- package/dist-esm/src/operations/connectors.js.map +1 -1
- package/dist-esm/src/operations/customAssessmentAutomations.d.ts.map +1 -1
- package/dist-esm/src/operations/customAssessmentAutomations.js +37 -14
- package/dist-esm/src/operations/customAssessmentAutomations.js.map +1 -1
- package/dist-esm/src/operations/customEntityStoreAssignments.d.ts.map +1 -1
- package/dist-esm/src/operations/customEntityStoreAssignments.js +37 -14
- package/dist-esm/src/operations/customEntityStoreAssignments.js.map +1 -1
- package/dist-esm/src/operations/deviceSecurityGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/deviceSecurityGroups.js +19 -7
- package/dist-esm/src/operations/deviceSecurityGroups.js.map +1 -1
- package/dist-esm/src/operations/discoveredSecuritySolutions.d.ts.map +1 -1
- package/dist-esm/src/operations/discoveredSecuritySolutions.js +37 -14
- package/dist-esm/src/operations/discoveredSecuritySolutions.js.map +1 -1
- package/dist-esm/src/operations/externalSecuritySolutions.d.ts.map +1 -1
- package/dist-esm/src/operations/externalSecuritySolutions.js +37 -14
- package/dist-esm/src/operations/externalSecuritySolutions.js.map +1 -1
- package/dist-esm/src/operations/governanceAssignments.d.ts.map +1 -1
- package/dist-esm/src/operations/governanceAssignments.js +19 -7
- package/dist-esm/src/operations/governanceAssignments.js.map +1 -1
- package/dist-esm/src/operations/governanceRuleOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/governanceRuleOperations.js +19 -7
- package/dist-esm/src/operations/governanceRuleOperations.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/informationProtectionPolicies.d.ts.map +1 -1
- package/dist-esm/src/operations/informationProtectionPolicies.js +19 -7
- package/dist-esm/src/operations/informationProtectionPolicies.js.map +1 -1
- package/dist-esm/src/operations/ingestionSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/ingestionSettings.js +19 -7
- package/dist-esm/src/operations/ingestionSettings.js.map +1 -1
- package/dist-esm/src/operations/iotSecuritySolution.d.ts.map +1 -1
- package/dist-esm/src/operations/iotSecuritySolution.js +37 -14
- package/dist-esm/src/operations/iotSecuritySolution.js.map +1 -1
- package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.d.ts.map +1 -1
- package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js +19 -7
- package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.js.map +1 -1
- package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.d.ts.map +1 -1
- package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.js +19 -7
- package/dist-esm/src/operations/iotSecuritySolutionsAnalyticsRecommendation.js.map +1 -1
- package/dist-esm/src/operations/jitNetworkAccessPolicies.d.ts.map +1 -1
- package/dist-esm/src/operations/jitNetworkAccessPolicies.js +73 -28
- package/dist-esm/src/operations/jitNetworkAccessPolicies.js.map +1 -1
- package/dist-esm/src/operations/locations.d.ts.map +1 -1
- package/dist-esm/src/operations/locations.js +19 -7
- package/dist-esm/src/operations/locations.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -7
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/regulatoryComplianceAssessments.d.ts.map +1 -1
- package/dist-esm/src/operations/regulatoryComplianceAssessments.js +19 -7
- package/dist-esm/src/operations/regulatoryComplianceAssessments.js.map +1 -1
- package/dist-esm/src/operations/regulatoryComplianceControls.d.ts.map +1 -1
- package/dist-esm/src/operations/regulatoryComplianceControls.js +19 -7
- package/dist-esm/src/operations/regulatoryComplianceControls.js.map +1 -1
- package/dist-esm/src/operations/regulatoryComplianceStandards.d.ts.map +1 -1
- package/dist-esm/src/operations/regulatoryComplianceStandards.js +19 -7
- package/dist-esm/src/operations/regulatoryComplianceStandards.js.map +1 -1
- package/dist-esm/src/operations/secureScoreControlDefinitions.d.ts.map +1 -1
- package/dist-esm/src/operations/secureScoreControlDefinitions.js +37 -14
- package/dist-esm/src/operations/secureScoreControlDefinitions.js.map +1 -1
- package/dist-esm/src/operations/secureScoreControls.d.ts.map +1 -1
- package/dist-esm/src/operations/secureScoreControls.js +37 -14
- package/dist-esm/src/operations/secureScoreControls.js.map +1 -1
- package/dist-esm/src/operations/secureScores.d.ts.map +1 -1
- package/dist-esm/src/operations/secureScores.js +19 -7
- package/dist-esm/src/operations/secureScores.js.map +1 -1
- package/dist-esm/src/operations/securityConnectorApplications.d.ts.map +1 -1
- package/dist-esm/src/operations/securityConnectorApplications.js +19 -7
- package/dist-esm/src/operations/securityConnectorApplications.js.map +1 -1
- package/dist-esm/src/operations/securityConnectorGovernanceRule.d.ts.map +1 -1
- package/dist-esm/src/operations/securityConnectorGovernanceRule.js +19 -7
- package/dist-esm/src/operations/securityConnectorGovernanceRule.js.map +1 -1
- package/dist-esm/src/operations/securityConnectors.d.ts.map +1 -1
- package/dist-esm/src/operations/securityConnectors.js +37 -14
- package/dist-esm/src/operations/securityConnectors.js.map +1 -1
- package/dist-esm/src/operations/securityContacts.d.ts.map +1 -1
- package/dist-esm/src/operations/securityContacts.js +19 -7
- package/dist-esm/src/operations/securityContacts.js.map +1 -1
- package/dist-esm/src/operations/securitySolutions.d.ts.map +1 -1
- package/dist-esm/src/operations/securitySolutions.js +19 -7
- package/dist-esm/src/operations/securitySolutions.js.map +1 -1
- package/dist-esm/src/operations/settings.d.ts.map +1 -1
- package/dist-esm/src/operations/settings.js +19 -7
- package/dist-esm/src/operations/settings.js.map +1 -1
- package/dist-esm/src/operations/softwareInventories.d.ts.map +1 -1
- package/dist-esm/src/operations/softwareInventories.js +37 -14
- package/dist-esm/src/operations/softwareInventories.js.map +1 -1
- package/dist-esm/src/operations/subAssessments.d.ts.map +1 -1
- package/dist-esm/src/operations/subAssessments.js +37 -14
- package/dist-esm/src/operations/subAssessments.js.map +1 -1
- package/dist-esm/src/operations/tasks.d.ts.map +1 -1
- package/dist-esm/src/operations/tasks.js +55 -21
- package/dist-esm/src/operations/tasks.js.map +1 -1
- package/dist-esm/src/operations/topology.d.ts.map +1 -1
- package/dist-esm/src/operations/topology.js +37 -14
- package/dist-esm/src/operations/topology.js.map +1 -1
- package/dist-esm/src/operations/workspaceSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/workspaceSettings.js +19 -7
- package/dist-esm/src/operations/workspaceSettings.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/aPICollection.d.ts +28 -0
- package/dist-esm/src/operationsInterfaces/aPICollection.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPICollection.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPICollection.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOffboarding.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPICollectionOnboarding.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/securityCenter.d.ts +4 -1
- package/dist-esm/src/securityCenter.d.ts.map +1 -1
- package/dist-esm/src/securityCenter.js +8 -8
- package/dist-esm/src/securityCenter.js.map +1 -1
- package/package.json +6 -5
- package/review/arm-security.api.md +139 -35
- package/src/index.ts +1 -0
- package/src/models/index.ts +171 -49
- package/src/models/mappers.ts +251 -117
- package/src/models/parameters.ts +59 -1
- package/src/operations/aPICollection.ts +249 -0
- package/src/operations/aPICollectionOffboarding.ts +73 -0
- package/src/operations/aPICollectionOnboarding.ts +78 -0
- package/src/operations/adaptiveNetworkHardenings.ts +28 -14
- package/src/operations/alerts.ts +91 -39
- package/src/operations/alertsSuppressionRules.ts +21 -8
- package/src/operations/allowedConnections.ts +41 -16
- package/src/operations/applications.ts +21 -8
- package/src/operations/assessments.ts +21 -8
- package/src/operations/assessmentsMetadata.ts +42 -17
- package/src/operations/autoProvisioningSettings.ts +21 -8
- package/src/operations/automations.ts +45 -16
- package/src/operations/complianceResults.ts +21 -8
- package/src/operations/compliances.ts +21 -8
- package/src/operations/connectors.ts +21 -8
- package/src/operations/customAssessmentAutomations.ts +46 -17
- package/src/operations/customEntityStoreAssignments.ts +46 -17
- package/src/operations/deviceSecurityGroups.ts +21 -8
- package/src/operations/discoveredSecuritySolutions.ts +41 -16
- package/src/operations/externalSecuritySolutions.ts +41 -16
- package/src/operations/governanceAssignments.ts +21 -8
- package/src/operations/governanceRuleOperations.ts +21 -8
- package/src/operations/index.ts +3 -0
- package/src/operations/informationProtectionPolicies.ts +22 -9
- package/src/operations/ingestionSettings.ts +21 -8
- package/src/operations/iotSecuritySolution.ts +45 -16
- package/src/operations/iotSecuritySolutionsAnalyticsAggregatedAlert.ts +26 -8
- package/src/operations/iotSecuritySolutionsAnalyticsRecommendation.ts +27 -9
- package/src/operations/jitNetworkAccessPolicies.ts +90 -36
- package/src/operations/locations.ts +21 -8
- package/src/operations/operations.ts +21 -8
- package/src/operations/regulatoryComplianceAssessments.ts +26 -12
- package/src/operations/regulatoryComplianceControls.ts +25 -8
- package/src/operations/regulatoryComplianceStandards.ts +21 -8
- package/src/operations/secureScoreControlDefinitions.ts +41 -16
- package/src/operations/secureScoreControls.ts +45 -16
- package/src/operations/secureScores.ts +21 -8
- package/src/operations/securityConnectorApplications.ts +26 -12
- package/src/operations/securityConnectorGovernanceRule.ts +26 -12
- package/src/operations/securityConnectors.ts +45 -16
- package/src/operations/securityContacts.ts +21 -8
- package/src/operations/securitySolutions.ts +21 -8
- package/src/operations/settings.ts +21 -8
- package/src/operations/softwareInventories.ts +48 -22
- package/src/operations/subAssessments.ts +41 -16
- package/src/operations/tasks.ts +67 -29
- package/src/operations/topology.ts +41 -16
- package/src/operations/workspaceSettings.ts +21 -8
- package/src/operationsInterfaces/aPICollection.ts +51 -0
- package/src/operationsInterfaces/aPICollectionOffboarding.ts +28 -0
- package/src/operationsInterfaces/aPICollectionOnboarding.ts +32 -0
- package/src/operationsInterfaces/index.ts +3 -0
- package/src/pagingHelper.ts +39 -0
- package/src/securityCenter.ts +19 -8
- package/types/arm-security.d.ts +238 -52
- package/types/tsdoc-metadata.json +1 -1
|
@@ -474,7 +474,7 @@ export interface AlertSyncSettings extends Setting {
|
|
|
474
474
|
|
|
475
475
|
// @public
|
|
476
476
|
export interface AllowedConnections {
|
|
477
|
-
get(resourceGroupName: string, ascLocation: string, connectionType:
|
|
477
|
+
get(resourceGroupName: string, ascLocation: string, connectionType: ConnectionType, options?: AllowedConnectionsGetOptionalParams): Promise<AllowedConnectionsGetResponse>;
|
|
478
478
|
list(options?: AllowedConnectionsListOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource>;
|
|
479
479
|
listByHomeRegion(ascLocation: string, options?: AllowedConnectionsListByHomeRegionOptionalParams): PagedAsyncIterableIterator<AllowedConnectionsResource>;
|
|
480
480
|
}
|
|
@@ -550,6 +550,68 @@ export interface AmqpD2CMessagesNotInAllowedRange extends TimeWindowCustomAlertR
|
|
|
550
550
|
ruleType: "AmqpD2CMessagesNotInAllowedRange";
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
+
// @public
|
|
554
|
+
export interface APICollection {
|
|
555
|
+
get(resourceGroupName: string, serviceName: string, apiCollectionId: string, options?: APICollectionGetOptionalParams): Promise<APICollectionGetResponse>;
|
|
556
|
+
list(resourceGroupName: string, serviceName: string, options?: APICollectionListOptionalParams): PagedAsyncIterableIterator<ApiCollectionResponse>;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
// @public
|
|
560
|
+
export interface APICollectionGetOptionalParams extends coreClient.OperationOptions {
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
// @public
|
|
564
|
+
export type APICollectionGetResponse = ApiCollectionResponse;
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export interface APICollectionListNextOptionalParams extends coreClient.OperationOptions {
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
// @public
|
|
571
|
+
export type APICollectionListNextResponse = ApiCollectionResponseList;
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export interface APICollectionListOptionalParams extends coreClient.OperationOptions {
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// @public
|
|
578
|
+
export type APICollectionListResponse = ApiCollectionResponseList;
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface APICollectionOffboarding {
|
|
582
|
+
delete(resourceGroupName: string, serviceName: string, apiCollectionId: string, options?: APICollectionOffboardingDeleteOptionalParams): Promise<void>;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export interface APICollectionOffboardingDeleteOptionalParams extends coreClient.OperationOptions {
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export interface APICollectionOnboarding {
|
|
591
|
+
create(resourceGroupName: string, serviceName: string, apiCollectionId: string, options?: APICollectionOnboardingCreateOptionalParams): Promise<APICollectionOnboardingCreateResponse>;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
// @public
|
|
595
|
+
export interface APICollectionOnboardingCreateOptionalParams extends coreClient.OperationOptions {
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export type APICollectionOnboardingCreateResponse = ApiCollectionResponse;
|
|
600
|
+
|
|
601
|
+
// @public
|
|
602
|
+
export interface ApiCollectionResponse extends Resource {
|
|
603
|
+
additionalData?: {
|
|
604
|
+
[propertyName: string]: string;
|
|
605
|
+
};
|
|
606
|
+
displayName?: string;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
// @public
|
|
610
|
+
export interface ApiCollectionResponseList {
|
|
611
|
+
readonly nextLink?: string;
|
|
612
|
+
readonly value?: ApiCollectionResponse[];
|
|
613
|
+
}
|
|
614
|
+
|
|
553
615
|
// @public
|
|
554
616
|
export interface Application extends Resource {
|
|
555
617
|
conditionSets?: Record<string, unknown>[];
|
|
@@ -995,7 +1057,7 @@ export interface AwsCredsAuthenticationDetailsProperties extends AuthenticationD
|
|
|
995
1057
|
}
|
|
996
1058
|
|
|
997
1059
|
// @public
|
|
998
|
-
export interface
|
|
1060
|
+
export interface AwsEnvironmentData extends EnvironmentData {
|
|
999
1061
|
environmentType: "AwsAccount";
|
|
1000
1062
|
organizationalData?: AwsOrganizationalDataUnion;
|
|
1001
1063
|
}
|
|
@@ -1113,11 +1175,11 @@ export type CloudName = string;
|
|
|
1113
1175
|
// @public
|
|
1114
1176
|
export interface CloudOffering {
|
|
1115
1177
|
readonly description?: string;
|
|
1116
|
-
offeringType: "CspmMonitorAws" | "DefenderForContainersAws" | "DefenderForServersAws" | "DefenderForDatabasesAws" | "InformationProtectionAws" | "CspmMonitorGcp" | "DefenderForServersGcp" | "DefenderForDatabasesGcp" | "DefenderForContainersGcp" | "CspmMonitorGithub" | "CspmMonitorAzureDevOps";
|
|
1178
|
+
offeringType: "CspmMonitorAws" | "DefenderForContainersAws" | "DefenderForServersAws" | "DefenderForDatabasesAws" | "InformationProtectionAws" | "CspmMonitorGcp" | "DefenderForServersGcp" | "DefenderForDatabasesGcp" | "DefenderForContainersGcp" | "CspmMonitorGithub" | "CspmMonitorAzureDevOps" | "DefenderCspmAws" | "DefenderCspmGcp" | "DefenderForDevOpsGithub" | "DefenderForDevOpsAzureDevOps";
|
|
1117
1179
|
}
|
|
1118
1180
|
|
|
1119
1181
|
// @public (undocumented)
|
|
1120
|
-
export type CloudOfferingUnion = CloudOffering | CspmMonitorAwsOffering | DefenderForContainersAwsOffering | DefenderForServersAwsOffering | DefenderFoDatabasesAwsOffering | InformationProtectionAwsOffering | CspmMonitorGcpOffering | DefenderForServersGcpOffering | DefenderForDatabasesGcpOffering | DefenderForContainersGcpOffering | CspmMonitorGithubOffering | CspmMonitorAzureDevOpsOffering;
|
|
1182
|
+
export type CloudOfferingUnion = CloudOffering | CspmMonitorAwsOffering | DefenderForContainersAwsOffering | DefenderForServersAwsOffering | DefenderFoDatabasesAwsOffering | InformationProtectionAwsOffering | CspmMonitorGcpOffering | DefenderForServersGcpOffering | DefenderForDatabasesGcpOffering | DefenderForContainersGcpOffering | CspmMonitorGithubOffering | CspmMonitorAzureDevOpsOffering | DefenderCspmAwsOffering | DefenderCspmGcpOffering | DefenderForDevOpsGithubOffering | DefenderForDevOpsAzureDevOpsOffering;
|
|
1121
1183
|
|
|
1122
1184
|
// @public
|
|
1123
1185
|
export interface Compliance extends Resource {
|
|
@@ -1248,8 +1310,7 @@ export interface ConnectionToIpNotAllowed extends AllowlistCustomAlertRule {
|
|
|
1248
1310
|
}
|
|
1249
1311
|
|
|
1250
1312
|
// @public
|
|
1251
|
-
type
|
|
1252
|
-
export { ConnectionType_2 as ConnectionType }
|
|
1313
|
+
export type ConnectionType = string;
|
|
1253
1314
|
|
|
1254
1315
|
// @public
|
|
1255
1316
|
export interface Connectors {
|
|
@@ -1544,24 +1605,49 @@ export interface DataExportSettings extends Setting {
|
|
|
1544
1605
|
// @public
|
|
1545
1606
|
export type DataSource = string;
|
|
1546
1607
|
|
|
1608
|
+
// @public
|
|
1609
|
+
export interface DefenderCspmAwsOffering extends CloudOffering {
|
|
1610
|
+
offeringType: "DefenderCspmAws";
|
|
1611
|
+
vmScanners?: DefenderCspmAwsOfferingVmScanners;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
// @public
|
|
1615
|
+
export interface DefenderCspmAwsOfferingVmScanners {
|
|
1616
|
+
configuration?: DefenderCspmAwsOfferingVmScannersConfiguration;
|
|
1617
|
+
enabled?: boolean;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
// @public
|
|
1621
|
+
export interface DefenderCspmAwsOfferingVmScannersConfiguration {
|
|
1622
|
+
cloudRoleArn?: string;
|
|
1623
|
+
exclusionTags?: {
|
|
1624
|
+
[propertyName: string]: string;
|
|
1625
|
+
};
|
|
1626
|
+
scanningMode?: ScanningMode;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
// @public
|
|
1630
|
+
export interface DefenderCspmGcpOffering extends CloudOffering {
|
|
1631
|
+
offeringType: "DefenderCspmGcp";
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1547
1634
|
// @public
|
|
1548
1635
|
export interface DefenderFoDatabasesAwsOffering extends CloudOffering {
|
|
1549
1636
|
arcAutoProvisioning?: DefenderFoDatabasesAwsOfferingArcAutoProvisioning;
|
|
1550
1637
|
offeringType: "DefenderForDatabasesAws";
|
|
1638
|
+
rds?: DefenderFoDatabasesAwsOfferingRds;
|
|
1551
1639
|
}
|
|
1552
1640
|
|
|
1553
1641
|
// @public
|
|
1554
1642
|
export interface DefenderFoDatabasesAwsOfferingArcAutoProvisioning {
|
|
1555
1643
|
cloudRoleArn?: string;
|
|
1556
1644
|
enabled?: boolean;
|
|
1557
|
-
servicePrincipalSecretMetadata?: DefenderFoDatabasesAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata;
|
|
1558
1645
|
}
|
|
1559
1646
|
|
|
1560
1647
|
// @public
|
|
1561
|
-
export interface
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
parameterStoreRegion?: string;
|
|
1648
|
+
export interface DefenderFoDatabasesAwsOfferingRds {
|
|
1649
|
+
cloudRoleArn?: string;
|
|
1650
|
+
enabled?: boolean;
|
|
1565
1651
|
}
|
|
1566
1652
|
|
|
1567
1653
|
// @public
|
|
@@ -1640,22 +1726,25 @@ export interface DefenderForDatabasesGcpOffering extends CloudOffering {
|
|
|
1640
1726
|
|
|
1641
1727
|
// @public
|
|
1642
1728
|
export interface DefenderForDatabasesGcpOfferingArcAutoProvisioning {
|
|
1643
|
-
configuration?: DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration;
|
|
1644
1729
|
enabled?: boolean;
|
|
1645
1730
|
}
|
|
1646
1731
|
|
|
1647
|
-
// @public
|
|
1648
|
-
export interface DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration {
|
|
1649
|
-
agentOnboardingServiceAccountNumericId?: string;
|
|
1650
|
-
clientId?: string;
|
|
1651
|
-
}
|
|
1652
|
-
|
|
1653
1732
|
// @public
|
|
1654
1733
|
export interface DefenderForDatabasesGcpOfferingDefenderForDatabasesArcAutoProvisioning {
|
|
1655
1734
|
serviceAccountEmailAddress?: string;
|
|
1656
1735
|
workloadIdentityProviderId?: string;
|
|
1657
1736
|
}
|
|
1658
1737
|
|
|
1738
|
+
// @public
|
|
1739
|
+
export interface DefenderForDevOpsAzureDevOpsOffering extends CloudOffering {
|
|
1740
|
+
offeringType: "DefenderForDevOpsAzureDevOps";
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
// @public
|
|
1744
|
+
export interface DefenderForDevOpsGithubOffering extends CloudOffering {
|
|
1745
|
+
offeringType: "DefenderForDevOpsGithub";
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1659
1748
|
// @public
|
|
1660
1749
|
export interface DefenderForServersAwsOffering extends CloudOffering {
|
|
1661
1750
|
arcAutoProvisioning?: DefenderForServersAwsOfferingArcAutoProvisioning;
|
|
@@ -1671,14 +1760,6 @@ export interface DefenderForServersAwsOffering extends CloudOffering {
|
|
|
1671
1760
|
export interface DefenderForServersAwsOfferingArcAutoProvisioning {
|
|
1672
1761
|
cloudRoleArn?: string;
|
|
1673
1762
|
enabled?: boolean;
|
|
1674
|
-
servicePrincipalSecretMetadata?: DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
// @public
|
|
1678
|
-
export interface DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata {
|
|
1679
|
-
expiryDate?: string;
|
|
1680
|
-
parameterNameInStore?: string;
|
|
1681
|
-
parameterStoreRegion?: string;
|
|
1682
1763
|
}
|
|
1683
1764
|
|
|
1684
1765
|
// @public
|
|
@@ -1717,7 +1798,9 @@ export interface DefenderForServersAwsOfferingVmScanners {
|
|
|
1717
1798
|
// @public
|
|
1718
1799
|
export interface DefenderForServersAwsOfferingVmScannersConfiguration {
|
|
1719
1800
|
cloudRoleArn?: string;
|
|
1720
|
-
exclusionTags?:
|
|
1801
|
+
exclusionTags?: {
|
|
1802
|
+
[propertyName: string]: string;
|
|
1803
|
+
};
|
|
1721
1804
|
scanningMode?: ScanningMode;
|
|
1722
1805
|
}
|
|
1723
1806
|
|
|
@@ -1733,16 +1816,9 @@ export interface DefenderForServersGcpOffering extends CloudOffering {
|
|
|
1733
1816
|
|
|
1734
1817
|
// @public
|
|
1735
1818
|
export interface DefenderForServersGcpOfferingArcAutoProvisioning {
|
|
1736
|
-
configuration?: DefenderForServersGcpOfferingArcAutoProvisioningConfiguration;
|
|
1737
1819
|
enabled?: boolean;
|
|
1738
1820
|
}
|
|
1739
1821
|
|
|
1740
|
-
// @public
|
|
1741
|
-
export interface DefenderForServersGcpOfferingArcAutoProvisioningConfiguration {
|
|
1742
|
-
agentOnboardingServiceAccountNumericId?: string;
|
|
1743
|
-
clientId?: string;
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
1822
|
// @public
|
|
1747
1823
|
export interface DefenderForServersGcpOfferingDefenderForServers {
|
|
1748
1824
|
serviceAccountEmailAddress?: string;
|
|
@@ -1917,7 +1993,7 @@ export interface EnvironmentData {
|
|
|
1917
1993
|
}
|
|
1918
1994
|
|
|
1919
1995
|
// @public (undocumented)
|
|
1920
|
-
export type EnvironmentDataUnion = EnvironmentData |
|
|
1996
|
+
export type EnvironmentDataUnion = EnvironmentData | AwsEnvironmentData | GcpProjectEnvironmentData | GithubScopeEnvironmentData | AzureDevOpsScopeEnvironmentData;
|
|
1921
1997
|
|
|
1922
1998
|
// @public
|
|
1923
1999
|
export type EnvironmentType = string;
|
|
@@ -1928,6 +2004,20 @@ export interface ErrorAdditionalInfo {
|
|
|
1928
2004
|
readonly type?: string;
|
|
1929
2005
|
}
|
|
1930
2006
|
|
|
2007
|
+
// @public
|
|
2008
|
+
export interface ErrorDetail {
|
|
2009
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
2010
|
+
readonly code?: string;
|
|
2011
|
+
readonly details?: ErrorDetail[];
|
|
2012
|
+
readonly message?: string;
|
|
2013
|
+
readonly target?: string;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
// @public
|
|
2017
|
+
export interface ErrorResponse {
|
|
2018
|
+
error?: ErrorDetail;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
1931
2021
|
// @public
|
|
1932
2022
|
export interface ETag {
|
|
1933
2023
|
etag?: string;
|
|
@@ -2093,6 +2183,9 @@ export interface GcpProjectEnvironmentData extends EnvironmentData {
|
|
|
2093
2183
|
projectDetails?: GcpProjectDetails;
|
|
2094
2184
|
}
|
|
2095
2185
|
|
|
2186
|
+
// @public
|
|
2187
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
2188
|
+
|
|
2096
2189
|
// @public
|
|
2097
2190
|
export interface GithubScopeEnvironmentData extends EnvironmentData {
|
|
2098
2191
|
environmentType: "GithubScope";
|
|
@@ -2995,6 +3088,7 @@ export enum KnownAlertStatus {
|
|
|
2995
3088
|
// @public
|
|
2996
3089
|
export enum KnownApplicationConditionOperator {
|
|
2997
3090
|
Contains = "Contains",
|
|
3091
|
+
Equals = "Equals",
|
|
2998
3092
|
In = "In"
|
|
2999
3093
|
}
|
|
3000
3094
|
|
|
@@ -3277,10 +3371,14 @@ export enum KnownOfferingType {
|
|
|
3277
3371
|
CspmMonitorAzureDevOps = "CspmMonitorAzureDevOps",
|
|
3278
3372
|
CspmMonitorGcp = "CspmMonitorGcp",
|
|
3279
3373
|
CspmMonitorGithub = "CspmMonitorGithub",
|
|
3374
|
+
DefenderCspmAws = "DefenderCspmAws",
|
|
3375
|
+
DefenderCspmGcp = "DefenderCspmGcp",
|
|
3280
3376
|
DefenderForContainersAws = "DefenderForContainersAws",
|
|
3281
3377
|
DefenderForContainersGcp = "DefenderForContainersGcp",
|
|
3282
3378
|
DefenderForDatabasesAws = "DefenderForDatabasesAws",
|
|
3283
3379
|
DefenderForDatabasesGcp = "DefenderForDatabasesGcp",
|
|
3380
|
+
DefenderForDevOpsAzureDevOps = "DefenderForDevOpsAzureDevOps",
|
|
3381
|
+
DefenderForDevOpsGithub = "DefenderForDevOpsGithub",
|
|
3284
3382
|
DefenderForServersAws = "DefenderForServersAws",
|
|
3285
3383
|
DefenderForServersGcp = "DefenderForServersGcp",
|
|
3286
3384
|
InformationProtectionAws = "InformationProtectionAws"
|
|
@@ -4681,6 +4779,12 @@ export class SecurityCenter extends coreClient.ServiceClient {
|
|
|
4681
4779
|
// (undocumented)
|
|
4682
4780
|
allowedConnections: AllowedConnections;
|
|
4683
4781
|
// (undocumented)
|
|
4782
|
+
aPICollection: APICollection;
|
|
4783
|
+
// (undocumented)
|
|
4784
|
+
aPICollectionOffboarding: APICollectionOffboarding;
|
|
4785
|
+
// (undocumented)
|
|
4786
|
+
aPICollectionOnboarding: APICollectionOnboarding;
|
|
4787
|
+
// (undocumented)
|
|
4684
4788
|
applicationOperations: ApplicationOperations;
|
|
4685
4789
|
// (undocumented)
|
|
4686
4790
|
applications: Applications;
|
package/src/index.ts
CHANGED
package/src/models/index.ts
CHANGED
|
@@ -50,10 +50,14 @@ export type CloudOfferingUnion =
|
|
|
50
50
|
| DefenderForDatabasesGcpOffering
|
|
51
51
|
| DefenderForContainersGcpOffering
|
|
52
52
|
| CspmMonitorGithubOffering
|
|
53
|
-
| CspmMonitorAzureDevOpsOffering
|
|
53
|
+
| CspmMonitorAzureDevOpsOffering
|
|
54
|
+
| DefenderCspmAwsOffering
|
|
55
|
+
| DefenderCspmGcpOffering
|
|
56
|
+
| DefenderForDevOpsGithubOffering
|
|
57
|
+
| DefenderForDevOpsAzureDevOpsOffering;
|
|
54
58
|
export type EnvironmentDataUnion =
|
|
55
59
|
| EnvironmentData
|
|
56
|
-
|
|
|
60
|
+
| AwsEnvironmentData
|
|
57
61
|
| GcpProjectEnvironmentData
|
|
58
62
|
| GithubScopeEnvironmentData
|
|
59
63
|
| AzureDevOpsScopeEnvironmentData;
|
|
@@ -1794,7 +1798,11 @@ export interface CloudOffering {
|
|
|
1794
1798
|
| "DefenderForDatabasesGcp"
|
|
1795
1799
|
| "DefenderForContainersGcp"
|
|
1796
1800
|
| "CspmMonitorGithub"
|
|
1797
|
-
| "CspmMonitorAzureDevOps"
|
|
1801
|
+
| "CspmMonitorAzureDevOps"
|
|
1802
|
+
| "DefenderCspmAws"
|
|
1803
|
+
| "DefenderCspmGcp"
|
|
1804
|
+
| "DefenderForDevOpsGithub"
|
|
1805
|
+
| "DefenderForDevOpsAzureDevOps";
|
|
1798
1806
|
/**
|
|
1799
1807
|
* The offering description.
|
|
1800
1808
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1911,6 +1919,55 @@ export interface ApplicationsList {
|
|
|
1911
1919
|
readonly nextLink?: string;
|
|
1912
1920
|
}
|
|
1913
1921
|
|
|
1922
|
+
/** Page of a list of API collections as represented by Defender for APIs. */
|
|
1923
|
+
export interface ApiCollectionResponseList {
|
|
1924
|
+
/**
|
|
1925
|
+
* API collections in this page.
|
|
1926
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1927
|
+
*/
|
|
1928
|
+
readonly value?: ApiCollectionResponse[];
|
|
1929
|
+
/**
|
|
1930
|
+
* The URI to fetch the next page.
|
|
1931
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1932
|
+
*/
|
|
1933
|
+
readonly nextLink?: string;
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
1937
|
+
export interface ErrorResponse {
|
|
1938
|
+
/** The error object. */
|
|
1939
|
+
error?: ErrorDetail;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
/** The error detail. */
|
|
1943
|
+
export interface ErrorDetail {
|
|
1944
|
+
/**
|
|
1945
|
+
* The error code.
|
|
1946
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1947
|
+
*/
|
|
1948
|
+
readonly code?: string;
|
|
1949
|
+
/**
|
|
1950
|
+
* The error message.
|
|
1951
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1952
|
+
*/
|
|
1953
|
+
readonly message?: string;
|
|
1954
|
+
/**
|
|
1955
|
+
* The error target.
|
|
1956
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1957
|
+
*/
|
|
1958
|
+
readonly target?: string;
|
|
1959
|
+
/**
|
|
1960
|
+
* The error details.
|
|
1961
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1962
|
+
*/
|
|
1963
|
+
readonly details?: ErrorDetail[];
|
|
1964
|
+
/**
|
|
1965
|
+
* The error additional info.
|
|
1966
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1967
|
+
*/
|
|
1968
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1914
1971
|
/** CVSS details */
|
|
1915
1972
|
export interface Cvss {
|
|
1916
1973
|
/**
|
|
@@ -2068,18 +2125,6 @@ export interface DefenderForServersAwsOfferingArcAutoProvisioning {
|
|
|
2068
2125
|
enabled?: boolean;
|
|
2069
2126
|
/** The cloud role ARN in AWS for this feature */
|
|
2070
2127
|
cloudRoleArn?: string;
|
|
2071
|
-
/** Metadata of Service Principal secret for autoprovisioning */
|
|
2072
|
-
servicePrincipalSecretMetadata?: DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
/** Metadata of Service Principal secret for autoprovisioning */
|
|
2076
|
-
export interface DefenderForServersAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata {
|
|
2077
|
-
/** expiration date of service principal secret */
|
|
2078
|
-
expiryDate?: string;
|
|
2079
|
-
/** region of parameter store where secret is kept */
|
|
2080
|
-
parameterStoreRegion?: string;
|
|
2081
|
-
/** name of secret resource in parameter store */
|
|
2082
|
-
parameterNameInStore?: string;
|
|
2083
2128
|
}
|
|
2084
2129
|
|
|
2085
2130
|
/** The Vulnerability Assessment autoprovisioning configuration */
|
|
@@ -2125,7 +2170,7 @@ export interface DefenderForServersAwsOfferingVmScannersConfiguration {
|
|
|
2125
2170
|
/** The scanning mode for the vm scan. */
|
|
2126
2171
|
scanningMode?: ScanningMode;
|
|
2127
2172
|
/** VM tags that indicates that VM should not be scanned */
|
|
2128
|
-
exclusionTags?:
|
|
2173
|
+
exclusionTags?: { [propertyName: string]: string };
|
|
2129
2174
|
}
|
|
2130
2175
|
|
|
2131
2176
|
/** The ARC autoprovisioning configuration */
|
|
@@ -2134,18 +2179,14 @@ export interface DefenderFoDatabasesAwsOfferingArcAutoProvisioning {
|
|
|
2134
2179
|
enabled?: boolean;
|
|
2135
2180
|
/** The cloud role ARN in AWS for this feature */
|
|
2136
2181
|
cloudRoleArn?: string;
|
|
2137
|
-
/** Metadata of Service Principal secret for autoprovisioning */
|
|
2138
|
-
servicePrincipalSecretMetadata?: DefenderFoDatabasesAwsOfferingArcAutoProvisioningServicePrincipalSecretMetadata;
|
|
2139
2182
|
}
|
|
2140
2183
|
|
|
2141
|
-
/**
|
|
2142
|
-
export interface
|
|
2143
|
-
/**
|
|
2144
|
-
|
|
2145
|
-
/**
|
|
2146
|
-
|
|
2147
|
-
/** name of secret resource in parameter store */
|
|
2148
|
-
parameterNameInStore?: string;
|
|
2184
|
+
/** The RDS configuration */
|
|
2185
|
+
export interface DefenderFoDatabasesAwsOfferingRds {
|
|
2186
|
+
/** Is RDS protection enabled */
|
|
2187
|
+
enabled?: boolean;
|
|
2188
|
+
/** The cloud role ARN in AWS for this feature */
|
|
2189
|
+
cloudRoleArn?: string;
|
|
2149
2190
|
}
|
|
2150
2191
|
|
|
2151
2192
|
/** The native cloud connection configuration */
|
|
@@ -2174,16 +2215,6 @@ export interface DefenderForServersGcpOfferingDefenderForServers {
|
|
|
2174
2215
|
export interface DefenderForServersGcpOfferingArcAutoProvisioning {
|
|
2175
2216
|
/** Is arc auto provisioning enabled */
|
|
2176
2217
|
enabled?: boolean;
|
|
2177
|
-
/** Configuration for ARC autoprovisioning */
|
|
2178
|
-
configuration?: DefenderForServersGcpOfferingArcAutoProvisioningConfiguration;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
/** Configuration for ARC autoprovisioning */
|
|
2182
|
-
export interface DefenderForServersGcpOfferingArcAutoProvisioningConfiguration {
|
|
2183
|
-
/** The Azure service principal client id for agent onboarding */
|
|
2184
|
-
clientId?: string;
|
|
2185
|
-
/** The agent onboarding service account numeric id */
|
|
2186
|
-
agentOnboardingServiceAccountNumericId?: string;
|
|
2187
2218
|
}
|
|
2188
2219
|
|
|
2189
2220
|
/** The Vulnerability Assessment autoprovisioning configuration */
|
|
@@ -2218,16 +2249,6 @@ export interface DefenderForServersGcpOfferingSubPlan {
|
|
|
2218
2249
|
export interface DefenderForDatabasesGcpOfferingArcAutoProvisioning {
|
|
2219
2250
|
/** Is arc auto provisioning enabled */
|
|
2220
2251
|
enabled?: boolean;
|
|
2221
|
-
/** Configuration for ARC autoprovisioning */
|
|
2222
|
-
configuration?: DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration;
|
|
2223
|
-
}
|
|
2224
|
-
|
|
2225
|
-
/** Configuration for ARC autoprovisioning */
|
|
2226
|
-
export interface DefenderForDatabasesGcpOfferingArcAutoProvisioningConfiguration {
|
|
2227
|
-
/** The Azure service principal client id for agent onboarding */
|
|
2228
|
-
clientId?: string;
|
|
2229
|
-
/** The agent onboarding service account numeric id */
|
|
2230
|
-
agentOnboardingServiceAccountNumericId?: string;
|
|
2231
2252
|
}
|
|
2232
2253
|
|
|
2233
2254
|
/** The native cloud connection configuration */
|
|
@@ -2254,6 +2275,24 @@ export interface DefenderForContainersGcpOfferingDataPipelineNativeCloudConnecti
|
|
|
2254
2275
|
workloadIdentityProviderId?: string;
|
|
2255
2276
|
}
|
|
2256
2277
|
|
|
2278
|
+
/** The Microsoft Defender for Server VM scanning configuration */
|
|
2279
|
+
export interface DefenderCspmAwsOfferingVmScanners {
|
|
2280
|
+
/** Is Microsoft Defender for Server VM scanning enabled */
|
|
2281
|
+
enabled?: boolean;
|
|
2282
|
+
/** configuration for Microsoft Defender for Server VM scanning */
|
|
2283
|
+
configuration?: DefenderCspmAwsOfferingVmScannersConfiguration;
|
|
2284
|
+
}
|
|
2285
|
+
|
|
2286
|
+
/** configuration for Microsoft Defender for Server VM scanning */
|
|
2287
|
+
export interface DefenderCspmAwsOfferingVmScannersConfiguration {
|
|
2288
|
+
/** The cloud role ARN in AWS for this feature */
|
|
2289
|
+
cloudRoleArn?: string;
|
|
2290
|
+
/** The scanning mode for the vm scan. */
|
|
2291
|
+
scanningMode?: ScanningMode;
|
|
2292
|
+
/** VM tags that indicates that VM should not be scanned */
|
|
2293
|
+
exclusionTags?: { [propertyName: string]: string };
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2257
2296
|
/** Governance rule's condition */
|
|
2258
2297
|
export interface Condition {
|
|
2259
2298
|
/** The governance rule Condition's Property, e.g. Severity or AssessmentKey, see examples */
|
|
@@ -3392,6 +3431,14 @@ export interface Application extends Resource {
|
|
|
3392
3431
|
conditionSets?: Record<string, unknown>[];
|
|
3393
3432
|
}
|
|
3394
3433
|
|
|
3434
|
+
/** An API collection as represented by Defender for APIs. */
|
|
3435
|
+
export interface ApiCollectionResponse extends Resource {
|
|
3436
|
+
/** The display name of the Azure API Management API. */
|
|
3437
|
+
displayName?: string;
|
|
3438
|
+
/** Additional data regarding the API collection. */
|
|
3439
|
+
additionalData?: { [propertyName: string]: string };
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3395
3442
|
/** Security assessment metadata */
|
|
3396
3443
|
export interface SecurityAssessmentMetadata extends Resource {
|
|
3397
3444
|
/** User friendly display name of the assessment */
|
|
@@ -3832,6 +3879,8 @@ export interface DefenderFoDatabasesAwsOffering extends CloudOffering {
|
|
|
3832
3879
|
offeringType: "DefenderForDatabasesAws";
|
|
3833
3880
|
/** The ARC autoprovisioning configuration */
|
|
3834
3881
|
arcAutoProvisioning?: DefenderFoDatabasesAwsOfferingArcAutoProvisioning;
|
|
3882
|
+
/** The RDS configuration */
|
|
3883
|
+
rds?: DefenderFoDatabasesAwsOfferingRds;
|
|
3835
3884
|
}
|
|
3836
3885
|
|
|
3837
3886
|
/** The information protection for AWS offering */
|
|
@@ -3904,8 +3953,34 @@ export interface CspmMonitorAzureDevOpsOffering extends CloudOffering {
|
|
|
3904
3953
|
offeringType: "CspmMonitorAzureDevOps";
|
|
3905
3954
|
}
|
|
3906
3955
|
|
|
3956
|
+
/** The CSPM P1 for Aws offering */
|
|
3957
|
+
export interface DefenderCspmAwsOffering extends CloudOffering {
|
|
3958
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3959
|
+
offeringType: "DefenderCspmAws";
|
|
3960
|
+
/** The Microsoft Defender for Server VM scanning configuration */
|
|
3961
|
+
vmScanners?: DefenderCspmAwsOfferingVmScanners;
|
|
3962
|
+
}
|
|
3963
|
+
|
|
3964
|
+
/** The CSPM P1 for GCP offering */
|
|
3965
|
+
export interface DefenderCspmGcpOffering extends CloudOffering {
|
|
3966
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3967
|
+
offeringType: "DefenderCspmGcp";
|
|
3968
|
+
}
|
|
3969
|
+
|
|
3970
|
+
/** The Defender for DevOps for Github offering */
|
|
3971
|
+
export interface DefenderForDevOpsGithubOffering extends CloudOffering {
|
|
3972
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3973
|
+
offeringType: "DefenderForDevOpsGithub";
|
|
3974
|
+
}
|
|
3975
|
+
|
|
3976
|
+
/** The Defender for DevOps for Azure DevOps offering */
|
|
3977
|
+
export interface DefenderForDevOpsAzureDevOpsOffering extends CloudOffering {
|
|
3978
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3979
|
+
offeringType: "DefenderForDevOpsAzureDevOps";
|
|
3980
|
+
}
|
|
3981
|
+
|
|
3907
3982
|
/** The aws connector environment data */
|
|
3908
|
-
export interface
|
|
3983
|
+
export interface AwsEnvironmentData extends EnvironmentData {
|
|
3909
3984
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3910
3985
|
environmentType: "AwsAccount";
|
|
3911
3986
|
/** The AWS account's organizational data */
|
|
@@ -6406,7 +6481,15 @@ export enum KnownOfferingType {
|
|
|
6406
6481
|
/** DefenderForContainersGcp */
|
|
6407
6482
|
DefenderForContainersGcp = "DefenderForContainersGcp",
|
|
6408
6483
|
/** DefenderForDatabasesGcp */
|
|
6409
|
-
DefenderForDatabasesGcp = "DefenderForDatabasesGcp"
|
|
6484
|
+
DefenderForDatabasesGcp = "DefenderForDatabasesGcp",
|
|
6485
|
+
/** DefenderCspmAws */
|
|
6486
|
+
DefenderCspmAws = "DefenderCspmAws",
|
|
6487
|
+
/** DefenderCspmGcp */
|
|
6488
|
+
DefenderCspmGcp = "DefenderCspmGcp",
|
|
6489
|
+
/** DefenderForDevOpsGithub */
|
|
6490
|
+
DefenderForDevOpsGithub = "DefenderForDevOpsGithub",
|
|
6491
|
+
/** DefenderForDevOpsAzureDevOps */
|
|
6492
|
+
DefenderForDevOpsAzureDevOps = "DefenderForDevOpsAzureDevOps"
|
|
6410
6493
|
}
|
|
6411
6494
|
|
|
6412
6495
|
/**
|
|
@@ -6424,7 +6507,11 @@ export enum KnownOfferingType {
|
|
|
6424
6507
|
* **CspmMonitorAzureDevOps** \
|
|
6425
6508
|
* **DefenderForServersGcp** \
|
|
6426
6509
|
* **DefenderForContainersGcp** \
|
|
6427
|
-
* **DefenderForDatabasesGcp**
|
|
6510
|
+
* **DefenderForDatabasesGcp** \
|
|
6511
|
+
* **DefenderCspmAws** \
|
|
6512
|
+
* **DefenderCspmGcp** \
|
|
6513
|
+
* **DefenderForDevOpsGithub** \
|
|
6514
|
+
* **DefenderForDevOpsAzureDevOps**
|
|
6428
6515
|
*/
|
|
6429
6516
|
export type OfferingType = string;
|
|
6430
6517
|
|
|
@@ -6669,6 +6756,8 @@ export type GovernanceRuleConditionOperator = string;
|
|
|
6669
6756
|
export enum KnownApplicationConditionOperator {
|
|
6670
6757
|
/** Checks that the string value of the data defined in Property contains the given value */
|
|
6671
6758
|
Contains = "Contains",
|
|
6759
|
+
/** Checks that the string value of the data defined in Property equals the given value */
|
|
6760
|
+
Equals = "Equals",
|
|
6672
6761
|
/** Checks that the string value of the data defined in Property equals any of the given values (exact fit) */
|
|
6673
6762
|
In = "In"
|
|
6674
6763
|
}
|
|
@@ -6679,6 +6768,7 @@ export enum KnownApplicationConditionOperator {
|
|
|
6679
6768
|
* this enum contains the known values that the service supports.
|
|
6680
6769
|
* ### Known values supported by the service
|
|
6681
6770
|
* **Contains**: Checks that the string value of the data defined in Property contains the given value \
|
|
6771
|
+
* **Equals**: Checks that the string value of the data defined in Property equals the given value \
|
|
6682
6772
|
* **In**: Checks that the string value of the data defined in Property equals any of the given values (exact fit)
|
|
6683
6773
|
*/
|
|
6684
6774
|
export type ApplicationConditionOperator = string;
|
|
@@ -8594,6 +8684,38 @@ export type SecurityConnectorApplicationCreateOrUpdateResponse = Application;
|
|
|
8594
8684
|
export interface SecurityConnectorApplicationDeleteOptionalParams
|
|
8595
8685
|
extends coreClient.OperationOptions {}
|
|
8596
8686
|
|
|
8687
|
+
/** Optional parameters. */
|
|
8688
|
+
export interface APICollectionListOptionalParams
|
|
8689
|
+
extends coreClient.OperationOptions {}
|
|
8690
|
+
|
|
8691
|
+
/** Contains response data for the list operation. */
|
|
8692
|
+
export type APICollectionListResponse = ApiCollectionResponseList;
|
|
8693
|
+
|
|
8694
|
+
/** Optional parameters. */
|
|
8695
|
+
export interface APICollectionGetOptionalParams
|
|
8696
|
+
extends coreClient.OperationOptions {}
|
|
8697
|
+
|
|
8698
|
+
/** Contains response data for the get operation. */
|
|
8699
|
+
export type APICollectionGetResponse = ApiCollectionResponse;
|
|
8700
|
+
|
|
8701
|
+
/** Optional parameters. */
|
|
8702
|
+
export interface APICollectionListNextOptionalParams
|
|
8703
|
+
extends coreClient.OperationOptions {}
|
|
8704
|
+
|
|
8705
|
+
/** Contains response data for the listNext operation. */
|
|
8706
|
+
export type APICollectionListNextResponse = ApiCollectionResponseList;
|
|
8707
|
+
|
|
8708
|
+
/** Optional parameters. */
|
|
8709
|
+
export interface APICollectionOnboardingCreateOptionalParams
|
|
8710
|
+
extends coreClient.OperationOptions {}
|
|
8711
|
+
|
|
8712
|
+
/** Contains response data for the create operation. */
|
|
8713
|
+
export type APICollectionOnboardingCreateResponse = ApiCollectionResponse;
|
|
8714
|
+
|
|
8715
|
+
/** Optional parameters. */
|
|
8716
|
+
export interface APICollectionOffboardingDeleteOptionalParams
|
|
8717
|
+
extends coreClient.OperationOptions {}
|
|
8718
|
+
|
|
8597
8719
|
/** Optional parameters. */
|
|
8598
8720
|
export interface SecurityCenterOptionalParams
|
|
8599
8721
|
extends coreClient.ServiceClientOptions {
|