complianceInformation-Ressourcentyp
Namespace: microsoft.graph
Enthält Konformitätsdaten, die der Sicherheitsbewertungssteuerung zugeordnet sind.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
certificationControls | certificationControl-Sammlung | Sammlung der Zertifizierungskontrollen, die der Zertifizierung zugeordnet sind. |
certificationName | Zeichenfolge | Der Name der Konformitätszertifizierung, z. B ISO 27018:2014 . , GDPR , FedRAMP und NIST 800-171 . |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"certificationControls": [{"@odata.type": "microsoft.graph.complianceInformation"}],
"certificationName": "String"
}