Microsoft Graph · Schema

alternativeSecurityId

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
identityProvider string For internal use only.
key string For internal use only.
type number For internal use only.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphalternativesecurityid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.alternativeSecurityId",
  "title": "alternativeSecurityId",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "identityProvider": {
      "type": "string",
      "description": "For internal use only.",
      "nullable": true
    },
    "key": {
      "type": "string",
      "description": "For internal use only.",
      "format": "base64url",
      "nullable": true
    },
    "type": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "For internal use only.",
      "format": "int32",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}