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.complianceInformation"}],
"certificationName": "String"
}