ShareAuditDetail ComplexType

A shared audit detail record.

Base Type
AuditDetail

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
NewPrivileges AccessRights

The privileges of the user after a change.

OldPrivileges AccessRights

The privileges of the user before a change.

Navigation Properties

The navigation properties of a complex type contain references to an entity type or a collection of entity types.

Name Type Nullable Description
AuditRecord crmbaseentity False The related Audit record that contains the change details.
Principal crmbaseentity False The security principal (user, team, or organization) that shares the audit detail record.

Used by

The following may use the ShareAuditDetail ComplexType.

Name How used
RetrieveAuditDetailsResponse AuditDetail Property
AuditDetailCollection AuditDetails Property

See also