Class IntegrationCreatedAuditLogData
Contains a piece of audit log data related to an integration authorization.
public class IntegrationCreatedAuditLogData : IAuditLogData
- Inheritance
-
IntegrationCreatedAuditLogData
- Implements
- Inherited Members
Properties
Data
Gets the integration information after the changes.
public IntegrationInfo Data { get; }
Property Value
Integration
Gets the partial integration the changes correspond to.
public IIntegration Integration { get; }