Class V3DLPPolicyAppliesTo


  • public class V3DLPPolicyAppliesTo
    extends Object
    • Constructor Detail

      • V3DLPPolicyAppliesTo

        public V3DLPPolicyAppliesTo()
    • Method Detail

      • getDataType

        public String getDataType()
        The list of data types that policy should apply to. Can't be empty. Can be [\"Messages\",\"RoomMeta\", \"SignalMeta\", \"FileContent\", \"FileMeta\"].
        Returns:
        dataType
      • setDataType

        public void setDataType​(String dataType)
      • getAction

        public String getAction()
        Action to be taken on violation detection. Can be [\"Block\", \"Warn\", \"LogOnly\"]. The default is \"LogOnly\".
        Returns:
        action
      • setAction

        public void setAction​(String action)
      • getRules

        public List<V3DLPRule> getRules()
        Get rules
        Returns:
        rules