Enum ListSensitiveColumnsRequest.RelationType

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<ListSensitiveColumnsRequest.RelationType>
    Enclosing class:
    ListSensitiveColumnsRequest

    public static enum ListSensitiveColumnsRequest.RelationType
    extends Enum<ListSensitiveColumnsRequest.RelationType>
    implements BmcEnum
    A filter to return sensitive columns based on their relationship with their parent columns.

    If set to NONE, it returns the sensitive columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.