AuditDetail ComplexType

Provides a base type for storing the details of data changes.

Derived Types

The following complex types inherit from the AuditDetail complex type.

Name Description
AttributeAuditDetail Contains the details of changes to entity attributes.
IPFirewallAccessAuditDetail Contains the audited details of the requests subjected to IP firewall restriction.
RelationshipAuditDetail Contains the audited details of a change in a relationship.
RolePrivilegeAuditDetail Represents audited changes to the privileges of a security role.
ShareAuditDetail A shared audit detail record.
UserAccessAuditDetail Contains data used for user access auditing.

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.

Used by

The following use the AuditDetail ComplexType.

Name How used
RetrieveAuditDetailsResponse AuditDetail Property
AuditDetailCollection AuditDetails Property

See also