Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.21 KB

complianceinformation.md

File metadata and controls

48 lines (37 loc) · 1.21 KB
title description ms.localizationpriority doc_type ms.subservice author
complianceInformation resource type
Contains compliance data associated with secure score control.
medium
resourcePageType
security
preetikr

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 is a JSON representation of the resource.

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