@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Microsoft Defender for Cloud
@base https://management.azure.com
@version 2017-08-01-preview
@auth OAuth2
@endpoints 2
@toc {scope}(2)

@endpoint GET /{scope}/providers/Microsoft.Security/compliances
@desc The Compliance scores of the specific management group.
@returns(200) OK

@endpoint GET /{scope}/providers/Microsoft.Security/compliances/{complianceName}
@desc Details of a specific Compliance.
@required {complianceName: any # name of the Compliance}
@returns(200) OK

@end
