Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.26 KB

File metadata and controls

52 lines (40 loc) · 1.26 KB
title complianceInformation resource type
description Contains compliance data associated with secure score control.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice security
author preetikr
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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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