Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ShareAuditDetail ComplexType

Namespace:
Microsoft.Dynamics.CRM

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