{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.account", "title": "account", "required": [ "@odata.type" ], "type": "object", "properties": { "actions": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.security.action" }, "description": "List of the type of action. The possible values are: disable, enable, forcePasswordReset, revokeAllSessions, requireUserToSignInAgain, markUserAsCompromised, unknownFutureValue." }, "identifier": { "type": "string", "description": "The account ID." }, "identityProvider": { "$ref": "#/components/schemas/microsoft.graph.security.identityProvider" }, "@odata.type": { "type": "string" } } }