Enum SdmMaskingPolicyDifference.DifferenceType

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<SdmMaskingPolicyDifference.DifferenceType>
    Enclosing class:
    SdmMaskingPolicyDifference

    public static enum SdmMaskingPolicyDifference.DifferenceType
    extends Enum<SdmMaskingPolicyDifference.DifferenceType>
    implements BmcEnum
    The type of the SDM masking policy difference.

    It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.