Thank you for posting your query on Microsoft Q&A, from above description I could understand that you are looking for API to get the settings defined at subscription level by Microsoft Defender for Cloud.
Please do correct me if this is not the case by responding in the comments section.
If yes then you may use Settings - List API***.***
The output would look like below:
{
"value": [
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/WDATP",
"name": "WDATP",
"kind": "DataExportSettings",
"type": "Microsoft.Security/settings",
"properties": {
"enabled": false
}
},
{
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/settings/Sentinel",
"name": "Sentinel",
"kind": "AlertSyncSettings",
"type": "Microsoft.Security/settings",
"properties": {
"enabled": false
}
}
]
}
Thanks,
Akshay Kaushik
Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.