|
225 | 225 | "playbookId3": "[resourceId('Microsoft.Logic/workflows', variables('playbookContentId3'))]", |
226 | 226 | "playbookTemplateSpecName3": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-pl-',uniquestring(variables('_playbookContentId3'))))]", |
227 | 227 | "_playbookcontentProductId3": "[concat(take(variables('_solutionId'),50),'-','pl','-', uniqueString(concat(variables('_solutionId'),'-','Playbook','-',variables('_playbookContentId3'),'-', variables('playbookVersion3'))))]", |
228 | | - "_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]" |
| 228 | + "_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]", |
| 229 | + "prismaId": "string", |
| 230 | + "_prismaId": "[variables('prismaId')]", |
| 231 | + "assetId": "94e06523e93b9b0f15ed03da031c95d5", |
| 232 | + "_assetId": "[variables('assetId')]", |
| 233 | + "accountID": "any", |
| 234 | + "_accountID": "[variables('accountID')]", |
| 235 | + "resourceID": "string", |
| 236 | + "_resourceID": "[variables('resourceID')]", |
| 237 | + "imageID": "string", |
| 238 | + "_imageID": "[variables('imageID')]" |
229 | 239 | }, |
230 | 240 | "resources": [ |
231 | 241 | { |
|
3714 | 3724 | "default": { |
3715 | 3725 | "customerName": "string", |
3716 | 3726 | "password": "string", |
3717 | | - "prismaId": "string", |
| 3727 | + "prismaId": "[variables('_prismaId')]", |
3718 | 3728 | "username": "string" |
3719 | 3729 | }, |
3720 | 3730 | "required": [ |
|
4199 | 4209 | } |
4200 | 4210 | }, |
4201 | 4211 | "default": { |
4202 | | - "assetId": "94e06523e93b9b0f15ed03da031c95d5", |
| 4212 | + "assetId": "[variables('_assetId')]", |
4203 | 4213 | "type": "ALERTS" |
4204 | 4214 | }, |
4205 | 4215 | "required": [ |
|
4540 | 4550 | "string" |
4541 | 4551 | ], |
4542 | 4552 | "trustedListType": "ip, resource, image, tag, service, port, subject, domain, protocol", |
4543 | | - "accountID": "any", |
| 4553 | + "accountID": "[variables('_accountID')]", |
4544 | 4554 | "vpc": "any", |
4545 | 4555 | "trustedListEntries": [ |
4546 | 4556 | { |
4547 | 4557 | "ipCIDR": "string", |
4548 | | - "resourceID": "string", |
4549 | | - "imageID": "string", |
| 4558 | + "resourceID": "[variables('_resourceID')]", |
| 4559 | + "imageID": "[variables('_imageID')]", |
4550 | 4560 | "tagKey": "string", |
4551 | 4561 | "tagValue": "string", |
4552 | 4562 | "service": "string", |
|
0 commit comments