Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 2.02 KB

session-logsecurityaudit-method.md

File metadata and controls

56 lines (45 loc) · 2.02 KB
title description ms.author ms.date ms.topic author ms.reviewer
Session.LogSecurityAudit(Text, SecurityOperationResult, Text, AuditCategory [, Array of [Text]] [, Array of [Text]]) Method
Logs an IfX audit message to a telemetry account.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Session.LogSecurityAudit(Text, SecurityOperationResult, Text, AuditCategory [, Array of [Text]] [, Array of [Text]]) Method

Version: Available or changed with runtime version 7.0.

Logs an IfX audit message to a telemetry account.

Syntax

 Session.LogSecurityAudit(Description: Text, Result: SecurityOperationResult, ResultDescription: Text, AuditCategory: AuditCategory [, TargetType: Array of [Text]] [, TargetName: Array of [Text]])

Note

This method can be invoked without specifying the data type name.

Parameters

Description
 Type: Text
The description for the audit message.

Result
 Type: SecurityOperationResult
The result state of the operation.

ResultDescription
 Type: Text
The description of the result state.

AuditCategory
 Type: AuditCategory
The category of the audit message.

[Optional] TargetType
 Type: Text
The target type(s) of this audit message must correspond to target name(s).

[Optional] TargetName
 Type: Text
The target name(s) of this audit message must correspond to target type(s).

See Also

Session Data Type Get Started with AL Developing Extensions