diff --git a/specs/SHIELD.json b/specs/SHIELD.json index 47f4681..8c02b1c 100644 --- a/specs/SHIELD.json +++ b/specs/SHIELD.json @@ -1117,6 +1117,14 @@ "deployed" ] }, + "docs": { + "type": "string", + "description": "URL to the documentation of the Configuration Item.", + "format": "uri", + "examples": [ + "https://docs.shilab.com" + ] + }, "groupTagList": { "type": "array", "description": "List of metadata tags that indicate which deployment sets the configuration item is compatible with.", @@ -1189,6 +1197,13 @@ ] ] }, + "name": { + "type": "string", + "description": "Human friendly name of the Configuration Item.", + "examples": [ + "Conditional Policy" + ] + }, "parentDependencies": { "type": "array", "description": "List of Object IDs in UUID format that reference configuration items identified as entities which deploy and existence is required for the current item.", @@ -1231,8 +1246,10 @@ "required": [ "childDependencies", "deployState", + "docs", "groupTagList", "msCloudTypes", + "name", "parentDependencies", "templateId", "urlPath" @@ -1244,6 +1261,7 @@ "9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c" ], "deployState": "deployed", + "docs": "https://docs.shilab.com", "groupTagList": [ { "description": "Collection of policies covering critical conditional access settings.", @@ -1254,6 +1272,7 @@ "msCloudTypes": [ "Public" ], + "name": "Conditional Policy", "parentDependencies": [ "8e6a1c2b-7f3d-4a8b-9c2e-5d3f7a1b2e4a" ], @@ -1270,6 +1289,7 @@ "9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c" ], "deployState": "deployed", + "docs": "https://docs.shilab.com", "groupTagList": [ { "description": "Collection of policies covering critical conditional access settings.", @@ -1280,6 +1300,7 @@ "msCloudTypes": [ "Public" ], + "name": "Conditional Policy", "parentDependencies": [ "8e6a1c2b-7f3d-4a8b-9c2e-5d3f7a1b2e4a" ], @@ -1291,6 +1312,7 @@ "1c2b5d3f-7a1b-4a8b-9e6a-2e4a3b7e8c5d" ], "deployState": "notDeployed", + "docs": "https://docs.shilab.com", "groupTagList": [ { "description": "Principal containers that are used to provide assignments.", @@ -1301,6 +1323,7 @@ "msCloudTypes": [ "Public" ], + "name": "Privileged Objects", "parentDependencies": [], "templateId": "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a", "urlPath": "/directory/administrativeUnits" @@ -3967,7 +3990,7 @@ }, "description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.", "title": "SHI Environment Lockdown and Defense", - "version": "3.4.0" + "version": "3.4.1" }, "openapi": "3.1.1", "paths": { @@ -5268,6 +5291,7 @@ "9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c" ], "deployState": "deployed", + "docs": "https://docs.shilab.com", "groupTagList": [ { "description": "Collection of policies covering critical conditional access settings.", @@ -5278,6 +5302,7 @@ "msCloudTypes": [ "Public" ], + "name": "Conditional Access - Baseline", "parentDependencies": [ "8e6a1c2b-7f3d-4a8b-9c2e-5d3f7a1b2e4a" ], @@ -5289,6 +5314,7 @@ "1c2b5d3f-7a1b-4a8b-9e6a-2e4a3b7e8c5d" ], "deployState": "notDeployed", + "docs": "https://docs.shilab.com", "groupTagList": [ { "description": "Principal containers that are used to provide assignments.", @@ -5299,6 +5325,7 @@ "msCloudTypes": [ "Public" ], + "name": "Admin Unit - Baseline", "parentDependencies": [], "templateId": "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a", "urlPath": "/directory/administrativeUnits" diff --git a/src/shield/TypeScript/package-lock.json b/src/shield/TypeScript/package-lock.json index b106be6..77e3adc 100644 --- a/src/shield/TypeScript/package-lock.json +++ b/src/shield/TypeScript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shi-corp/sdk-shield", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shi-corp/sdk-shield", - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "dependencies": { "@microsoft/kiota-authentication-azure": "~1.0.0-preview.100", diff --git a/src/shield/TypeScript/package.json b/src/shield/TypeScript/package.json index 041f241..5a2e85e 100644 --- a/src/shield/TypeScript/package.json +++ b/src/shield/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "@shi-corp/sdk-shield", - "version": "3.4.0", + "version": "3.4.1", "type": "module", "main": "bin/index.js", "description": "SDK client used to interface with the SHIELD application.",