|
462 | 462 | } |
463 | 463 | ], |
464 | 464 | "visible": "[if(equals(steps('apiStep').api, 'custom'), true, false)]" |
465 | | - }, |
466 | | - { |
467 | | - "name": "apiTextBlock5", |
468 | | - "type": "Microsoft.Common.TextBlock", |
469 | | - "visible": true, |
470 | | - "options": { |
471 | | - "text": "Microsoft Defender for Cloud Apps API uses a tenant specific endpoint which must be entered to use that module.", |
472 | | - "link": { |
473 | | - "label": "Learn more", |
474 | | - "uri": "https://learn.microsoft.com/defender-cloud-apps/api-introduction#api-url-structure" |
475 | | - } |
476 | | - } |
477 | | - }, |
478 | | - { |
479 | | - "name": "mdcaApi", |
480 | | - "type": "Microsoft.Common.TextBox", |
481 | | - "label": "Microsoft Defender for Cloud Apps API", |
482 | | - "placeholder": "*.*.portal.cloudappsecurity.com", |
483 | | - "defaultValue": "", |
484 | | - "toolTip": "Microsoft Defender for Cloud Apps API Endpoint", |
485 | | - "constraints": { |
486 | | - "required": true, |
487 | | - "validations": [ |
488 | | - { |
489 | | - "regex": "(^(?![hH][tT][tT][pP][sS]?:\/\/)).*", |
490 | | - "message": "Enter only the hostname, such as org.region.cloudappsecurity.com, do not include the https:// prefix." |
491 | | - } |
492 | | - ] |
493 | | - }, |
494 | | - "visible": true |
495 | 465 | } |
496 | 466 | ] |
497 | 467 | }, |
|
584 | 554 | "MSGraphEndpoint": "[coalesce(steps('apiStep').customApi.graphApi,'graph.microsoft.com')]", |
585 | 555 | "M365Endpoint": "[coalesce(steps('apiStep').customApi.m365Api,'api.security.microsoft.com')]", |
586 | 556 | "MDEEndpoint": "[coalesce(steps('apiStep').customApi.mdeApi,'api.securitycenter.microsoft.com')]", |
587 | | - "MDCAEndpoint": "[steps('apiStep').mdcaApi]", |
588 | 557 | "LogAnalyticsEndpoint": "[coalesce(steps('apiStep').customApi.laApi,'api.loganalytics.io')]", |
589 | 558 | "AzureResourceManagerEndpoint": "[coalesce(steps('apiStep').customApi.armApi,'management.azure.com')]", |
590 | 559 | "ServicePrincipalClientId": "[coalesce(steps('identityStep').spId.clientId,steps('identityStep').userId.clientId, 'none')]", |
|
0 commit comments