UserAccessAuditDetail ComplexType

Contains data used for user access auditing.

Base Type
AuditDetail

Properties

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

Name Type Details
AccessTime Edm.DateTimeOffset

The time the user accessed the system.

Interval Edm.Int32

The current value of the organization UserAccessAuditingInterval setting.

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 may use the UserAccessAuditDetail ComplexType.

Name How used
RetrieveAuditDetailsResponse AuditDetail Property
AuditDetailCollection AuditDetails Property

See also