Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.22 KB

File metadata and controls

48 lines (38 loc) · 1.22 KB
title complianceInformation resource type
description Contains compliance data associated with secure score control.
ms.localizationpriority medium
author preetikr
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

complianceInformation resource type

Namespace: microsoft.graph

Contains compliance data associated with secure score control.

Properties

Property Type Description
certificationControls certificationControl collection Collection of the certification controls associated with the certification.
certificationName String The name of the compliance certification, for example, ISO 27018:2014, GDPR, FedRAMP, and NIST 800-171.

JSON representation

The following JSON representation shows the resource type.

{
  "certificationControls": [{"@odata.type": "microsoft.graph.certificationControl"}],
  "certificationName": "String"
}