{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod", "title": "microsoft.graph.platformCredentialAuthenticationMethod", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethod" }, { "title": "platformCredentialAuthenticationMethod", "required": [ "@odata.type" ], "type": "object", "properties": { "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time that this Platform Credential Key was registered.", "format": "date-time", "nullable": true }, "displayName": { "type": "string", "description": "The name of the device on which Platform Credential is registered.", "nullable": true }, "keyStrength": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodKeyStrength" }, { "type": "object", "nullable": true } ], "description": "Key strength of this Platform Credential key. The possible values are: normal, weak, unknown." }, "platform": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodPlatform" }, { "type": "object", "nullable": true } ], "description": "Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux." }, "device": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.device" }, { "type": "object", "nullable": true } ], "description": "The registered device on which this Platform Credential resides. Supports $expand. When you get a user's Platform Credential registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/platformCredentialAuthenticationMethod/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.platformCredentialAuthenticationMethod" } } } ], "x-ms-discriminator-value": "#microsoft.graph.platformCredentialAuthenticationMethod" }