Microsoft Office 365 · JSON Structure

Microsoft Graph Object Identity Structure

Type: object Properties: 3
CloudCollaborationEnterpriseMicrosoftProductivity

ObjectIdentity is a JSON Structure definition published by Microsoft Office 365, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

signInType issuer issuerAssignedId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ObjectIdentity",
  "type": "object",
  "properties": {
    "signInType": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "issuerAssignedId": {
      "type": "string"
    }
  }
}