Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.41 KB

File metadata and controls

41 lines (31 loc) · 1.41 KB
title disableConsentRecord resource type
description Represents an audit record for operations that disable user consent for applications.
author palakagrawaljk
ms.subservice security
ms.localizationpriority medium
doc_type resourcePageType
ms.date 03/05/2026
toc.title Disable consent record

disableConsentRecord resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents an audit record for operations that disable user consent for applications. This record type documents when administrators disable the ability for users to grant consent to applications, which is an important security control for preventing unauthorized application access to organizational data. The record includes details about who made the change, when it occurred, and the scope of the consent restrictions applied.

Inherits from microsoft.graph.security.auditData. The audit data for this record type is returned as the auditData property in an auditLogRecord.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.disableConsentRecord"
}