Microsoft Graph · Schema

certificationControl

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string Certification control name
url string URL for the Microsoft Service Trust Portal
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcertificationcontrol-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.certificationControl",
  "title": "certificationControl",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Certification control name",
      "nullable": true
    },
    "url": {
      "type": "string",
      "description": "URL for the Microsoft Service Trust Portal",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}