{ "$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" } } }