| title | invokeActionResult resource type |
|---|---|
| description | The invoke action result |
| author | SamuelBenichou |
| ms.date | 06/22/2025 |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the invoke action result after disabling an identity account.
| Property | Type | Description |
|---|---|---|
| accountId | String | The account ID. |
| action | microsoft.graph.security.action | The type of action. The possible values are: disable, enable, forcePasswordReset, revokeAllSessions, requireUserToSignInAgain, markUserAsCompromised. |
| correlationId | String | The unique identifier for tracking the request. |
| identityProvider | microsoft.graph.security.identityProvider | The identity provider type. The possible values are: entraID, activeDirectory, okta. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.invokeActionResult",
"accountId": "String",
"action": "String",
"identityProvider": "String",
"correlationId": "String"
}