privilegecheckerlog EntityType

Holds information about privilege checks for the user who started (created) a privilege checker tool run (Privilege Checker Run's child entity)

Entity set path:
[organization URI]/api/data/v9.2/privilegecheckerlogs
Base type:
crmbaseentity
Display name:
Privilege Checker Log
Primary key:
privilegecheckerlogid
Primary key attribute:
name
Operations supported:
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display name: Created On

Read only
importsequencenumber Edm.Int32

Sequence number of the import that created this record.

Display name: Import Sequence Number

Read only
modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display name: Modified On

Read only
name Edm.String

Name of the log.

Display name: Name

Read only
overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display name: Record Created On

Read only
privilegecheckerlogid Edm.Guid

Unique identifier for entity instances

Display name: Privilege Checker Log

Read only
privilegedepth Edm.Int32

Depth that was checked for the privilege.

Display name: Privilege Depth

Read only
Default options
Values Label
5 N/A
0 Basic
1 Local
2 Deep
3 Global
privilegename Edm.String

Name of the checked privilege.

Display name: Privilege Name

Read only
request Edm.String

Information about the web request.

Display name: Privilege Name

Read only
statecode Edm.Int32

Status of the Privilege checker log

Display name: Status

Read only
Default options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Reason for the status of the Privilege checker log

Display name: Status Reason

Read only
Default options
Values Label
1 Active
2 Inactive
timezoneruleversionnumber Edm.Int32

For internal use only.

Display name: Time Zone Rule Version Number

Read only
utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display name: UTC Conversion Time Zone Code

Read only
versionnumber Edm.Int64

Version Number

Display name: Version Number

Read only

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_checkeduser_value CheckedUser

The user whose privilege was checked.

_createdby_value createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_impersonatinguser_value ImpersonatingUser

If this was an impersonation, this will give who was impersonating -- in this case, their privilege was also checked.

_modifiedby_value modifiedby

Unique identifier of the user who modified the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

_privilegecheckerrunid_value PrivilegeCheckerRunId

Privilege Checker Run for this log

_supportingcaller_value SupportingCaller

If this was a flow execution, this will give who was the owner of the flow -- in this case, their privilege was also checked.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
CheckedUser systemuser privilegecheckerlog_CheckedUser_systemuser
createdby systemuser lk_privilegecheckerlog_createdby
createdonbehalfby systemuser lk_privilegecheckerlog_createdonbehalfby
ImpersonatingUser systemuser privilegecheckerlog_ImpersonatingUser_systemuser
modifiedby systemuser lk_privilegecheckerlog_modifiedby
modifiedonbehalfby systemuser lk_privilegecheckerlog_modifiedonbehalfby
PrivilegeCheckerRunId privilegecheckerrun privilegecheckerrun_privilegecheckerlog
SupportingCaller systemuser privilegecheckerlog_SupportingCaller_systemuser

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
privilegecheckerlog_AsyncOperations asyncoperation regardingobjectid_privilegecheckerlog
privilegecheckerlog_BulkDeleteFailures bulkdeletefailure regardingobjectid_privilegecheckerlog
privilegecheckerlog_MailboxTrackingFolders mailboxtrackingfolder regardingobjectid_privilegecheckerlog
privilegecheckerlog_PrincipalObjectAttributeAccesses principalobjectattributeaccess objectid_privilegecheckerlog
privilegecheckerlog_ProcessSession processsession regardingobjectid_privilegecheckerlog
privilegecheckerlog_SyncErrors syncerror regardingobjectid_privilegecheckerlog

See also