|
1339 | 1339 | "description": "Single configuration category with curated properties and values in a user-friendly format.", |
1340 | 1340 | "type": "object", |
1341 | 1341 | "properties": { |
1342 | | - "categoryId": { |
| 1342 | + "id": { |
1343 | 1343 | "type": "string", |
1344 | 1344 | "description": "Internal Object ID in UUID format to uniquely identify this configuration category definition.", |
1345 | 1345 | "format": "uuid", |
|
1350 | 1350 | "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a" |
1351 | 1351 | ] |
1352 | 1352 | }, |
1353 | | - "name": { |
| 1353 | + "displayName": { |
1354 | 1354 | "type": "string", |
1355 | 1355 | "description": "Human friendly name of the Configuration Category.", |
1356 | 1356 | "examples": [ |
|
1409 | 1409 | } |
1410 | 1410 | }, |
1411 | 1411 | "required": [ |
1412 | | - "categoryId", |
1413 | | - "name" |
| 1412 | + "id", |
| 1413 | + "displayName" |
1414 | 1414 | ], |
1415 | 1415 | "examples": [ |
1416 | 1416 | { |
1417 | | - "categoryId": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a", |
1418 | | - "name": "Identity Protection", |
| 1417 | + "id": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a", |
| 1418 | + "displayName": "Identity Protection", |
1419 | 1419 | "description": "Baseline controls that harden identity and access related workloads.", |
1420 | 1420 | "groupTagMetadataId": "5d3f9c2e-7a1b-4a8b-8c6e-1a3d7e8b5c4a", |
1421 | 1421 | "templateIds": [ |
|
1424 | 1424 | ] |
1425 | 1425 | }, |
1426 | 1426 | { |
1427 | | - "categoryId": "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
1428 | | - "name": "Conditional Access", |
| 1427 | + "id": "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
| 1428 | + "displayName": "Conditional Access", |
1429 | 1429 | "parentCategoryId": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a" |
1430 | 1430 | } |
1431 | 1431 | ] |
1432 | 1432 | }, |
1433 | 1433 | "examples": [ |
1434 | 1434 | [ |
1435 | 1435 | { |
1436 | | - "categoryId": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a", |
1437 | | - "name": "Identity Protection", |
| 1436 | + "id": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a", |
| 1437 | + "displayName": "Identity Protection", |
1438 | 1438 | "description": "Baseline controls that harden identity and access related workloads.", |
1439 | 1439 | "groupTagMetadataId": "5d3f9c2e-7a1b-4a8b-8c6e-1a3d7e8b5c4a", |
1440 | 1440 | "templateIds": [ |
|
1443 | 1443 | ] |
1444 | 1444 | }, |
1445 | 1445 | { |
1446 | | - "categoryId": "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
1447 | | - "name": "Conditional Access", |
| 1446 | + "id": "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
| 1447 | + "displayName": "Conditional Access", |
1448 | 1448 | "parentCategoryId": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a" |
1449 | 1449 | } |
1450 | 1450 | ] |
|
5480 | 5480 | "summary": "Available Configuration Categories", |
5481 | 5481 | "value": [ |
5482 | 5482 | { |
5483 | | - "categoryId": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a", |
5484 | | - "name": "Identity Protection", |
| 5483 | + "id": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a", |
| 5484 | + "displayName": "Identity Protection", |
5485 | 5485 | "description": "Baseline controls that harden identity and access related workloads.", |
5486 | 5486 | "groupTagMetadataId": "5d3f9c2e-7a1b-4a8b-8c6e-1a3d7e8b5c4a", |
5487 | 5487 | "templateIds": [ |
|
5490 | 5490 | ] |
5491 | 5491 | }, |
5492 | 5492 | { |
5493 | | - "categoryId": "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
5494 | | - "name": "Conditional Access", |
| 5493 | + "id": "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a", |
| 5494 | + "displayName": "Conditional Access", |
5495 | 5495 | "parentCategoryId": "6a2c7e1b-4d5f-4a8b-9e6a-2b1c7f3d8e4a" |
5496 | 5496 | } |
5497 | 5497 | ] |
|
0 commit comments