AuditRecord Class

Definition

Represents a record of operation performed by a Partner user or application

public class AuditRecord : Microsoft.Store.PartnerCenter.Models.ResourceBase
type AuditRecord = class
    inherit ResourceBase
Public Class AuditRecord
Inherits ResourceBase
Inheritance
AuditRecord

Constructors

AuditRecord()

Properties

ApplicationId

Gets or sets the id of the app invoking the operation

Attributes

Gets the attributes.

(Inherited from ResourceBase)
CustomerId

Gets or sets the customerId of customer in whose context operation was performed

CustomerName

Gets or sets the name of customer in whose context operation was performed

CustomizedData

Gets or sets the dictionary which holds additional data that is customized to the operation performed

Id

Gets or sets a unique id for the audit record

OperationDate

Gets or sets the dateTime when the operation was performed

OperationStatus

Gets or sets the status of the operation that is audited

OperationType

Gets or sets the type of the operation being performed

OriginalCorrelationId

Gets or sets the CorrelationId associated with the initial operation that created this audit record

PartnerId

Gets or sets a partner's Microsoft Tenant Id

ResourceNewValue

Gets or sets the new value of the resource

ResourceOldValue

Gets or sets the old value of the resource

ResourceType

Gets or sets the type of the resource acted upon by the operation

UserPrincipalName

Gets or sets the UserId of the operation. This could be in the context of a 3rd party or 1st party application

Applies to