Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.88 KB

File metadata and controls

42 lines (33 loc) · 1.88 KB
title disableUserResponseAction resource type
description Describes a response action that temporarily prevents a user from logging in to the on premises network.
author mmekler
ms.subservice security
doc_type resourcePageType
ms.localizationpriority medium
ms.date 03/06/2024

disableUserResponseAction resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Describes a response action that temporarily prevents a user from logging in to the on premises network.

Inherits from microsoft.graph.security.responseAction.

Properties

Property Type Description
identifier microsoft.graph.security.disableUserEntityIdentifier Unique identifier for the response action. The possible values are: accountSid, initiatingProcessAccountSid, requestAccountSid, onPremSid, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.disableUserResponseAction",
  "identifier": "String"
}