Skip to content

Commit ac09ce5

Browse files
kerendLeiwang3SQL
authored andcommitted
[Hub Generated] Review request for Microsoft.Security to add version preview/2021-07-01-preview (Azure#16455)
* . * .
1 parent 3f19472 commit ac09ce5

10 files changed

+233
-18
lines changed

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/customAssessmentAutomation.json

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@
275275
"type": "object",
276276
"description": "Custom Assessment Automation",
277277
"properties": {
278+
"systemData": {
279+
"readOnly": true,
280+
"type": "object",
281+
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information.",
282+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
283+
},
278284
"properties": {
279285
"x-ms-client-flatten": true,
280286
"description": "describes Custom Assessment Automation properties.",
@@ -287,6 +293,22 @@
287293
}
288294
]
289295
},
296+
"customAssessmentAutomationRequest": {
297+
"type": "object",
298+
"description": "Custom Assessment Automation request",
299+
"properties": {
300+
"properties": {
301+
"x-ms-client-flatten": true,
302+
"description": "describes Custom Assessment Automation request properties.",
303+
"$ref": "#/definitions/customAssessmentAutomationRequestProperties"
304+
}
305+
},
306+
"allOf": [
307+
{
308+
"$ref": "../../../common/v1/types.json#/definitions/Resource"
309+
}
310+
]
311+
},
290312
"customAssessmentAutomationProperties": {
291313
"type": "object",
292314
"description": "describes the Custom Assessment Automation properties",
@@ -353,6 +375,82 @@
353375
"description": "The description to relate to the assessments generated by this assessment automation.",
354376
"type": "string"
355377
},
378+
"remediationDescription": {
379+
"description": "The remediation description to relate to the assessments generated by this assessment automation.",
380+
"type": "string"
381+
},
382+
"assessmentKey": {
383+
"description": "The assessment metadata key used when an assessment is generated for this assessment automation.",
384+
"type": "string"
385+
}
386+
}
387+
},
388+
"customAssessmentAutomationRequestProperties": {
389+
"type": "object",
390+
"description": "describes the Custom Assessment Automation properties",
391+
"properties": {
392+
"compressedQuery": {
393+
"description": "Base 64 encoded KQL query representing the assessment automation results required.",
394+
"type": "string"
395+
},
396+
"supportedCloud": {
397+
"description": "Relevant cloud for the custom assessment automation.",
398+
"type": "string",
399+
"enum": [
400+
"AWS"
401+
],
402+
"x-ms-enum": {
403+
"name": "supportedCloudEnum",
404+
"modelAsString": true
405+
},
406+
"x-ms-client-default": "AWS"
407+
},
408+
"severity": {
409+
"description": "The severity to relate to the assessments generated by this assessment automation.",
410+
"type": "string",
411+
"enum": [
412+
"High",
413+
"Medium",
414+
"Low"
415+
],
416+
"x-ms-enum": {
417+
"name": "severityEnum",
418+
"modelAsString": true
419+
},
420+
"x-ms-client-default": "Low"
421+
},
422+
"userImpact": {
423+
"description": "The user impact to relate to the assessments generated by this assessment automation.",
424+
"type": "string",
425+
"enum": [
426+
"High",
427+
"Moderate",
428+
"Low"
429+
],
430+
"x-ms-enum": {
431+
"name": "userImpactEnum",
432+
"modelAsString": true
433+
},
434+
"x-ms-client-default": "Low"
435+
},
436+
"implementationEffort": {
437+
"description": "The implementation effort to relate to the assessments generated by this assessment automation.",
438+
"type": "string",
439+
"enum": [
440+
"High",
441+
"Moderate",
442+
"Low"
443+
],
444+
"x-ms-enum": {
445+
"name": "implementationEffortEnum",
446+
"modelAsString": true
447+
},
448+
"x-ms-client-default": "Low"
449+
},
450+
"description": {
451+
"description": "The description to relate to the assessments generated by this assessment automation.",
452+
"type": "string"
453+
},
356454
"remediationDescription": {
357455
"description": "The remediation description to relate to the assessments generated by this assessment automation.",
358456
"type": "string"
@@ -375,7 +473,7 @@
375473
"description": "Custom Assessment Automation body",
376474
"required": true,
377475
"schema": {
378-
"$ref": "#/definitions/customAssessmentAutomation"
476+
"$ref": "#/definitions/customAssessmentAutomationRequest"
379477
},
380478
"x-ms-parameter-location": "method"
381479
}

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/customEntityStoreAssignment.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@
275275
"type": "object",
276276
"description": "Custom entity store assignment",
277277
"properties": {
278+
"systemData": {
279+
"readOnly": true,
280+
"type": "object",
281+
"description": "Azure Resource Manager metadata containing createdBy and modifiedBy information.",
282+
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
283+
},
278284
"properties": {
279285
"x-ms-client-flatten": true,
280286
"description": "describes custom entity store assignment properties.",

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/examples/CustomAssessmentAutomations/customAssessmentAutomationCreate_example.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,23 @@
2222
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/33e7cc6e-a139-4723-a0e5-76993aee0771",
2323
"name": "33e7cc6e-a139-4723-a0e5-76993aee0771",
2424
"type": "Microsoft.Security/customAssessmentAutomations",
25+
"systemData": {
26+
"createdBy": "[email protected]",
27+
"createdByType": "User",
28+
"createdAt": "2021-08-31T13:47:50.328Z",
29+
"lastModifiedBy": "[email protected]",
30+
"lastModifiedByType": "User",
31+
"lastModifiedAt": "2021-08-31T13:47:50.328Z"
32+
},
2533
"properties": {
26-
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
34+
"compressedQuery": "DQAKAEkAYQBtAF8ARwByAG8AdQBwAA0ACgB8ACAAZQB4AHQAZQBuAGQAIABIAGUAYQBsAHQAaABTAHQAYQB0AHUAcwAgAD0AIABpAGYAZgAoAHQAbwBzAHQAcgBpAG4AZwAoAFIAZQBjAG8AcgBkAC4AVQBzAGUAcgBOAGEAbQBlACkAIABjAG8AbgB0AGEAaQBuAHMAIAAnAHUAcwBlAHIAJwAsACAAJwBVAE4ASABFAEEATABUAEgAWQAnACwAIAAnAEgARQBBAEwAVABIAFkAJwApAA0ACgA=",
2735
"supportedCloud": "AWS",
2836
"severity": "Medium",
2937
"userImpact": "Moderate",
3038
"implementationEffort": "High",
31-
"description": "Data should be encrypted",
32-
"remediationDescription": "Encrypt store by..."
39+
"description": "organization passwords policy",
40+
"remediationDescription": "Change password policy to...",
41+
"assessmentKey": "d5f442f7-7e77-4bcf-a450-a9c1b9a94eeb"
3342
}
3443
}
3544
},
@@ -38,14 +47,23 @@
3847
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/33e7cc6e-a139-4723-a0e5-76993aee0771",
3948
"name": "33e7cc6e-a139-4723-a0e5-76993aee0771",
4049
"type": "Microsoft.Security/customAssessmentAutomations",
50+
"systemData": {
51+
"createdBy": "[email protected]",
52+
"createdByType": "User",
53+
"createdAt": "2021-08-31T13:01:50.328Z",
54+
"lastModifiedBy": "[email protected]",
55+
"lastModifiedByType": "User",
56+
"lastModifiedAt": "2021-08-31T13:01:50.328Z"
57+
},
4158
"properties": {
42-
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
59+
"compressedQuery": "DQAKAEkAYQBtAF8AUABhAHMAcwB3AG8AcgBkAFAAbwBsAGkAYwB5ACAADQAKAHwAIABlAHgAdABlAG4AZAAgAEgAZQBhAGwAdABoAFMAdABhAHQAdQBzACAAPQAgAGkAZgBmACgAdABvAGkAbgB0ACgAUgBlAGMAbwByAGQALgBNAGkAbgBpAG0AdQBtAFAAYQBzAHMAdwBvAHIAZABMAGUAbgBnAHQAaAApACAAPAAgADgALAAgACcAVQBOAEgARQBBAEwAVABIAFkAJwAsACAAJwBIAEUAQQBMAFQASABZACcAKQANAAoA",
4360
"supportedCloud": "AWS",
4461
"severity": "Medium",
4562
"userImpact": "Moderate",
4663
"implementationEffort": "High",
4764
"description": "Data should be encrypted",
48-
"remediationDescription": "Encrypt store by..."
65+
"remediationDescription": "Encrypt store by...",
66+
"assessmentKey": "fc1dbcd0-502c-4eab-9312-4014cfc8ea56"
4967
}
5068
}
5169
}

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/examples/CustomAssessmentAutomations/customAssessmentAutomationGet_example.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,23 @@
1111
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/MyCustomAssessmentAutomation",
1212
"name": "MyCustomAssessmentAutomation",
1313
"type": "Microsoft.Security/customAssessmentAutomations",
14+
"systemData": {
15+
"createdBy": "[email protected]",
16+
"createdByType": "User",
17+
"createdAt": "2021-08-31T13:47:50.328Z",
18+
"lastModifiedBy": "[email protected]",
19+
"lastModifiedByType": "User",
20+
"lastModifiedAt": "2021-08-31T13:47:50.328Z"
21+
},
1422
"properties": {
15-
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
23+
"compressedQuery": "DQAKAEkAYQBtAF8ARwByAG8AdQBwAA0ACgB8ACAAZQB4AHQAZQBuAGQAIABIAGUAYQBsAHQAaABTAHQAYQB0AHUAcwAgAD0AIABpAGYAZgAoAHQAbwBzAHQAcgBpAG4AZwAoAFIAZQBjAG8AcgBkAC4AVQBzAGUAcgBOAGEAbQBlACkAIABjAG8AbgB0AGEAaQBuAHMAIAAnAHUAcwBlAHIAJwAsACAAJwBVAE4ASABFAEEATABUAEgAWQAnACwAIAAnAEgARQBBAEwAVABIAFkAJwApAA0ACgA=",
1624
"supportedCloud": "AWS",
1725
"severity": "Low",
1826
"userImpact": "Low",
1927
"implementationEffort": "Low",
2028
"description": "organization passwords policy",
21-
"remediationDescription": "Change password policy to..."
29+
"remediationDescription": "Change password policy to...",
30+
"assessmentKey": "d5f442f7-7e77-4bcf-a450-a9c1b9a94eeb"
2231
}
2332
}
2433
}

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/examples/CustomAssessmentAutomations/customAssessmentAutomationListByResourceGroup_example.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,46 @@
1212
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/MyCustomAssessmentAutomation1",
1313
"name": "MyCustomAssessmentAutomation1",
1414
"type": "Microsoft.Security/customAssessmentAutomations",
15+
"systemData": {
16+
"createdBy": "[email protected]",
17+
"createdByType": "User",
18+
"createdAt": "2021-08-31T13:47:50.328Z",
19+
"lastModifiedBy": "[email protected]",
20+
"lastModifiedByType": "User",
21+
"lastModifiedAt": "2021-08-31T13:47:50.328Z"
22+
},
1523
"properties": {
16-
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
24+
"compressedQuery": "DQAKAEkAYQBtAF8ARwByAG8AdQBwAA0ACgB8ACAAZQB4AHQAZQBuAGQAIABIAGUAYQBsAHQAaABTAHQAYQB0AHUAcwAgAD0AIABpAGYAZgAoAHQAbwBzAHQAcgBpAG4AZwAoAFIAZQBjAG8AcgBkAC4AVQBzAGUAcgBOAGEAbQBlACkAIABjAG8AbgB0AGEAaQBuAHMAIAAnAHUAcwBlAHIAJwAsACAAJwBVAE4ASABFAEEATABUAEgAWQAnACwAIAAnAEgARQBBAEwAVABIAFkAJwApAA0ACgA=",
1725
"supportedCloud": "AWS",
1826
"severity": "Medium",
1927
"userImpact": "Moderate",
2028
"implementationEffort": "High",
21-
"description": "Data should be encrypted",
22-
"remediationDescription": "Encrypt store by..."
29+
"description": "organization passwords policy",
30+
"remediationDescription": "Change password policy to...",
31+
"assessmentKey": "d5f442f7-7e77-4bcf-a450-a9c1b9a94eeb"
2332
}
2433
},
2534
{
2635
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/MyCustomAssessmentAutomation2",
2736
"name": "MyCustomAssessmentAutomation2",
2837
"type": "Microsoft.Security/customAssessmentAutomations",
38+
"systemData": {
39+
"createdBy": "[email protected]",
40+
"createdByType": "User",
41+
"createdAt": "2021-08-31T13:01:50.328Z",
42+
"lastModifiedBy": "[email protected]",
43+
"lastModifiedByType": "User",
44+
"lastModifiedAt": "2021-08-31T13:01:50.328Z"
45+
},
2946
"properties": {
30-
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
47+
"compressedQuery": "DQAKAEkAYQBtAF8AUABhAHMAcwB3AG8AcgBkAFAAbwBsAGkAYwB5ACAADQAKAHwAIABlAHgAdABlAG4AZAAgAEgAZQBhAGwAdABoAFMAdABhAHQAdQBzACAAPQAgAGkAZgBmACgAdABvAGkAbgB0ACgAUgBlAGMAbwByAGQALgBNAGkAbgBpAG0AdQBtAFAAYQBzAHMAdwBvAHIAZABMAGUAbgBnAHQAaAApACAAPAAgADgALAAgACcAVQBOAEgARQBBAEwAVABIAFkAJwAsACAAJwBIAEUAQQBMAFQASABZACcAKQANAAoA",
3148
"supportedCloud": "AWS",
3249
"severity": "Low",
3350
"userImpact": "Low",
3451
"implementationEffort": "Low",
3552
"description": "organization passwords policy",
36-
"remediationDescription": "Change password policy to..."
53+
"remediationDescription": "Change password policy to...",
54+
"assessmentKey": "fc1dbcd0-502c-4eab-9312-4014cfc8ea56"
3755
}
3856
}
3957
],

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/examples/CustomAssessmentAutomations/customAssessmentAutomationListBySubscription_example.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,46 @@
1111
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/MyCustomAssessmentAutomation1",
1212
"name": "MyCustomAssessmentAutomation1",
1313
"type": "Microsoft.Security/customAssessmentAutomations",
14+
"systemData": {
15+
"createdBy": "[email protected]",
16+
"createdByType": "User",
17+
"createdAt": "2021-08-31T13:47:50.328Z",
18+
"lastModifiedBy": "[email protected]",
19+
"lastModifiedByType": "User",
20+
"lastModifiedAt": "2021-08-31T13:47:50.328Z"
21+
},
1422
"properties": {
15-
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
23+
"compressedQuery": "DQAKAEkAYQBtAF8ARwByAG8AdQBwAA0ACgB8ACAAZQB4AHQAZQBuAGQAIABIAGUAYQBsAHQAaABTAHQAYQB0AHUAcwAgAD0AIABpAGYAZgAoAHQAbwBzAHQAcgBpAG4AZwAoAFIAZQBjAG8AcgBkAC4AVQBzAGUAcgBOAGEAbQBlACkAIABjAG8AbgB0AGEAaQBuAHMAIAAnAHUAcwBlAHIAJwAsACAAJwBVAE4ASABFAEEATABUAEgAWQAnACwAIAAnAEgARQBBAEwAVABIAFkAJwApAA0ACgA=",
1624
"supportedCloud": "AWS",
1725
"severity": "Medium",
1826
"userImpact": "Moderate",
1927
"implementationEffort": "High",
20-
"description": "Data should be encrypted",
21-
"remediationDescription": "Encrypt store by..."
28+
"description": "organization passwords policy",
29+
"remediationDescription": "Change password policy to...",
30+
"assessmentKey": "d5f442f7-7e77-4bcf-a450-a9c1b9a94eeb"
2231
}
2332
},
2433
{
2534
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customAssessmentAutomations/MyCustomAssessmentAutomation2",
2635
"name": "MyCustomAssessmentAutomation2",
2736
"type": "Microsoft.Security/customAssessmentAutomations",
37+
"systemData": {
38+
"createdBy": "[email protected]",
39+
"createdByType": "User",
40+
"createdAt": "2021-08-31T13:01:50.328Z",
41+
"lastModifiedBy": "[email protected]",
42+
"lastModifiedByType": "User",
43+
"lastModifiedAt": "2021-08-31T13:01:50.328Z"
44+
},
2845
"properties": {
29-
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
46+
"compressedQuery": "DQAKAEkAYQBtAF8AUABhAHMAcwB3AG8AcgBkAFAAbwBsAGkAYwB5ACAADQAKAHwAIABlAHgAdABlAG4AZAAgAEgAZQBhAGwAdABoAFMAdABhAHQAdQBzACAAPQAgAGkAZgBmACgAdABvAGkAbgB0ACgAUgBlAGMAbwByAGQALgBNAGkAbgBpAG0AdQBtAFAAYQBzAHMAdwBvAHIAZABMAGUAbgBnAHQAaAApACAAPAAgADgALAAgACcAVQBOAEgARQBBAEwAVABIAFkAJwAsACAAJwBIAEUAQQBMAFQASABZACcAKQANAAoA",
3047
"supportedCloud": "AWS",
3148
"severity": "Low",
3249
"userImpact": "Low",
3350
"implementationEffort": "Low",
3451
"description": "organization passwords policy",
35-
"remediationDescription": "Change password policy to..."
52+
"remediationDescription": "Change password policy to...",
53+
"assessmentKey": "fc1dbcd0-502c-4eab-9312-4014cfc8ea56"
3654
}
3755
}
3856
],

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/examples/CustomEntityStoreAssignments/customEntityStoreAssignmentCreate_example.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customEntityStoreAssignments/33e7cc6e-a139-4723-a0e5-76993aee0771",
1717
"name": "33e7cc6e-a139-4723-a0e5-76993aee0771",
1818
"type": "Microsoft.Security/customEntityStoreAssignments",
19+
"systemData": {
20+
"createdBy": "[email protected]",
21+
"createdByType": "User",
22+
"createdAt": "2021-08-31T13:47:50.328Z",
23+
"lastModifiedBy": "[email protected]",
24+
"lastModifiedByType": "User",
25+
"lastModifiedAt": "2021-08-31T13:47:50.328Z"
26+
},
1927
"properties": {
2028
"principal": "aaduser=f3923a3e-ad57-4752-b1a9-fbf3c8e5e082;72f988bf-86f1-41af-91ab-2d7cd011db47",
2129
"entityStoreDatabaseLink": "https://dataexplorer.azure.com/clusters/securitydatastore.centralus/databases/DiscoveryAwsKedamari?query=H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA="
@@ -27,6 +35,14 @@
2735
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customEntityStoreAssignments/33e7cc6e-a139-4723-a0e5-76993aee0771",
2836
"name": "33e7cc6e-a139-4723-a0e5-76993aee0771",
2937
"type": "Microsoft.Security/customEntityStoreAssignments",
38+
"systemData": {
39+
"createdBy": "[email protected]",
40+
"createdByType": "User",
41+
"createdAt": "2021-08-31T13:01:50.328Z",
42+
"lastModifiedBy": "[email protected]",
43+
"lastModifiedByType": "User",
44+
"lastModifiedAt": "2021-08-31T13:01:50.328Z"
45+
},
3046
"properties": {
3147
"principal": "aaduser=f3923a3e-ad57-4752-b1a9-fbf3c8e5e082;72f988bf-86f1-41af-91ab-2d7cd011db47",
3248
"entityStoreDatabaseLink": "https://dataexplorer.azure.com/clusters/securitydatastore.centralus/databases/DiscoveryAwsKedamari?query=H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA="

specification/security/resource-manager/Microsoft.Security/preview/2021-07-01-preview/examples/CustomEntityStoreAssignments/customEntityStoreAssignmentGet_example.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
"id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourcegroups/TestResourceGroup/providers/Microsoft.Security/customEntityStoreAssignments/33e7cc6e-a139-4723-a0e5-76993aee0771",
1212
"name": "33e7cc6e-a139-4723-a0e5-76993aee0771",
1313
"type": "Microsoft.Security/customEntityStoreAssignments",
14+
"systemData": {
15+
"createdBy": "[email protected]",
16+
"createdByType": "User",
17+
"createdAt": "2021-08-31T13:47:50.328Z",
18+
"lastModifiedBy": "[email protected]",
19+
"lastModifiedByType": "User",
20+
"lastModifiedAt": "2021-08-31T13:47:50.328Z"
21+
},
1422
"properties": {
1523
"principal": "aaduser=f3923a3e-ad57-4752-b1a9-fbf3c8e5e082;72f988bf-86f1-41af-91ab-2d7cd011db47",
1624
"entityStoreDatabaseLink": "https://dataexplorer.azure.com/clusters/securitydatastore.centralus/databases/DiscoveryAwsKedamari?query=H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA="

0 commit comments

Comments
 (0)