v1
latestSwagger 2.02026-07-17172265595.1 KBbenchmarks_assignment
Get list of benchmark assignments for a resource collection
Retrieving all benchmark assigned to a resource collection with resource collection id
get/compliance/api/v1/assignments/resource_collection/{resource_collection_id}
Path parameters
resource_collection_idstring required
Resource collection ID
Response
OK
Example response
[
{
"benchmarkId": {
"autoAssign": true,
"description": "The CIS Microsoft Azure Foundations Security Benchmark provides prescriptive guidance for establishing a secure baseline configuration for Microsoft Azure.",
"documentURI": "benchmarks/azure_cis_v140.md",
"id": "azure_cis_v140",
"referenceCode": "CIS 1.4.0",
"title": "Azure CIS v1.4.0",
"tracksDriftEvents": true
},
"status": true
}
]