IPrivacyControlLog Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.PrivacyControl.Dto
The IPrivacyControlLog type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | PrivacyControlAccessAction | Action |
//The action performed
|
![]() | String | Context |
The context from where the action was performed
|
![]() | IEnumerableT, T: ICustomerSpPair | CustomerSpPairs |
CustomerId paired with ProviderId (providerId should be null if not a providerInstance) might include a relation to which Task log got created
|
![]() | String | IpAddress |
Ip from user which performed the action
|
![]() | NullableT, T: Int64 | ServiceProviderId |
Id of the ServiceProvider, if it was ServiceProvider instances of customers which were affected (does NOT discriminate UserId)
|
![]() | BusinessSystemEnum | System |
The system in which the user performed the action (discriminator for UserId)
|
![]() | DateTime | Timestamp |
Timestamp of the action
|
![]() | NullableT, T: Int64 | UserId |
Id of the user who performed the action
|