| 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 |
Namespace: microsoft.graph
Contains compliance data associated with secure score control.
| 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. |
None.
The following JSON representation shows the resource type.
{
"certificationControls": [{"@odata.type": "microsoft.graph.complianceInformation"}],
"certificationName": "String"
}