Edit

Share via


invokeActionResult resource type

Namespace: microsoft.graph.security

Represents the invoke action result after disabling an identity account.

Properties

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, unknownFutureValue.
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, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.invokeActionResult",
  "accountId": "String",
  "action": "String",
  "identityProvider": "String",
  "correlationId": "String"
}