Click or drag to resize

ResourceDataPolicyActionType Enumeration

The resource data policy action

Namespace:  SanteDB.Core.Security.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
[FlagsAttribute]
public enum ResourceDataPolicyActionType
Members
  Member nameValueDescription
None0 None - Take no action
Audit1 Only audit that the resource was disclosed and allow disclosure
Redact2 Disclose the record but mask the populated properties
Nullify4 Disclose the record type and key, but clear all data
Hide8 Hide the record - return nothing
Error16 Generate an error condition
Hash32 Hashes values so they can be compared with a normal value
See Also